Questions and Answers Graded A+
The primary purpose of HTML is to style web pages.
✔✔False
HTML stands for HyperText Markup Language.
✔✔True
Every HTML document must begin with a DOCTYPE declaration.
✔✔True
The `<head>` section of an HTML document is displayed on the webpage.
✔✔False
You can use HTML to create hyperlinks that connect to other web pages.
✔✔True
1
, CSS is used to define the structure of an HTML document.
✔✔False
An HTML document can include multimedia elements like images and videos.
✔✔True
The `<body>` section of an HTML document contains all the content displayed to users.
✔✔True
HTML elements can be nested within one another to create complex layouts.
✔✔True
The `<title>` tag defines the main heading of a webpage that is visible in the browser's tab.
✔✔True
You need to use a special tag to create comments in HTML that are not displayed in the browser.
✔✔True
2