NEW
Font size
WorksheetsFrontend batch Quiz- 1
Total questions: 9
Worksheet time: 5mins
What does HTML stand for?
A) Hyper Text Markup Language
B) Hyperlinks and Text Markup Language
C) Home Tool Markup Language
D) Hyper Tool Markup Language
Which HTML tag is used for the largest heading?
A) <head>
B) <h6>
C) <h1>
D) <heading>
What is the purpose of the <p> tag in HTML?
A) To add padding to text
B) To add a paragraph
C) To add a page break
D) To add padding around an element
What property adds space inside the HTML element, between the content and the border?
A) margin
B) padding
C) border
D) spacing
Which HTML tag is used to create a line break?
A) <lb>
B) <br>
C) <break>
D) <newline>
Which HTML element contains a website’s metadata?
A) <head>
B) <meta>
C) <header>
D) <footer>
Which HTML attribute is used to define the path to an image?
A) href
B) src
C) img
D) path
Which tag is used to make text bold in HTML?
A) <strong>
B) <b>
C) <em>
D) Both A and B
Which tag is used for a division or a section in an HTML document?
A) <section>
B) <div>
C) <body>
D) <span>
