Font size
WorksheetsHTML Quiz
Total questions: 10
Worksheet time: 4mins
HTML Stands for
Hyper Text Language
Hypertext Markup Language
Hyper Reference Markup language
Hyper Link Markup Language
What is the purpose of HTML?
Structure the content of a webpage
Style the webpage
Handle user input processing
ink web content together
Which of the following are valid HTML tags?
<section>
<div>
<component>
<block>
Which tag is used to add an image in HTML?
<image>
<media>
<picture>
<img>
What is the correct way to create a hyperlink in HTML?
What is the correct HTML5 doctype declaration?
<!DOCTYPE html>
<DOCTYPE html>
<!DOCTYPE HTML5>
<!HTML>
Which tag defines a table row in HTML?
<td>
<row>
<th>
<tr>
Which HTML attribute is used to provide alternative text for images?
alt
src
title
name
Which HTML element is used to define important text?
<b>
<strong>
<important>
<em>
Which of the following input types are valid in HTML?
text
number
pin
