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 thetag. 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