test 4 Flashcards
How do you make the text bold?
font-weight:bold
What is cell padding?
Used to separate cell walls from their contents.
To specify a font for your whole page add which tag ?
< basefont >
Can I play audios in HTML?
YES
How do you display a border like this: The top border = 10 pixels
The bottom border = 5 pixels
The left border = 20 pixels
The right border = 1pixel?
border-width:10px 1px 5px 20px
What attribute is used to specify number of rows?
Rowspan
Increasing the cellpadding value will what ?
Increase the distance between cell and content
How do you change the left margin of an element?
margin-left:
To change the size of an image in HTML use what ?
height and width
To define the space between the element’s border and content, you use the padding property, but are you allowed to use negative values?
No
What are meta tags used for?
To store information usually relevant to browsers and search engines.
Hex-colors are the only way to define colors on the web?
False, colors can also be specified with names and CSS
How do you make a list that lists its items with squares?
list-style-type: square
Is it a common myth that meta tags seriously improve search engine rankings ?
Yes
What does XHTML stand for?
EXtensible HyperText Markup Language