HTML Basics Example document:

My first Heading

My first paragraph

The declaration represents the document type, and helps browsers to display web pages correctly. It must only appear once, at the top of the page (before any HTML tags). The declaration is not case sensitive. HTML Headings HTML headings are defined with the

to

tags.

defines the most important heading.

defines the least important heading:

Big

Small
HTML Paragraphs HTML paragraphs are defined with the

tag:

This is a paragraph.

This is another paragraph.

HTML Links HTML links are defined with the tag: This is a link HTML Images HTML images are defined with the tag. The source file (src), alternative text (alt), width, and height are provided as attributes: example.com