What does HTML stands for?
Hyper Text Markup Language
Home Tool Markup Language
Hyperlinks and Text Markup Language
None of these
What refers to the labels used to mark up the beginning and end of an element?
Elements
Tags
Attributes
Which section is used for text and tags that are visible in the browser?
html
head
body
Which tag tells the browser that it is an HTML document?
<html>
<head>
<body>
Which one is used to enclose the value of an attribute?
Single quotes
Quotation marks
Brackets
What is the purpose of <br> tag?
Inserts a single line break.
Specifies the base URL/target for all relative URLs in a document.
Defines the document's body.
Definesbigger text.
Which among the following tells the browser how you want the Website to be presented?
Which tag is used to place a blank line above and below the text of the paragraph?
<p>
<p/>
<l>
Which tag defines the property of an element?
Which attribute of the paragraph element is used to align the paragraph?
Align
Alignment
Al