ITECA3 - Web Development Essentials

ITECA3 - Web Development Essentials

12th Grade

22 Qs

quiz-placeholder

Similar activities

Питон П411

Питон П411

9th - 12th Grade

20 Qs

MVC Framework Quiz

MVC Framework Quiz

12th Grade

17 Qs

Módulo 7 - HTML e CSS

Módulo 7 - HTML e CSS

7th Grade - University

25 Qs

HTML: Rad s tekstom

HTML: Rad s tekstom

12th Grade

24 Qs

HTML CSS F10 G10

HTML CSS F10 G10

10th Grade - University

20 Qs

Тест по основам Python(intro1)

Тест по основам Python(intro1)

9th - 12th Grade

20 Qs

Parte 2 da Avaliação de Front-End

Parte 2 da Avaliação de Front-End

12th Grade

20 Qs

Python Library Routines Quiz

Python Library Routines Quiz

10th Grade - University

18 Qs

ITECA3 - Web Development Essentials

ITECA3 - Web Development Essentials

Assessment

Quiz

Information Technology (IT)

12th Grade

Medium

Created by

Mark Langa

Used 3+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?

HyperText Markup List

HighText Markup Language

HyperText Multi Language

HyperText Markup Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to create a hyperlink in HTML?

<link>

<href>

<a>

<hyperlink>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the tag in an HTML document?

The tag is used to contain meta-information about the document.

The tag contains the visible text for users.

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

The tag is for defining the layout of the webpage.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you link a CSS file to an HTML document?

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

<style src="styles.css"></style>

<script src="styles.css"></script>

<css link="styles.css"></css>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between class and ID selectors in CSS?

Class selectors (.) can target multiple elements; ID selectors (#) target a single unique element.

Class selectors are used for inline styles; ID selectors are used for external styles.

Class selectors are defined with a hash (#); ID selectors are defined with a dot (.).

Class selectors can only target one element; ID selectors can target multiple elements.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property is used to change the background color in CSS?

background-color

color-background

background-style

bg-color

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the

element in HTML?

The element is used to create an interactive form for user input.

The element is used to define the structure of a webpage.

The element is used to display images on a webpage.

The element is for creating tables in HTML.

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?