HTML is stand for
A. Hyper Text Markup Language
B. Holistick Technical Method Library
C. Hyper Tax Makes Line
D. None of the above
Select an option to see the answer and solution.
HTML is a subset of
A. SGMD
B. SGML
C. SGMH
D. None of the above
Select an option to see the answer and solution.
ALL HTML tags are enclosed in what ?
A. # and #
B. ? and !
C. < and >
D. { and }
Select an option to see the answer and solution.
and are the tags used for
A. Adding image
B. Aligning text
C. Audio-voiced text
D. Adding links to your page
Select an option to see the answer and solution.
To add a plain color background to your web page, use which of the following ?
1. <body bgcolor= “36,24,35”>
2. <body color= “# FF000”>
3. <body bgcolor= “# FF000”>
A. Option 1
B. Option 2
C. Option 3
D. All of the above
Select an option to see the answer and solution.
The BODY tag is usually used after
A. HTML tag
B. EM tag
C. TITLE tag
D. HEAD tag
Select an option to see the answer and solution.
Choose the correct HTML tag to make a text italic.
1. <i>
2. <italic>
3. <it>
4. <il>
A. Option 1
B. Option 2
C. Option 3
D. Option 4
Select an option to see the answer and solution.
What does the <br> tag add to your webpage ?
A. Long break
B. Paragraph break
C. Line break
D. None of the above
Select an option to see the answer and solution.
Adding a border to your image helps the visitor to recognize it as what ?
A. A frame
B. A link
C. A picture
D. None of the above
Select an option to see the answer and solution.
WYSIWYG stands for
A. What You See Is What You Get
B. What you See Is What You Gain
C. When You Start Is When You Go
D. None of the above
Select an option to see the answer and solution.
Which tag tells the browser where the page starts and stops ?
1. <html>
2. <body>
3. <head>
4. <title>
A. Option 1
B. Option 2
C. Option 3
D. Option 4
Select an option to see the answer and solution.
Which program do you need to write HTML ?
A. A graphics program
B. Any text editor
C. HTML -development suite 4
D. All of the above
Select an option to see the answer and solution.
In HTML, tags that include both on and off tag are called
A. comment tag
B. document tag
C. container tag
D. None of the above
Select an option to see the answer and solution.
When is the content of a table shown ?
A. Before the border loads
B. After the table is loaded
C. In pieces as it loads
D. None of the above
Select an option to see the answer and solution.
All normal webpages consists of
A. Top and bottom
B. Body and frameset
C. Head and body
D. None of the above
Select an option to see the answer and solution.
Increasing the cellpadding means
A. Increase the softness of your site
B. Increase the space between cells
C. Increase the distance between cell and content
D. All of the above
Select an option to see the answer and solution.
A much better approach to establish the base URL is to use the _________ element.
A. HEAD
B. BODY
C. BASE
D. None of the above
Select an option to see the answer and solution.
Which colors consist of equal amounts of all basic colors ?
A. White, Blue and Gray
B. White, Black and Gray
C. Purple, Green and Blue
D. None of the above
Select an option to see the answer and solution.
Gif and jpg are the two main types of what ?
A. animated effects
B. videos
C. images
D. None of the above
Select an option to see the answer and solution.
Any target specified in the BASE element can be overridden on a case-by-case basis by specifying a different target in different forms
A. Anchor
B. Imagemap
C. Link
D. All of the above
Select an option to see the answer and solution.