HTML documents start with a document type declaration . This helps browsers to display web pages correctly. * appear once, at the top of the page, before any HTML tags * not case sensitive The HTML document itself begins with and ends with . The visible part of the HTML document is between and . HTML headings are defined with the

to

tags, with

defines the most important heading or biggest to

the least important or smallest. For examples:

About

Who We Are

HTML paragraphs are defined with the

tag. For examples:

I am Kido.

I am a hobby gamer.

HTML links are defined with the tag. Destination is specified in the href attribute. For example: Little Corner HTML images are defined with the tag, with attributes such as the source file (src), alternative text (alt), width, and height. For example: ScanMe