Which of the following are the correct HTML codes to make an unordered (bulleted) list. (1 point)
<ul><li>item1 <li> item2 </li>
<ul><l1>item1</l1><l2> item2</l2></ul>
<ul><li>item 1 </li> <li>item 2</li> </ul>
<list><li>item 1</li> <li>item2</li> </list>
Which of the following are the correct HTML codes to bold the word cat. (1 point)
<bo>cat</bo>
<bd>cat</bd>
<b>cat<b/>
<b>cat</b>
Which of the following are the correct HTML codes to make a new line. (1 point)
<br>
<b>
<lb>
<nl>
Check off the 4 most common errors when making web pages. (5 points)
Saving the html page as txt instead of html
Misspelling tags
Previewing the wrong page (looking at the page but in the wrong folder)
Not using enough images on a page
Not using enough different kinds and colours of text in your page
Not linking the navigation pages properly
Not indenting html codes properly
Not adding your name in the comment section
Thinking that the <title> command shows up on the body of the weboage
Skewing pictures on your pages
Check off the web browsers from the list. Choose 4. (4 points)
PDF
Firefox
Windows
Safari
IOS7
Chrome
Internet Explorer
Which of the following are the correct HTML codes to change the font face, size and colour? (1 point)
<font face="Tekton Pro" size="5" colour="blue">Place text here...<font/>
<font face="Tekton Pro size="5" colour="blue">Place text here...</font>
<font face="Tekton Pro" size="5" color="blue">Place text here...</font>
<font face="Tekton Pro"size="5"colour="blue">Place text here...</font>
What code will add a line? (1 point)
<hl>
<hr>
<li>
<line>
Fair Use Guidelines are NOT followed when _________. (1 point)
The creator of any webpage uses the work of another after getting their verbal permission.
The webpage creator uses a product that is available through the creative commons licence.
The webpage creator uses an online image for in-classroom use.
The webpage creator does not post their work to the Internet, but saves it locally as practice.