Become a member
Sign in
Caio Martins
Caio Martins

Caio Martins

11 Following
10 Followers
  • Profile
  • Claps

Latest

Caio Martins
Caio Martins
Jan 5, 2018 · 3 min read

HTML Entities

Some characters are reserved in HTML.

If you use the less than (<) or greater than (>) in your text, the browser might mix them with tags.

Character entities are used to display reserved character in HTML.

Caio Martins
Caio Martins
Jan 5, 2018 · 1 min read

HTML Computer Code Elements

HTML <kbd> For Keyboard Input

The HTML <kbdb> element represents user input, like keyboard input or voice commands.

Text surrouded by <kbd> tags is typically displayed in the browser’s default monospace font:

Caio Martins
Caio Martins
Jan 5, 2018 · 2 min read

HTML Responsive Web Design

What is Responsive Web Design?

Responsive Web Design makes your web page look good on all devices (desktop, tablets and phones).

Responsive Web Design is about using HTML and CSS to resize, hide, shrink…

Caio Martins
Caio Martins
Jan 5, 2018 · 2 min read

HTML Head

The HTML <head> Element

The <head> element is a container for metadata (data about data) and is placed between the <html> tag and the <body> tag.

HTML metadata is data about the HTML document. Metadata is not displayed.

Caio Martins
Caio Martins
Jan 5, 2018 · 1 min read

HTML File Paths

HTML File Paths

A file path describes the location of a file in a web site’s folder structure.

File paths are used when liking to a external files like:

  • Web pages
  • Images