Question 1: What does HTML stand for?
- Hyperlinks and Text Markup Language
- Home Tool Markup Language
- Hyper Text Markup Language
- Hyper Tool Multi Language
Explanation: HTML stands for Hyper Text Markup Language and is used to structure web content.
This HTML Easy Quiz is designed for beginners who want to test and strengthen their foundational knowledge of HTML. It covers core concepts commonly asked in interviews and practice tests, making it ideal for students and aspiring frontend developers.
Explanation: HTML stands for Hyper Text Markup Language and is used to structure web content.
Explanation: The <p> tag is used to define a paragraph in HTML.
Explanation: <h1> defines the most important and largest heading in HTML.
Explanation: The <br> tag is used to insert a line break.
Explanation: The alt attribute provides alternative text for images.
Explanation: The <a> tag is used to create hyperlinks in HTML.
Explanation: The <head> tag contains metadata such as title, charset, and links.
Explanation: The <img> tag is used to embed images in HTML.
Explanation: <ul> is used to create an unordered list.
Explanation: The <li> tag defines an item in a list.
Explanation: The <title> tag defines the document title shown in the browser tab.
Explanation: The href attribute specifies the destination URL.
Explanation: The <b> tag visually makes text bold.
Explanation: <em> is used for semantic emphasis.
Explanation: <br> is a self-closing tag.
Explanation: The charset attribute defines character encoding.
Explanation: <tr> defines a table row.
Explanation: <td> defines a table data cell.
Explanation: <table> is used to create tables.
Explanation: The required attribute ensures the field must be filled.
Explanation: <input> is used to create input fields.
Explanation: <fieldset> groups related form elements.
Explanation: The src attribute specifies the image file path.
Explanation: Checkboxes are created using input type='checkbox'.
Explanation: <em> represents emphasized text.
Explanation: <pre> preserves spaces and formatting.
Explanation: <body> contains the visible content.
Explanation: <nav> represents navigation links.
Explanation: <mark> highlights text.
Explanation: <footer> defines a footer for a section or page.
Explanation: <ol> creates an ordered list.
Explanation: <section> defines a thematic grouping.
Explanation: <article> represents independent content.
Explanation: <video> is used to embed videos.
Explanation: <audio> embeds sound content.
Explanation: The lang attribute specifies the document language.
Explanation: <select> creates a dropdown list.
Explanation: <option> defines an item in a select list.
Explanation: <header> represents introductory content.
Explanation: <span> is an inline container.
Explanation: <strong> conveys strong importance.
Explanation: target='_blank' opens a link in a new tab.
Explanation: <hr> represents a thematic break.
Explanation: HTML comments use <!-- --> syntax.
Explanation: Meta charset defines character encoding.
Explanation: <html> is the root element.
Explanation: <div> is a non-semantic block container.
Explanation: <kbd> represents keyboard input.
This HTML Easy Quiz is designed for beginners who want to test and strengthen their foundational knowledge of HTML. It covers core concepts commonly asked in interviews and practice tests, making it ideal for students and aspiring frontend developers.