In HTML, a color can be specified using a hexadecimal value in the form: #rrggbb
Anonymous Quiz
92%
T
8%
F
Where rr (red), gg (green) and bb (blue) are hexadecimal values between 00 and ff (same as decimal 0-255)
Anonymous Quiz
91%
T
9%
F
Saturation is a percentage value, 0% means a shade of gray, and 100% is the full color
Anonymous Quiz
94%
T
6%
F
The target attribute of the link must refer to the name attribute of the iframe
Anonymous Quiz
88%
T
12%
F
The HTML … element is a container for the following elements: <title>, <style>, <meta>, <link>, <script>, <base>
Anonymous Quiz
88%
<head>
12%
<body>
Metadata typically define the document title, character set, styles, scripts, and other meta information
Anonymous Quiz
95%
T
5%
F
<meta> element is typically used to specify the character set, page description, keywords, author of the document, and viewport settings
Anonymous Quiz
95%
T
5%
F
The metadata will be displayed on the page, are used by browsers (how to display content or reload page), by search engines (keywords), and other web services
Anonymous Quiz
58%
T
42%
F
Defines an independent, self-contained content
Anonymous Quiz
8%
<header>
5%
<nav>
44%
<section>
43%
<article>