Tables
HTML
Forms
CSS
Multimedia
100
Defines the number of pixels of space between a cell’s contents and the cell wall.
What is cell padding
100

What does HTML stand for?

What is HTML

100

Defines an HTML form for user input

<form>

100

An style sheet in coding must be saved as a(n) ____ file type. What is it?

.css

100

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.

200

These are useful when you want to arrange text to make the information straightforward and clear to the Web page visitor.

Tables

200

What HTML tag starts an HTML page?

<html>

200

Defines a group of related options in a drop-down list

<optgroup>

200

What does CSS stand for?

Cascading Style Sheet

200

ACTION: File ___________ can result in smaller file size.

Compression

300

These are used if your data cell needs to span multiple rows or columns.

rowspan or colspan

300

What is the correct formatting (spelling) of the doctype used for HTML5?

<!DOCTYPE html>

300
The ____________________ button sends the information to the appropriate location for processing.
What is submit
300

it provides information about your webpage for search engines

meta tag

300

One of the most popular file formats for music storage.

mp3

400
There are ____ main HTML tags used to create a table.
What is four
400

Who is making the Web standards?

The World Wide Web Consortium

400

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

400

An interconnected network of computer networks

The internet

400

In order to remove the "dot html" or ".html" from a web address, what should be the name for the html file?

index.html

500
A ____ is a horizontal line of information.
What is a row
500

What are the 5 required tags in a conform HTML document?

<!DOCTYPE>, <html>, <head>, <body>, and <title>.

500

Nearly all of the HTML tags used to create forms have at most one of these each

What is an attribute

500

What does CSS stand for?

Cascading Style Sheets

500

What is the name of the link tag that lead you to other websites, images, products, etc.?

<a href="url">link text</a>