HTML Links, Structure, and Tags
Test your knowledge of HTML concepts including relative and absolute paths, hypertext links, hierarchical structures, inline images, image maps, forms, colors, and font sizing.
Questions
Relative path make your hypertext links______.
- Portable
- Discrete
- Uniform
A_____structure starts with a general topic that includes link to more specific topics.
- Hierarchical
- Linear
- Mixed
Which of the following path is supported by HTML?
- Ralative
- Defererenced
- Absolute and Relative
You cannot designate an inline image as a hypertext link.
- True
- False
Because each computer differs in terms of what fonts it can display, each individual browser determines how text is to be displayed.
- True
- False
You do not have to connect to the internet to verify changes to a Web page on your computer.
- True
- False
You can combine structures e.g, linear and hierarchical.
- True
- False
What is HTML stands for?
- Hypertext Mailing List
- Hypertext Mark Language
- Hypertext Markup Language
What is the tag for an inline frame?
- Iframe
- Inframe
- frame
- inlineframe
Within the MAP tag, you use the AREA tag to specify the areas of the image that will act as a hotspot.
- True
- False
Can you create an e-mail form with auto responder using form action method=mailto:youdomainname.com?
- Yes
- No
There are_____color names recognized by all version of HTML.
- 6
- 8
- 256
- 16
Software programs, like your Web browser, use a mathemathical approach to define color.
- True
- False
If you want to increase the font size by 2 relative to the surrounding text, you enter +2 in the tag.
- True
- False
