What does HTML stand for?
What is HTML
When viewing a web page, how do you view the source code for the website?
Hover over white space, right-click, select "view source code".
Who is making the Web standards?
The World Wide Web Consortium
These are used if your data cell needs to span multiple rows or columns.
rowspan or colspan
What is the correct formatting (spelling) of the doctype used for HTML5?
<!DOCTYPE html>
What is the correct HTML element for the largest heading?
<h1>
The use of asterisks, for example, to mark the entered text in this kind of field is designed to help protect text from being observed as it is being entered.
Hint: You use this field everyday to use your computer for class.
Password
Its sound quality is not as good as other formats
What is raw audio
What are the 5 required tags in a conform HTML document?
<!DOCTYPE>, <html>, <head>, <body>, and <title>.
What does CSS stand for?
Cascading Style Sheets
What is the name of the link tag that lead you to other websites, images, products, etc.?
<a href="url">link text</a>