Which tag is used to embed another HTML page inside a page?
Anonymous Quiz
12%
<frame>
58%
<iframe>
19%
<embed>
10%
<page>
Which tag is used to insert JavaScript code in HTML?
Anonymous Quiz
84%
<noscript>
10%
<js>
1%
<javanoscript>
4%
<code>
Which HTML attribute makes an input field mandatory?
Anonymous Quiz
22%
validate
18%
check
56%
required
4%
must
Which input type is used for selecting multiple files at once?
Anonymous Quiz
53%
<input type=file multiple>
16%
<input type=files>
6%
<input type=upload>
25%
<input type=multifile>
👎1
Which HTML element is used to define inline styles?
Anonymous Quiz
44%
<style>
47%
style=
4%
<css>
4%
<inline>
Which tag defines the footer of a document or section?
Anonymous Quiz
85%
<footer>
4%
<bottom>
10%
<section>
1%
<end>
Which tag contains the page noscript, meta information, and links to stylesheets?
Anonymous Quiz
11%
<header>
60%
<head>
23%
<noscript>
6%
<meta>
Which element is used to display the main introductory part of a webpage, often containing a logo or navigation?
Anonymous Quiz
52%
<header>
27%
<head>
15%
<section>
6%
<div>
Where does the <head> element appear in an HTML document?
Anonymous Quiz
13%
After <body>
9%
Before <html>
73%
Before <body>
5%
Anywhere
😢2
Which element is semantic and is specifically used for defining a standalone content block?
Anonymous Quiz
43%
<section>
44%
<div>
6%
<head>
6%
<header>
Which tag is used to group related content together and give it a heading?
Anonymous Quiz
31%
<section>
18%
<div>
39%
<header>
13%
<group>
👎2
Which element is non-semantic and used as a general container?
Anonymous Quiz
63%
<div>
16%
<section>
6%
<header>
15%
<head>
👎1
Can a webpage have more than one <header> element?
Anonymous Quiz
22%
No
46%
Yes, but one per section
12%
Yes, unlimited in <head>
20%
Only one in <body>
Which tag is used to divide a page into logical thematic parts, usually with its own heading?
Anonymous Quiz
22%
<header>
52%
<section>
18%
<div>
8%
<head>
Which HTML element is used to group block-level content and apply CSS styles?
Anonymous Quiz
17%
<section>
57%
<div>
17%
<body>
10%
<main>
Which tag defines the visible noscript of a webpage shown in the browser tab?
Anonymous Quiz
7%
<h1>
73%
<noscript>
10%
<header>
10%
<meta>
Which tag is used to define the main content area of a page?
Anonymous Quiz
39%
<main>
51%
<body>
3%
<content>
7%
<center>
Which tag is used to define side content such as a sidebar or pull quote?
Anonymous Quiz
60%
<aside>
24%
<side>
5%
<extra>
10%
<float>
What does the <article> tag define?
Anonymous Quiz
14%
A navigation section
75%
Independent, self-contained content
3%
A noscript block
8%
A form group
Which tag is used to define navigation links?
Anonymous Quiz
88%
<nav>
5%
<navigate>
6%
<links>
2%
<menu>