Declares a value to an attribute
Links an attribute with a value
<a href="link">
Declares an opening or lone tag
<br>
Declares a closing tag
Declares a heading block element
Declares a paragraph block element
Declares a stanza
Declares a body
Declares a generic inline element
Declares italics
Declares an italic block element (depreciated)
Declares bold
Declares a break
<br>
Declares an ordered (numbered) list
Declares an item in a list
Declares a video
<video src="media" width="size" height="size" controls>text</video>
Declares an image
Declares an anchor
Declares page title in header, the title seen in the tab
Declares a form block
Declares an input field
Declares inline Javascript
Text displayed when Javascript is not supported by browser
Declares an SVG object
Declares inline CS inline CSS
Declares a block of superscript text
Declares a block of subscript text
Declares a block of audio
Declares a block of furigana-esque text
Declares a header
Declares a footer
Declares a table
Declares a table row
Declares a table header
Declares a table data cell
Declares a piece of computer code, makes text into monospace
Declares a piece of keyboard input text
Declares a video through a videosite
Declares a button
Declares page metadata
Declares type of HTML used on page
<!DOCTYPE html>
Declares a block of a quote
Declares a short quote
Declares a generic block element
Links HTMl file with another file (such as a CSS file or Javascript file)
Declares id of a specifictag instance
Declares class of a tag's instance
Declares media source
Declares alternative text to media
Declares hypertext media source
Declares method of hypertext redirect
Inserts CSS code
Determines type of object used
Determines the character set used in a document
Determines document's laguage
Determines type of document being included
Opens a comment
Closes a comment