HTML Basics

Questions about HTML tags, attributes, and formatting

6 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which is used for text and tags that do not show directly on the page ?

  1. Head
  2. Body
  3. Title
  4. Frame
Question 2 Multiple Choice (Single Answer)

Which tag is used to increase the font size by one ?

  1. <h1>text</h1>
  2. text
  3. <big>text</big>
  4. <font size="1">text</font>
Question 3 Multiple Choice (Single Answer)

Which of the following is used to Turn off automatic linebreaks even if text is wider than the window ?

  1. text
  2. <nobr>text</nobr>
  3. text<wbr>
  4. <p>text</p>
Question 4 True/False

If certain properties are set for single cells, they will have higher priority than the settings for the table as a whole.

  1. True
  2. False
Question 5 Multiple Choice (Single Answer)

The attribute used to choose the type of font in HTMLis ?

  1. Character
  2. Face
  3. Text-type
  4. Font-type
Question 6 Multiple Choice (Single Answer)

Which attribute defines default pages to your frames ?

  1. def
  2. a href
  3. src
  4. None