HTML & CSS

HTML & CSS

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Laboratory Investigation

Laboratory Investigation

12th Grade - University

10 Qs

Perfil At&t

Perfil At&t

KG - Professional Development

9 Qs

CONTABILIDAD GENERAL 1

CONTABILIDAD GENERAL 1

10th Grade

10 Qs

Quiz Ice Breaking

Quiz Ice Breaking

1st Grade - Professional Development

10 Qs

Chương 4

Chương 4

12th Grade - University

10 Qs

EDITING

EDITING

12th Grade - University

10 Qs

EXAMEN UNIDAD 1 CLIENTE

EXAMEN UNIDAD 1 CLIENTE

11th Grade

10 Qs

cadeau van de zwarte kerstman

cadeau van de zwarte kerstman

8th - 11th Grade

10 Qs

HTML & CSS

HTML & CSS

Assessment

Quiz

Specialty

9th - 12th Grade

Medium

Created by

Vimal Sagar

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the structure of an HTML tag?

<tag> followed by <end>

<open> and <close>

<tag> and </tag>

<start> and </finish>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of tag is <br> in HTML?

Paired tag

Unpaired tag

Interactive tag

Conditional tag

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to create a single-line text input field in a form?

<textarea>

<button>

<input type="text">

<form>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of CSS in web development?

To handle user input and database queries

To describe the presentation and style of a web page

To create server-side logic for a website

To debug HTML code

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of CSS allows you to define styles directly within a single HTML tag?

Internal CSS

Inline CSS

External CSS

Universal CSS