1. <!doctype html>
2. <body>
3. <html>
4. <head>
Give an example of an HTML tag.
<b> , <i> , etc..
1. Before the <head> element
2. Inside the <head> element
3. Inside the <body> element
4. After the<body> element
1. <a href="http://www.google.com">Google</a>
2. <a src="http://www.google.com">Google</a>
3. <a name="Google">http://www.google.com</a>
4. <link href="http://www.google.com">Google</link>
5. <link src="http://www.google.com">Google</link>
6. <link name="Google">http://www.google.com</link>
1. <a href="http://www.google.com">Google</a>
Fill in the blanks. In the following CSS rule, "img" is a __________, "width" is a __________, and "100px" is a __________.
img { width: 100px; }
Bank: Property, Selector, Value
(1) selector (2) property (3) value
<img src="someImage.jpg">
1. <img href="image.gif" alt="MyImage">
2. <image src="image.gif" alt="MyImage">
3. <img alt="MyImage">image.gif</img>
4. <img src="image.gif" alt="MyImage">
4. <img src="image.gif" alt="MyImage">
Which CSS tag would you use to make an image only 200 px across?
#second { width: 200px; }
<h1>ScriptEd</h1>
1. <a>http://www.w3schools.com</a>
2. <a name="http://www.w3schools.com">W3Schools.com</a>
3. <a href="http://www.w3schools.com">W3Schools</a>
4. <a url="http://www.w3schools.com">W3Schools.com</a>
p ( color - blue )
1.Uses parentheses instead of curly-braces.
2. Uses "-" instead of ":" between color and blue.
3. No semi-colon after blue.
1. src
2. href
3. type
4. rel
Define a variable and set its value equal to the characters 1 0 0.