Headings and Paragraphs
Links and Comments
Images
Tables
CSS
100
EXtensible Hypertext Markup Language
What is XHTML?
100
The punctuation mark that you use to create a comment.
What is an exclamation point?
100
The term for an image that is the size of usually about 100 px to 150 px wide and append "thumb" to the file name.
What is a thumbnail image?
100
The element that you use to create a table.
What is the table element?
100
This text property allows you to center, left, right, or justify your text.
What is text-align?
200
defines waht text will show in the web browser's title bar.
What is the title element?
200
The html element that you use to create a link on a web page
What is ?
200
By supplying these values for an image, we can instruct the browser to display the image in the exact size we want.
What is the width and height attributes?
200
To add a caption to the table we use this element
What is the caption element?
200
Cascading Style Sheets
What does CSS stands for?
300
Plain text documents saved with the .html file extension
What is a web page?
300
A link that goes outside of the current webpage.
What is an external link?
300
The width and height of an image
What are the dimensions?
300
The boxes that go across on the table
What is a row?
300
Style, class, and id attributes are known as these
What are global attributes?
400
This element provides information about the document to web browsers and search engines.
What is the meta element?
400
It adds information to an element and often control how an element is displayed on the page.
What is an attribute?
400
What are the two attributes that are used with the img element?
Src attribute and alt attribute
400
The horizontal and vertical borders around each cell.
What is the table border?
400
One starts with a period and the other starts with a pound sign.
What is the difference between an id and class?
500
You must have both of these tags to code in HTML
What is opening and closing tags?
500
Internal Link, External Link, and email link?
What are the three links?
500
This is required and supplies the name and location of the image file we wish to display.
What is src attribute?
500
This defines a new table row which spans the avilable width of the table.
What is the element?
500
selector {property:value}
What is CSS syntax?