1.If you want your ordered list to use capital letters and start with the letter D, which attributes would you use?
- type=”a” start=”D”
- type=”A” start=”D”
- type=”A” start=”4″
- type=”letter” start=”d”
2.If you want to have the browser open a new window for a link to an outside page, which attribute would you use?
- alt
- target
- src
- start
3.A form is an
- An internet activity that involves synthesis of information
- Method used to keep web pages formatted correctly
- Input area on a web page
- ARPAnet
4.What is the correct HTML for adding a background color?
- <body style=”background-color:yellow”>
- <background>yellow</background>
- <body bgcolor=”yellow”>
- None of the above.
5.Which tag makes the largest headline?
- H1
- H2
- H3
- H4
6.Gif is a __________
- the language of the Web.
- common graphic format on the Web.
- a company that provides access to the Internet.
- common questions and answers.
7.A URL is
- A Web Address
- File format that retains format on the Web
- The transfer method used on the Web
- File format used to transfer files from one word processor to another
8.How can you open a link in a new browser window?
- <a href=”url” target=”_blank”>
- <a href=”url” new>
- <a href=”url” target=”new”>
- None of the above
9.What does HTML do?
- It processes code to form a program
- It interprets code and displays it on screen
- It contains instructions for the browser to work
- It is the language used to create websites
10.If you want your ordered list to use capital letters and start with the letter D, which attributes would you use?
- type=”a” start=”D”
- type=”A” start=”D”
- type=”A” start=”4″
- type=”letter” start=”d”
11.A URL is ________
- a Web Address.
- file format that retains format on the Web.
- the transfer method used on the Web.
- file format used to transfer files from one word processor to another.
12.Which is correct?
- <b>Click Here<b>
- <strong>Click Here<strong>
- <b>Click Here</b>
- </strong>Click Here</strong>
13.How can you make a list that lists the items with numbers?
- <ul>
- <dl>
- <ol>
- <list>
14.Which of the following path is supported by HTML?
- Ralative
- At the end of the document
- Defererenced
- Absolute and Relative
15.Intrepret this statement: <strong>Michelle</strong>
- It makes Michelle strong
- It highlights Michelle as being strong
- It will print out Michelle in bold font
- None of the above