HTML Questions

1.If you want your ordered list to use capital letters and start with the letter D, which attributes would you use?

  1. type=”a” start=”D”
  2. type=”A” start=”D”
  3. type=”A” start=”4″
  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?

  1. alt
  2. target
  3. src
  4. start

3.A form is an

  1. An internet activity that involves synthesis of information
  2. Method used to keep web pages formatted correctly
  3. Input area on a web page
  4. ARPAnet

4.What is the correct HTML for adding a background color?

  1. <body style=”background-color:yellow”>
  2. <background>yellow</background>
  3. <body bgcolor=”yellow”>
  4. None of the above.

5.Which tag makes the largest headline?

  1. H1
  2. H2
  3. H3
  4. H4

6.Gif is a __________

  1. the language of the Web.
  2. common graphic format on the Web.
  3. a company that provides access to the Internet.
  4. common questions and answers.

7.A URL is

  1. A Web Address
  2. File format that retains format on the Web
  3. The transfer method used on the Web
  4. File format used to transfer files from one word processor to another

8.How can you open a link in a new browser window?

  1. <a href=”url” target=”_blank”>
  2. <a href=”url” new>
  3. <a href=”url” target=”new”>
  4. None of the above

9.What does HTML do?

  1. It processes code to form a program
  2. It interprets code and displays it on screen
  3. It contains instructions for the browser to work
  4. 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?

  1. type=”a” start=”D”
  2. type=”A” start=”D”
  3. type=”A” start=”4″
  4. type=”letter” start=”d”

11.A URL is ________

  1. a Web Address.
  2. file format that retains format on the Web.
  3. the transfer method used on the Web.
  4. file format used to transfer files from one word processor to another.

12.Which is correct?

  1. <b>Click Here<b>
  2. <strong>Click Here<strong>
  3. <b>Click Here</b>
  4. </strong>Click Here</strong>

13.How can you make a list that lists the items with numbers?

  1. <ul>
  2. <dl>
  3. <ol>
  4. <list>

14.Which of the following path is supported by HTML?

  1. Ralative
  2. At the end of the document
  3. Defererenced
  4. Absolute and Relative

15.Intrepret this statement: <strong>Michelle</strong>

  1. It makes Michelle strong
  2. It highlights Michelle as being strong
  3. It will print out Michelle in bold font
  4. None of the above
Follow

Get every new post delivered to your Inbox.