NEW
Font size
WorksheetsHTML
Total questions: 15
Worksheet time: 8mins
Which is correct for changing background color?
<body bgcolor= >
<body backgroundcolor=>
<changebg=>
None of these
What is the name of the standard color database?
pentadecimal
hexadecimal
octodecimal
None of these
Which is the correct code for a bulleted list?
<ol>
<ul>
<li>
How do you bring in an image?
<img src=>
<imagesource=>
<img source=>
<image=>
Another word for a tag that doesn't need an ending tag (it can stand alone)
empty
full
nested
Which brackets are correct in html coding?
< >
{ }
[ ]
\
Which slash is correct in an ending tag?
/
\
What does an <hr> line of code give you?
a list
a line
a number
a picture
T or F - HTML stands for hypertext markup language
T
F
T or F - HTML is the language of the web.
T
F
The code behind websites is called this:
source code
empty code
nested code
embedded code
This is the largest of the headings:
<h1>
<h2>
<h3>
<h4>
Which is correct for changing the type of font?
<font style= >
<font face= >
<font color= >
When saving a notepad file, you MUST save it with this extension to preview it correctly.
.txt
.htm
.http
.html
Which is correct for a website or email?
<a href= >
<absolute href= >
<href= >
None of these
