Web Design

Web Design

10th Grade

26 Qs

quiz-placeholder

Similar activities

CSS Basics

CSS Basics

6th - 12th Grade

21 Qs

CSS

CSS

9th Grade - University

25 Qs

Quizizz HTML and CSS

Quizizz HTML and CSS

9th - 12th Grade

22 Qs

HTML and CSS Quiz

HTML and CSS Quiz

9th - 12th Grade

22 Qs

4.01 Test

4.01 Test

9th - 12th Grade

28 Qs

Web Development

Web Development

9th - 12th Grade

22 Qs

Code Quiz

Code Quiz

KG - University

21 Qs

HTML & CSS

HTML & CSS

9th - 12th Grade

22 Qs

Web Design

Web Design

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Nuriza Shumkarbek

Used 23+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HyperText Markup Language, a language used to create web pages, is better known as?

Website

Internet Explorer

HTML

Hyperlink

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The parts of HTML source code that mark the start and end of various parts of a webpage, and which consist of a command between the symbols '<' and '>' (< >) are called what?.

Tags

Elements

Sections

Labels

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which language is used to enhance a webpage, e.g. change background colour?

HTML

CSS

JavaScript

SQL

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

sets the color of words in a paragraph

h1 {

color: pink;

}

img {

color: pink;

}

body {

color: pink;

}

p {

color: pink;

}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the rule set to make all the text in your web page blue and centered.

p {

color: blue;

}

body {

text-align: left;

color: blue;

}

p {

text-align: center;

color: blue;

}

body {

text-align: center;

color: blue;

}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which rule set would change the font size to 24?

font-size: 24

size: 24;

font-size: 24;

font size: 24;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to add an attribute?

<src>

classes:ids

class="title"

<id>

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?