HTML Flashcards
what is html
a markup language that is used to create documents for the web
what file extension do html pages have
.htm or .html
what is hypertext
text that you click to jump from document to document
what is markup
a language with a specific syntax that instructs a web browser how to display a page
what is a web page
a document on the web
why is html needed when creating a web page
to create the structure of a web page
what are hyperlinks
links, from a hypertext document, to another location
what is html rendering
the process of a browser interpreting html tags and displaying the page in its formatted state
what two main parts are there to a web page
a head section and a body section
what is the head section of a web page
the section that contains the information about the page and is created using the head element
what is the body section of a web page
the section that contains the information you actually see in the browser and is created using the body element
what elements make up the skeleton of a html web page
the html, head, body and title elements
what happens when a user clicks a hyperlink
the web browser loads the referenced page or jumps to a marked section within the page
what three types of lists are there in html
ordered, un-ordered and description
how do you nest lists
place the nested list in a list item element