Page structure
is the hierarchy of tags that the page follows
web browsers
are a tool that reads the html files to determine how to display the document.
HTML
stands for Hypertext markup language.
HTML element
all the code are elements this are defined by a start and end tag
tags are represented like:
Headings
defined by numbers 1 to 6 this element follows a hierarchy being 1 the most important and 6 the least important.
Paragraphs
tags "
text
"href
is used for hyperlink references inside the link element
images
SRC
is the tag used to help the img tag to identify the picture location
style
is usually used to add styles like color and font size.
ALT
is the tag used to implement alternative text in case your picture doesn’t show up or for visually impaired people.
defines the document body and contains all the elements.
Buttons
specifies the name of the page that is going to appear in the tab or the title bar.
<!DOCTYPE HTML>
Defines this is a HTML5 document.
this tag is the root element for every HTML web page.
lang
is used inside the HTML tag and is used to identify the language of the page.
Attributes
are used to give extra information on the elements.