HTML/CSS

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Wayground Content
Used 23+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What tag defines the beginning of a webpage?
<html>
<h1>
<p>
<body>
Answer explanation
The tag defines the beginning of an HTML document. It is the root element that contains all other elements on the webpage, making it the correct choice for this question.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which line of code correctly creates a link to Amazon's website?
<a ref=http://www.amazon.com>Amazon
<href=http://www.amazon.com>Amazon<a>
<a href="http://www.amazon.com">Amazon
<a href="http://www.amazon.com">Amazon</a>
Answer explanation
The correct choice is <a href="http://www.amazon.com">Amazon</a> because it properly uses the 'href' attribute to create a link, with the correct syntax for opening and closing the anchor tag.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Between which paired tags would the visible content of a webpage be displayed?
<html></html>
<head></head>
<body></body>
<title></title>
Answer explanation
The visible content of a webpage is displayed between the
and tags. The tag contains metadata, while and4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which item refers to the start tag, the end tag and everything in between?
HTML Element
HTML Tag
HTML Attribute
CSS
Answer explanation
An HTML Element consists of a start tag, an end tag, and the content in between. In contrast, an HTML Tag refers only to the start or end tag, while Attributes and CSS are different concepts altogether.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When using a text editor, what file extension(s) must be used when saving as a web document?
txt
html or htm
doc
css
Answer explanation
The correct file extensions for saving a web document are 'html' or 'htm'. These formats are specifically designed for web pages, while 'txt' is for plain text, 'doc' is for Word documents, and 'css' is for stylesheets.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A properly coded HTML tag will always be found between which two symbols?
( )
{ }
[ ]
< >
Answer explanation
A properly coded HTML tag is always enclosed between the symbols < and >. These angle brackets indicate the start and end of an HTML element, making < > the correct choice.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which one is the correct syntax for CSS?
property {selector : value}
value {property : selector}
selector {value : property}
selector { property : value}
Answer explanation
The correct syntax for CSS is 'selector { property : value }'. This format specifies a selector (like an HTML element) followed by a declaration block containing properties and their corresponding values.
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
HTML

Quiz
•
9th Grade
10 questions
HTML Table Quiz

Quiz
•
9th Grade
10 questions
Introduction to HTML

Quiz
•
2nd Grade - University
10 questions
Soal HTML UKIN PRETEST

Quiz
•
11th Grade
10 questions
TLE-ICT 10

Quiz
•
10th Grade
10 questions
Introduction to HTML Tags

Quiz
•
11th Grade
10 questions
Inserting hyperlinks

Quiz
•
9th Grade
10 questions
HTML basics

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade