This is an HTML quiz...
|
Print Page
|
1.
Which tags are missing?
<html>
<head>
<title>
<body>
Now is the time to know, not to guess...
</body>
</html>
<body> & </title>
<title> & </title>
</title> & </head>
</head> & </html>
</body> & </html>
2.
Will the code above display the page?
Yes
No
Unsure
3.
The tag <b> stands for:
Big
Bad
Bold
Brave
Beautiful
4.
Which tags are missing or wrong?
<table>
<tr>
<td></td><td><td></td>
<tr>
<td colspan="2"></td>
<tr>
<td></td><td><td></td>
</tr>
</table>
</tr></td>
</td></tr></td>
</td></tr></tr></td>
<td></tr></tr><td>
</tr></td></tr>
<tr></td></td></tr>
5.
Will the table above appear as expected?
Yes
No
Unsure
6.
These tags are properly nested: <p>Pargraph<em>emphasis</p></em>
Yes
No
Unsure
7.
Which tags are missing?
<html>
<body>
Now is the time to know, not to guess...
</body>
</html>
<body> & </body>
</title> & </head>
<head> & <title>
<form> & </html>
8.
Will the code above display the page?
Yes
No
Unsure
9.
Every tag should have an opening tag and a closing tag.
Always
Usually
No
Unsure
10.
What will this table look like?
<table>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>
11.
To create a comment in html use:
//
'
#
<!-- -->
*
/* */
12. The acronym CSS is the abbreviate for:
Clandestine Secret Services
Chimerical Style Sorcery
Cascading Style Sheets
Cascaded System Styles
13.
What will this table look like?
<table>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
14.
The tags <select> and <input> should be nested within:
<option></option>
<table></table>
<form></form>
<a href></a>
15.
The default position for alignments within a <td> are:
left and center
center and bottom
center and middle
left and middle
16.
For 508/ADA compliance an image tag should have which attribute?
src=""
width=""
height=""
border=""
id=""
alt=""
name=""
17.
In XHTML1.0 Strict tags must be complete and use correct syntax.
Always
Usually
No
Unsure
18.
To create a comment in javascript use:
//
'
#
<!-- -->
*
/* */
19.
You may not add status="" , onclick="" or mouseover="" to:
<img src="" />
<a href="">
<input type="button" />
<table>
20.
HTML tags must have closing tags.
Always
Usually
No
Unsure
Return to Top of Page
.
Go Back