STEAM CAT

STEAM CAT

5th Grade

20 Qs

quiz-placeholder

Similar activities

Web Programming

Web Programming

12th Grade

20 Qs

Recap HTML

Recap HTML

University

21 Qs

Html basics

Html basics

8th - 12th Grade

18 Qs

HTML QUIZ

HTML QUIZ

7th Grade

15 Qs

HTML

HTML

6th Grade

21 Qs

Web Design End of Quarter Study Quiz

Web Design End of Quarter Study Quiz

7th Grade

15 Qs

HTML Basics

HTML Basics

8th - 12th Grade

16 Qs

STEAM CAT

STEAM CAT

Assessment

Quiz

Computers

5th Grade

Hard

Created by

Grade5 teacher

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?

HyperText Markup Language
HyperText Markup List
HighText Markup Language
HyperText MultiLanguage

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. Which file format is used to create web pages in HTML?

.txt
.xml
.css
.html

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. Which of the following moves text to the center?


    1. margin: center;

  1. align-text: middle;

  1. text-align: center;

center-text: align;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. What does width: 100% do to an image?


    1. Makes it disappear

  1. Makes it take up the full width of the page

  1. Makes it smaller

Deletes the image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the CSS options can be used to center a heading?  

<h2 style="align: center">Our Solar System</h2>

<h2 style="text-align: center">Our Solar System</h2>

<h2 style="center: text">Our Solar System</h2>

<h2 style="margin-center: true">Our Solar System</h2> 

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. What does the href attribute inside an <a> tag do?

Defines the font size

Links to another webpage or file

  1. Creates a background color

  1. Hides text on the webpage

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. How do you mark the active link in a navigation bar?

  1. By adding class="active"

  1. Using <title>Active</title>

  1. By writing <highlight> inside the link

Using style="text-align: center;"

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?