CSS
Adding Images
Website Structure
HTML
Tables
100

How do you link a stylesheet?

What is <link rel="stylesheet" href="">

100

What does SRC stand for?

What is source?

100
What is the html code for centering text?

What is <center></center>?

100

What does "HTML" stand for?

What is Hypertext Markup Language.

100
What is the code for table rows?

What is <tr></tr>?

200

What does "CSS" stand for?

What is Cascading Style Sheets

200

What does the SRC in image code specify?

What is specifying location of image?

200
What line of code establishes the 1st header tag?

What is <h1></h1>?

200

What two sets of codes are needed to establish an html webpage?

What is <html></html>?

200

What is the code for table cells?

What is <td></td>?

300

How do you add CSS in an HTML document Internally?

What is <style>?

300

What linking code is used to add images into an HTML webpage?

What is src?

300

What line of code establishes a paragraph in a webpage?

What is <p></p>?

300

What two sets of code is needed to establish a body in a webpage?

What is <body></body>?

300

What is the code for table headers?

What is <th></th>?

400

How do you add CSS to an HTML document externally?

What is <link>?

400

What code allows for the user to rename the image in html webpages?

What is alt?

400

What line of code sets a text alignment?

What is style="text-align:"?
400

What line of code is used to create a page break in a webpage?

What is <br>?

400

What does the code <table> define in html tables?

What is define tables in html?
500

What brackets are used in CSS style sheets to define text style?

What is {}?

500

What are the code tags to establishing an image in an html webpage?

What is <img>?

500

What line of code sets different text fonts?

What is style="font-family"?

500

What tag in html specifies the URL of the page a link goes to?

What is href?

500

How do you add horizontal dividers to table codes?

What is border-bottom:?

M
e
n
u