test 3 Flashcards
If you wanted to create text that was a different color or font than other text in your Web page, what type of tag would you use?
Basic formatting
Each list item in an ordered or unordered list has which tag?
li tag
What is the REFRESH meta tag used for ?
Redirect to a new domain
How do you add a background color for all <h1> elements?</h1>
h1 {background-color:#FFFFFF}
Which format usually works best for photos ?
JPG
How do you change the text color of an element?
color:
<a> and </a> are the tags used for ?
Adding links to your page
Which of the following tags below are used for a multi-line text input control?
textarea tag
What does the GENERATOR meta tag tell ?
Which program was used to produce the page
< meta > tags always goes inside the < head > element.
True
Which CSS property controls the text size?
font-size
When creating a Web document, what format is used to express an image’s height and width?
Pixels
Use and to add what to your tables?
columns
How do you display hyperlinks without an underline?
a {text-decoration:none}
Which of the following attributes below are used for a font name?
face