Chad Windnagle
It made sense, when I wrote it.
Home
Blog
About Me
My Resume
Services
Contact Me
Slideshare
HTML Quiz
This is an HTML quiz written for Web Publishing class. By Chad Windnagle.
intro
id
date
Your Name
questions
Which syntax will create a colored box?
Select Option
<box color="red" width="500px" height="300px" />
<image map="rectange">width:500;height:300</image>
<div style="width:500px;height:300px;background-color:red;display:block;"></div>
How can you set a form field to be "required"? (With HTML *only*)
Select Option
<input type="text" cols="15" class="required" />
<required><input type="text" cols="15" /></required>
This cannot be done with HTML alone. You must use another language, like Javascript or PHP.
Which of these lines MUST be in the HEAD area of an HTML document?
Select Option
<div class="header">My content</div>
<LINK href="path/to/stylesheet.css" rel="stylesheet" type="text/css">
<javascript type="text/html" />var = "myVar";</script>
Why should you use an HTML Validator?
Select Option
To find syntax errors
For search engine optimization (High search results)
To fix cross-platform / browser issues
All of the above
How do you create a link to a downloadable file?
Select Option
<download src="my/file/path.pdf">Download PDF</download>
<a href="my/file/path.pdf" target="_blank">Download my file</a>
This cannot be done with HTML. You must use javascript.
What is the standard width of a website?
Select Option
500px
50,000px
960px
What is the difference between HTML and xHTML?
Select Option
xHTML and HTML are similar, but xHTML allows you to create new HTML tags.
No difference. They both come from XML.
xHTML is just the most recent version of HTML.
What is the proper syntax?
Select Option
<span style="color:red">myText</span>
<font color="red">MySentance</font<
<color ="#ff000">MySentance</color>
Can HTML tags be self-closing?
Select Option
Yes. All tags must follow this syntax: <a href="mylink">My Link text</a> (Example!)
No. Some tags can self-close: <img src="my/image/source.jpg" width="250" height="175" />
How do you add a comment to HTML?
Select Option
<!-- This would be my comment -->
<comment>This would be my comment</comment>
<comment text="this would be my comment" />
Blog Topics
Building ChadWindnagle.com (1)
Joomla Community (2)
Joomla Days (4)
Joomla Tips (1)
Random Stuff (1)
School Papers (2)
Usability (0)
Tags
accordion
cck
chad
chadwindnagle.com
coding
day
dc
development
effect
essential
extensions
jdmw
joomla
joomla accordion
joomladay
k2
mid
midwest
mootools
mt
open
oss
presentation
source
washingtondc
website
west
windnagle
wisconsin