HTML/CSS

HTML/CSS

9th Grade

10 Qs

quiz-placeholder

Similar activities

Dreamweaver HTML Basic

Dreamweaver HTML Basic

5th - 9th Grade

15 Qs

HTML/ CSS

HTML/ CSS

7th - 11th Grade

15 Qs

HTML QUIZ

HTML QUIZ

8th - 9th Grade

10 Qs

HTML CSS 1

HTML CSS 1

9th - 12th Grade

10 Qs

Test Your Knowledge of CSS

Test Your Knowledge of CSS

9th - 12th Grade

14 Qs

GRADE 11 & 12 ICT

GRADE 11 & 12 ICT

9th - 12th Grade

10 Qs

Website Design

Website Design

KG - University

10 Qs

Kuis Dasar-Dasar HTML

Kuis Dasar-Dasar HTML

9th Grade

10 Qs

HTML/CSS

HTML/CSS

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Joicy Samuel

Used 34+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?

HyperText Markup Language

HighText Main Language

Home Tool Markup Language

Answer explanation

HTML stands for HyperText Markup Language, which is used for creating the structure and content of web pages.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of CSS (Cascading Style Sheets)?

To define the structure and layout of a web page

To add interactivity and behavior to a web page

To define the presentation and styling of a web page

Answer explanation

CSS is used to control the visual appearance and styling of HTML elements on a web page.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML element is used to define a hyperlink?

<a>

<h1>

<p>

Answer explanation

The <a> element, also known as the anchor element, is used to define hyperlinks in HTML.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to add an external CSS file to an HTML document?

<style src="styles.css">

<link rel="stylesheet" href="styles.css">

<script src="styles.css">

Answer explanation

The <link> element with the "rel" attribute set to "stylesheet" is used to link an external CSS file to an HTML document.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to change the text color?

text-color

color

font-color

Answer explanation

The "color" property in CSS is used to change the text color of an element.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you select an element with the id "myElement" in CSS?

#myElement

.myElement

*myElement

Answer explanation

To select an element with a specific id in CSS, you use the "#" symbol followed by the id name (e.g., #myElement).

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to add spacing between elements?

margin

padding

spacing

Answer explanation

The "padding" property in CSS is used to add spacing within the content area of an element.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?