Choose the tag which establishes the start of an html5 document
Clear selection
Choose the tag which starts the section in the html file of where the css will be placed as well as other information which is only meant for the browser to see/use and not the Website visitor
Clear selection
Choose the tag which starts the section that includes the content which you want the Website visitor to see
Clear selection
Choose the tag which starts the section where we put the information to "build the house (website)"
Clear selection
Choose the tag which starts the section where we put the information to "paint the house (website)"
Clear selection
What is placed between the </head> tag and the <body> tag
Clear selection
Choose the tag which establishes the end of the entire html document
Clear selection
If you place plain text in the head section of an html file it will appear on the page for the Website viewer to see
Clear selection
You must close a tag in the opposite order in which you opened the tag, think of it as making a sandwich
Clear selection
It is important that an html file is set up in the following in the order