HTML Basics We gotta first lay down the very first thing to know. The tag represents the Document Type and helps some browsers display correctly with your website, must only be used once. Some elements do need closing tag, like . The tag is needed to represent the head of the website. The tag is the same thing, but it's the body. HTML Basic Text Some elements are meant to show text like , and

.

This is text

HTML Headings The tag has 6 different sizes, from

to

. 1 is the hugest, to 6 is the smallest.

This is a heading

HTML Links The is a text element to represent links. Once clicked on the hyperlink, will redirect the user to a new link. Example Website HTML Images The tag is to show a image. The width or height description can be used by pixels or percentages by displays. The alt tag shows up when the image doesn't load or can't load, it shows the description.