html tags

21 HTML tags and what they do inside an html document

html tags and their descriptions

[!DOCTYPE HTML] - this tag is used to let the desktop know that this is an html document

[html] - this tag is used to include all the other html elements

[head] - this tag is used to contain metadata (title, links, and style)

[title] - this tag is used to put a name on your title bar on the top of the screen

[link] - this tag is used to connect stylesheets to the document

[style] - this tag is used to connect the document to a css file so you can change colors and sizes on your document

[font] - this is used to change the size of your letters

[header] - this tag is used to put items and paragraphs on the top of the document

[body] - this tag is used to create a section for the document

[h1-6] - this tag is used for the title of a paragraph, there are a total of 6 sizes (h1, h2, h3, h4, h5, and h6)

[p] - this tag is used to make a paragraph

[br] - this tag is used to put an empty line between your paragraphs or h1s

[div] - this tag is used to put your paragraphs and other things in sections within the [body]

[img] - this tag is used to put a picture in the document

[Src] - this tag is used to tell the document where to get the item from, like a image

[!-- --] - this is used to put a note for yourself in the code that will not show up in the document

[center] - this tag is used to put letters and items in the middle of the document

[del] - this tag is used to mark items that are being deleted

[li] - this tag is used to list things like this: