HTML MCQ Questions Set – multiple choice questions from Hyper Text Markup Language.
You landed on Set 02 that contains multiple choice test questions from hypertext markup language and web designing.
This set contains 10 objective questions from HTML with 4 options each. Each question has one and only one correct answer.
Mark the radio button against correct answer for the questions you can attempt and click ‘Show Result’ at the bottom.
HTML MCQ Questions Quiz
Please allow a few moments to calculate and present result after you click on ‘Show Result’ button.
Headings in HTML
You need to organize your document divided into different subheadings and HTML offers 6 different heading levels. The larges size and most prominent heading is H1. The subheading of H1 is H2 and so on. So, H6 is the least important heading level and is smallest in size. Look at following code and example of different headings in HTML:
HTML MCQ Quiz Set 02
HTML MCQ Quiz Questions
HTML MCQ Answers
HTML MCQ Explanations
Example of HTML MCQ Question
<h6>Least Level Heading</h6>
The above codes will produce output as follows:
Note: This HTML MCQ Questions Set is prepared and distributed in mcqsets.com
HTML MCQ Quiz Set 02
HTML MCQ Quiz Questions
HTML MCQ Answers
HTML MCQ Explanations
Example of HTML MCQ Question
Least Level Heading
This is Normal Paragraph
However, please note that the different headings (H1 … H6) are not to format your web page but to organize your content in more meaningful ways. Each page should contain one H1 tag and multiple H2, H3 and so on.
Other HTML MCQ Questions Pages
You can find more HTML MCQ Questions by clicking on following links:
Leave a Reply