
Web Development Basics

Quiz
•
Computers
•
8th Grade
•
Hard
Edlira Allaraj
Used 1+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does HTML stand for?
HyperText Markup Language
HyperText MultiLanguage
HighText Markup Language
Hyperlink Text Markup Language
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which HTML tag is used to define an image?
<img> - The HTML tag used to define an image. It is the correct tag for embedding images in web pages.
<picture> - An HTML tag used to define a container for multiple image sources, which can be useful for responsive images. Although <picture> itself does not define an image, it is used in conjunction with the <source> tag.
<graphic> - Another incorrect tag. It is not a valid HTML tag in HTML for images or graphics.
<image> - An incorrect tag. It’s often confused with <img>, but <image> is not a valid HTML tag for embedding images.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the
tag in HTML?The
tag is for defining the layout of the webpage.The
tag is used to contain meta-information about the HTML document.The
tag is used to display the main content of the page.The
tag is used to include images and videos in the document.4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you apply a CSS style to an HTML element?
CSS styles can only be applied through JavaScript.
You can apply a CSS style using inline styles, internal styles, or external stylesheets.
You can only use inline styles to apply CSS.
You must use a specific HTML tag to apply CSS styles.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What property is used to change the text color in CSS?
text-color
font-color
background-color
color
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax for a JavaScript function?
function:myFunction() { // code }
function myFunction() { // code }
function myFunction: { // code }
myFunction() = function { // code }
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you import the javaScript file in the HTML document?
Using the <script> tag with src attribute:
<script async src="script.js"></script>
<script async src="script.js"></script>
<script defer src="script.js"></script>
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
const bioElement = document.querySelector('.bio');
const newBio = prompt('Enter a new bio:');
if (newBio) {
bioElement.textContent = newBio;
}
It changes the background color of the webpage.
It prompts the user to enter a new biography and updates the text content of an element with the class .bio if a new biography is provided.
It creates a new HTML element with the class .bio on the page.
It logs the text content of an element with the class .bio to the console.
Similar Resources on Wayground
10 questions
HTML Quizizz for eighth graders

Quiz
•
8th Grade
12 questions
Homework Quiz HTML

Quiz
•
6th - 8th Grade
9 questions
Html test1

Quiz
•
8th Grade
10 questions
2024/25 - Year 8 - Module 6 (Websites) - Lesson 1

Quiz
•
6th - 8th Grade
10 questions
Intro to CSS

Quiz
•
7th - 8th Grade
10 questions
HTML 5 and CSS

Quiz
•
8th Grade
12 questions
Web Development

Quiz
•
8th - 10th Grade
10 questions
Quiz sobre HTML e CSS

Quiz
•
1st Grade - University
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
9/11 Experience and Reflections

Interactive video
•
10th - 12th 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
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
15 questions
Computer Components Video

Interactive video
•
8th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade