Introduction to HTML Document Structure and Elements

A quiz covering basic HTML concepts including document structure, tags, links, forms, and tables

14 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Find the odd one out of the following in relation to scrollable tables.

  1. <tbody>
  2. <tfoot>
  3. <thead>
  4. <head>
Question 2 Multiple Choice (Single Answer)

First tag in a typical HTML document is

  1. <body>
  2. <title>
  3. <html>
  4. <head>
Question 3 Multiple Choice (Single Answer)

We cannot create an URL with

  1. http
  2. html
  3. ftp
  4. mailto
Question 4 Multiple Choice (Single Answer)

Tag related to the largest size heading is

  1. <font size=“huge”>
  2. <h1>
  3. <h7>
  4. <large-font>
Question 5 Multiple Choice (Single Answer)

The tag which is used to display verbatim is

  1. <pr>
  2. <p>
  3. <caption>
  4. <pre>
Question 6 Multiple Choice (Single Answer)

The tag that makes a portion of an image ready for click is

  1. <click>
  2. <clickedimage>
  3. <img>
  4. <map>
Question 7 Multiple Choice (Single Answer)

To create an e-mail in our contact details, we can use

  1. <a href=mailto:[email protected]>
  2. none of the above
Question 8 Multiple Choice (Single Answer)

A tag unrelated to <td> is

  1. <table>
  2. <du>
  3. <tr>
  4. <th>
Question 9 Multiple Choice (Single Answer)

____ attribute(s) is used to specify text field width.

  1. Length
  2. Size
  3. Len
  4. None of the above
Question 10 Multiple Choice (Single Answer)

Find the odd one out.

  1. http
  2. html
  3. ftp
  4. mailto
Question 11 Multiple Choice (Single Answer)

Find the odd one out.

  1. _self
  2. _blank
  3. _parent
  4. None of the above
Question 12 Multiple Choice (Single Answer)

To specify the relationship between the current document and the linked document in an anchor tag, we use which of the following?

  1. Rev
  2. Rel
  3. Relative
  4. None of the above
Question 13 Multiple Choice (Single Answer)

HTML enables us to manage web document’s

  1. presentation
  2. content
  3. both presentation and content
  4. neither presentation nor content