|

So you're learnin' about web design, HTML, and all that stuff. Ya think you've got yer head wrapped around it? Think you're some kinda hotshot now? Kay then, it's time to take the No Mercy HTML Quizahh! The quiz is simple. We're playin' for coffee, straight up. Every answer you goof on, you owe me a joe. Each one you get right, I owe you one back. Sound easy? Then dig out yer pocket change, cuz I'm collectin' tha morning sunshine!
| The </b> is an opening tag. |
| a) True |
c) False |
| b) I'm too tired. |
d) I give, one java for Geoff. |
|
|
| In the following code, what is the attribute's value?
<p align="center">I didn't know a chicken could explode like that!</p> |
| a) <p> |
c) align |
| b) center |
d) chicken |
|
|
| The code...
<font face="Arial" color="blue" size="3"><b>Did you move my particle accelerator?</b></font>
...will format text that appears... |
| a) blue, Arial, and 3 in size |
c) blue, 3 in size, Arial, bold |
| b) ...far too complicated. |
d) ...to be molecularly unstable. |
| |
|
|
|
| The code...
<table width="300" border="1" align="center">
...will make... |
| a) ...me nauseous. |
c) a table 300 pixels wide, with its content aligned in the center. |
| b) a table, 300 pixels wide, with a border thickness of 1, aligned to the center of the page. |
d) ...other careers seem more appealing. |
|
|