Final Exam: Web Layout (HTML & CSS)

Final Exam: Web Layout (HTML & CSS)

12th Grade

11 Qs

quiz-placeholder

Similar activities

Code.org Lesson 1-14

Code.org Lesson 1-14

9th - 12th Grade

15 Qs

CSS

CSS

12th Grade

15 Qs

HTML

HTML

12th Grade

11 Qs

KNTT 12 BÀI 13

KNTT 12 BÀI 13

12th Grade - University

10 Qs

HTML

HTML

9th - 12th Grade

15 Qs

Html e css

Html e css

12th Grade

16 Qs

IDs and Classes

IDs and Classes

9th - 12th Grade

10 Qs

Inline Elements

Inline Elements

9th - 12th Grade

15 Qs

Final Exam: Web Layout (HTML & CSS)

Final Exam: Web Layout (HTML & CSS)

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Teacher Ron

Used 5+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following elements is used to define the structure of a webpage?

<script>

<html>

<link>

<meta>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for linking an external CSS file to an HTML document?

<css src="styles.css">

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

<style link="styles.css">

<script href="styles.css">

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to control the spacing between elements?

padding

margin

border

spacing

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the z-index property control in CSS?

The width of an element

The order of elements on the z-axis (stacking order)

The height of an element

The color of an element

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In CSS, which property is used to make an element stick to the top of the page while scrolling?

position: relative;

position: absolute;

position: fixed;

position: static;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of the <div> tag in HTML?

To insert images

To create a block-level container for styling

To add links

To define a table

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid CSS unit?

px

em

kg

%

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?