WorksheetsCamp Sequoia Project Exam 1
Total questions: 20
Worksheet time: 13mins
How would you write a hyperlink to webpage.com?
<a>http://www.webpage.com</a>
<a name="http://www.webpage.com">webpage.com</a>
<a href="http://www.webpage.com">webpage</a>
<a url="http://www.webpage.com">webpage.com</a>
Which of the following elements would you use to create a numbered or ordered list in an HTML document?
<list>
<#>
<ul.
<ol>
Which of the following tags are formatted correctly to add an image to an HTML document?
<img href="puppy.gif" alt="puppy">
<img src="puppy.gif" alt="puppy">
<image src="puppy.gif" alt="Puppy">
<img alt="puppy">puppy.gif</img>
Harris is working with a team of website developers at the Green Plate Company. Each team member is required to leave a comment in the HTML page to let other developers know when the page was last modified. Which line of code will Harris use to create a comment?
This attribute provides an alternate text for an image if it cannot be viewed.
href
ext
alt
and
The ____________value starts with a hash tag # followed by the name of the image map, and is used to create a relationship between the image and the image map.
usemap
href
map
absolute
If the poster attribute is not specified, the first frame of the video is displayed instead
