What does HTML stand for?
What is HTML
Defines an HTML form for user input
<form>
An style sheet in coding must be saved as a(n) ____ file type. What is it?
.css
How can a person see the HTML code to create a web page?
In the web bowser > right click > choose the option to view source or view page source.
These are useful when you want to arrange text to make the information straightforward and clear to the Web page visitor.
Tables
What HTML tag starts an HTML page?
<html>
Defines a group of related options in a drop-down list
<optgroup>
What does CSS stand for?
Cascading Style Sheet
ACTION: File ___________ can result in smaller file size.
Compression
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>
it provides information about your webpage for search engines
meta tag
One of the most popular file formats for music storage.
mp3
Who is making the Web standards?
The World Wide Web Consortium
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
An interconnected network of computer networks
The internet
In order to remove the "dot html" or ".html" from a web address, what should be the name for the html file?
index.html
What are the 5 required tags in a conform HTML document?
<!DOCTYPE>, <html>, <head>, <body>, and <title>.
Nearly all of the HTML tags used to create forms have at most one of these each
What is an attribute
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>