HTML MCQ
This page contains a summary of HTML MCQ questions, along with their answers. The questions are designed to test your knowledge of HTML syntax and concepts.
Summary
- HTML tags are enclosed in angle brackets (< >).
- The tag defines the body of the HTML document.
- The tag defines the head of the HTML document, which includes the title, meta tags, and other information.
- The tag is used to create hyperlinks.
- The
tag is used to insert images into an HTML document.
Questions
- What are HTML tags?
- What is the purpose of the tag?
- What is the purpose of the tag?
- How do you create a hyperlink?
- How do you insert an image into an HTML document?
Answers
- HTML tags are enclosed in angle brackets (< >). They are used to define the structure and content of an HTML document.
- The tag defines the body of the HTML document. It is where the main content of the document is placed.
- The tag defines the head of the HTML document. It includes the title, meta tags, and other information about the document.
- The tag is used to create hyperlinks. A hyperlink is a link to another web page or document.
- The
tag is used to insert images into an HTML document.