HTML/CSS

HTML/CSS

9th Grade

10 Qs

quiz-placeholder

Similar activities

Review for Midterm Test ICT 3

Review for Midterm Test ICT 3

1st - 11th Grade

15 Qs

Python List

Python List

4th Grade - University

15 Qs

Digital Presentation

Digital Presentation

9th Grade

10 Qs

Fundamentos PHP (Manejo de Fomularios y arreglos)

Fundamentos PHP (Manejo de Fomularios y arreglos)

9th Grade

10 Qs

HTML

HTML

KG - 9th Grade

11 Qs

2025 python class first quiz

2025 python class first quiz

9th Grade - University

10 Qs

Dyski

Dyski

7th - 12th Grade

10 Qs

COMPROBACION  UNIDAD I

COMPROBACION UNIDAD I

9th Grade

15 Qs

HTML/CSS

HTML/CSS

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Joicy Samuel

Used 35+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?