HTML
Hyperlinks
CSS
More HTML/Tables
100

<h1></h1>

What is....a large heading

100

This (<a) is found at the beginning of a hyperlink line...what does it stand for?

What is..... anchor.

100

<style></style>

What is....add color to our webpage

100

HTML is an acronym for a coding language used to build webpages.  HTML means...

What is.....Hypertext Markup Language


200

<br>

What is...a line break

200

One uses an id tag to insert a link that will allow the viewer to jump to that section on the page.

What is..... an internal link

200

body{background-color:rgb(10,10,10);}

What is....add a background color to my entire webpage

200
When entering data into a table, ALL the information must go here.

What is...between the tbody tags....<tbody></tbody>


300

<em></em>

What is.....add emphasis (or italics).

300

The type of link that allows you to take the viewer to a different website

What is....external Link

300

In order to add color using an id, one must use this symbol prior to entering the id name (the identifier) into the appropriate place.

What is.....a # (hashtag).

300

To start a new row in a table, you must have these tags.

What is...table row tags...<tr></tr>

400

<tr></tr>

What is.....add a table row

400

________ is used when you want to direct the external link to open in a new window.

What is..... target="_blank"

400

This identifier is used prior to the following CSS code to add color to the same word throughout the entire webpage.


______{color:rgb(10,10,10);}

What is.....

.(class) - the name you actually assign as your class id to the word you want colored

400

Each line of information in the table must have a set of these.

What is...table data tags...<td></td>


500

<body></body>

What is....the body of the webpage...this is where all viewable information should go

500

href

What is..... hypertext-reference


500

Style tags go in a certain place in the script in order for them to work correctly.

What is.... just before the closing heading (</head>) tag

500

These tags hold the table heading information 

What is...table heading tags...<th></th>

M
e
n
u