NEW
Font size
WorksheetsHTML Project I
Total questions: 20
Worksheet time: 11mins
A storyboard is a document that describes the:
demographic and cultural issues your Web site will address.
design elements you will use in your Web site.
purpose and intended audience for a Web site, and provides a rough outline of the pages needed.
organizational design standards to which your Web site must adhere.
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>
This attribute provides an alternate text for an image if it cannot be viewed.
href
ext
alt
and
