HTML Basics
Questions about HTML tags, attributes, and formatting
Questions
Question 1 Multiple Choice (Single Answer)
Which is used for text and tags that do not show directly on the page ?
- Head
- Body
- Title
- Frame
Question 2 Multiple Choice (Single Answer)
Which tag is used to increase the font size by one ?
- <h1>text</h1>
- text
- <big>text</big>
- <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 ?
- text
- <nobr>text</nobr>
- text<wbr>
- <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.
- True
- False
Question 5 Multiple Choice (Single Answer)
The attribute used to choose the type of font in HTMLis ?
- Character
- Face
- Text-type
- Font-type
Question 6 Multiple Choice (Single Answer)
Which attribute defines default pages to your frames ?
- def
- a href
- src
- None