Trusted by students across multiple disciplines!
What is a tag in HTML? - Answer: HTML code is made up of tags, tags are the names
given to values written within angle brackets i.e. <h1>. It is ultimately how content will
be displayed on our web browser.
What does HTML stand for? - Answer: Hyper Text Markup Language
What is HTML used for? - Answer: Writing and developing web pages
What is an HTML element? - Answer: An HTML element is everything between
The start tag and the end tag, including
The tags:
HTML Element:
<p>This is a paragraph.</p>
How do you declare an HTML document? - Answer: <!DOCTYPE html>
What is the root element to an HTML page? - Answer: <html></html>
What tag contains metadata about the webpage? - Answer: <head></head>
What tag specifies the title of the HTML document? - Answer: <title></title>
What tag contains visible page content? - Answer: <body></body>
What tag represents the largest heading? - Answer: <h1></h1>
What tag represents the smallest heading? - Answer: <h6></h6>
What tag defines a paragraph? - Answer: <p></p>
1
APPHIA - Crafted with Care and Precision for Academic Excellence.