WITH COMPLETE ANSWERS { GRADED
A+}
Opening Tag - ✔✔Indicates the starting point in the document where an HTML
tag takes effect.
Closing Tag - ✔✔Indicates the ending point in the document where the HTML
tag stops having an effect.
Doctype Declaration - ✔✔Indicates the ending point in the document where the
HTML tag stops having an effect.
<html>...</html> - ✔✔This element's opening and closing tags enclose
everything but the Doctype Declaration.
<meta> - ✔✔Specifies metadata, which is data that describes the document's data.
, <title>...</title> - ✔✔This element's opening and closing tags enclose the name of
the HTML document.
<body>...</body> - ✔✔This element's opening and closing tags enclose all
elements and content to be rendered in the browser.
Attribute - ✔✔Provides additional information about the HTML element and is
included only in the opening element tag.
<head>...</head> - ✔✔This element's tags contain the document title, document
metadata, and various other elements that are typically not displayed in the
webpage.
Void Element - ✔✔An element that only needs an opening tag.
Chrome DevTools - ✔✔A collection of web development tools that are built into
the desktop Chrome browser.
HTML Validator - ✔✔Checks that an HTML document conforms to the standard.
Deprecated - ✔✔A feature that is part of a language that is officially discouraged
becaues newer or better features exist, or becuase the feature is no longer
considered safe.