Basic Html - Study Mode
[#116] What does the <br> tag add to your webpage ?
Correct Answer
(C) Line break
[#117] Adding a border to your image helps the visitor to recognize it as what ?
Correct Answer
(B) A link
[#118] WYSIWYG stands for
Correct Answer
(A) What You See Is What You Get
[#119] Which of the following markup is correct? i. <b><i> is in error as tags cross </b></i> ii. <b><i> is not since tags nest </i></b>
Correct Answer
(B) ii
Explanation
Solution: Tags in HTML are always nested.
[#120] Which of the following is not a correct (X)HTML rule?
Correct Answer
(D) Unknown attributes are ignored by the browser
Explanation
Solution: Browser ignores unknown attributes.