HTML : Formatting A Document


Available Answers

  1. 1.

    Fill in the blanks.

    1. HTML Links are specified using _______________ tag.
    2. To make web page more stylish and presentable is called text _______________.
    3. _______________ tag indicates emphatic or important text to the screen reader software. It is displayed as italics in most browsers.
    4. <sub> defines _______________ text.
    5. _______________ align property is used, for left centre or right aligned.
  2. 2.

    Write True or False.

    1. CSS (Cascading Style Sheet) are used to style a webpage.
    2. Clicking on some underlined text takes you to another page with the help of hyperlinks.
    3. The href attribute specifies, where the link points or the destination of the link.
    4. By default, all links open up in the same browser window.
    5. <i> tag defines big text.
  3. 3.

    Multiple Choice Questions (MCQs).

    1. __________ defines bold text. This is only for visual effect.
      1. <b>
      2. <p>
      3. <a>
    2. __________ attribute is used, to create a bookmark inside an HTML page.
      1. Bookmark
      2. Name
      3. Mark
    3. __________ is an empty tag in the sense that it only has attributes and no closing tag.
      1. <body>
      2. <title>
      3. <img>
    4. __________ defines text in italics. This is only for visual effect.
      1. <italics>
      2. <it>
      3. <i>
    5. __________ defines superscripted and subscripted text.
      1. <sup>, <sub>
      2. <sub>, <sup>
      3. none of these
  4. 4.

    What is the difference between <b> and <strong> tag?

  5. 5.

    Do <i> and <em> tags mean the same?

  6. 6.
    Why should we specify the 'alt' attribute in image tag?
4 more answer(s) available.

Please login to post your comments.