HTML and CSS Basics

HTML and CSS Basics

6th Grade

10 Qs

quiz-placeholder

Similar activities

HTML CodeHS Lessons 1-5 Review

HTML CodeHS Lessons 1-5 Review

6th - 12th Grade

15 Qs

Quiz na koniec I semestru Minecraft i strony internetowe

Quiz na koniec I semestru Minecraft i strony internetowe

4th - 6th Grade

12 Qs

Computación

Computación

3rd - 12th Grade

15 Qs

HTML quiz

HTML quiz

6th - 8th Grade

10 Qs

Կայքերի ստեղծում - Դաս 3

Կայքերի ստեղծում - Դաս 3

4th Grade - University

5 Qs

Google Sites Vocabulary

Google Sites Vocabulary

6th - 8th Grade

10 Qs

html hw

html hw

6th - 8th Grade

9 Qs

Systems 101

Systems 101

1st - 12th Grade

10 Qs

HTML and CSS Basics

HTML and CSS Basics

Assessment

Quiz

Other

6th Grade

Medium

Created by

Ipres youtube channel

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What does HTML stand for?

HyperText Multi Language

HighText Markup Language

HyperText Markup Language

HyperText Markup List

2.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Which tag is used to create a hyperlink in HTML?

<a>

</a>

<a><href>

<b>

3.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What is the purpose of the tag in HTML?

The tag contains meta-information about the HTML document.

The tag defines the structure of the HTML document.

The tag is used to display the main content of the page.

The tag is responsible for styling the HTML elements.

4.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Which CSS property is used to change the text color?

font-size

text-decoration

background-color

color

5.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What does CSS stand for?

Cascading Style Sheets

Cascading Style System

Creative Style Sheets

Computer Style Sheets

6.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

How do you add a comment in CSS?

Add a comment using # comment text in CSS.

Use // comment text to add a comment in CSS.

Use /* comment text */ to add a comment in CSS.

Insert a comment with in CSS.

7.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Which HTML element is used to define an unordered list?

<ul>

<ol>

<li>

<bold>