T4Tutorials .PK

NSCT – HTML Fundamentals MCQs

1. . HTML stands for:

(A) HyperText Markup Language


(B) Hyper Tool Markup Logic


(C) HighText Machine Language


(D) Hyper Transfer Markup Language




2. . The main purpose of HTML is:

(A) To optimize CPU usage


(B) To style web pages


(C) To add interactivity


(D) To structure and present content on the web




3. . An HTML element consists of:

(A) Opening tag, content, and closing tag


(B) Only content


(C) Only a closing tag


(D) Only an opening tag




4. . The correct way to create a hyperlink in HTML is:

Link')"> (A)

Link

')"> (B)

Link')"> (C)

Link')"> (D)



5. . The HTML tag

is used for:

(A) Paragraphs


(B) Pictures


(C) Pages


(D) Preformatted text




6. . The tag is used for:

(A) Adding links


(B) Creating paragraphs


(C) Displaying images


(D) Making tables




7. . The

    tag in HTML defines:

    (A) Underlined text


    (B) Unordered lists


    (C) Unique links


    (D) User forms




8. . The

    tag in HTML defines:

    (A) Outlined text


    (B) Open links


    (C) Ordered lists


    (D) Options in a form




9. . HTML headings are defined with tags:

to

')"> (A)

to

')"> (B)


to

')"> (C)

to

')"> (D)


10. . The
tag is used for:

(A) Buttons


(B) Bold text


(C) Block quotes


(D) Line breaks




11. . The tag is used to:

(A) Underline text


(B) Italicize text


(C) Make text bold and indicate importance


(D) Create headings




12. . The tag is used for:

(A) Bold text


(B) Emphasized text (usually italic)


(C) Paragraphs


(D) Lists




13. . The

tag in HTML is used for:

(A) Headings


(B) Adding images


(C) Hyperlinks


(D) Creating tables




14. . The

tag is used to:

(A) Make paragraphs


(B) Display images


(C) Create headings


(D) Collect user input




15. . The tag in HTML is used for:

(A) Paragraphs


(B) Inserting images


(C) Links


(D) Input fields in forms




16. . The

tag is used to:

(A) Display images


(B) Group HTML elements for styling or layout purposes


(C) Create lists


(D) Insert links




17. . The tag is used for:

(A) Inline grouping of elements for styling


(B) Block-level grouping


(C) Paragraphs


(D) Images




18. . The tag in HTML is used for:

(A) Metadata about the document like charset, description, and keywords


(B) Paragraphs


(C) Headings


(D) Images




19. . HTML comments are written as:

')"> (A) # Comment


')"> (B) // Comment


')"> (C) /* Comment */


')"> (D)