CodingGita HTML Quiz
Answer the following 10 question.select only one option for each question and submit your answer.
1.What does HTML stand for?
Hyper text markup language
high text markup language
hyperlink and text markup language
home tool markup language
2. What is the purpose of the alt attribute in an img tag?
To provide the image URL
To style the image
To give alternate text if the image cannot be displayed
To resize the image
3. What is the function of the action attribute in an HTML form?
It specifies the type of formL
It defines the styling of the form
It determines where to send form data
It validates the form input
4. What does the required attribute do in an HTML form input?
Limits input length
Automatically fills the input
Prevents the form from submitting if empty
Adds a label to the field
5. Which of the following is true about HTML comments?
They are displayed in the browser
They are only visible in mobile browsers
They are used to hide code from the browser
They are ignored by the browser and not displayed
6. What does a DOCTYPE declaration do in HTML?
Tells the browser how to format images
Specifies the programming language used
Declares the document type and HTML version
Links the page to a database
7. Which of these attributes is used to open a link in a new tab or window?
href="_blank"
target="_blank"
new="true"
open="tab"
8. What is semantic HTML?
Using JavaScript in HTML
Using tags only for layout
Using HTML tags according to their meaning
Avoiding CSS in HTML documents
9. What is the default character encoding used in HTML5?
ASCII
UTF-8
ISO-8859-1
Unicode
10. What is the main role of the HTML5 localStorage feature?
To store data on the server temporarily
To store data that disappears when the browser closes
To store data permanently in the user's browser
To store cookies with user login credentials