T1. Cycle 4: HTML - Reviewer

T1. Cycle 4: HTML - Reviewer

7th Grade

19 Qs

quiz-placeholder

Similar activities

Web Development - CSS (Styling)

Web Development - CSS (Styling)

6th - 8th Grade

17 Qs

HTML - Year 7 - Henley High School

HTML - Year 7 - Henley High School

7th Grade

21 Qs

HTML Basics

HTML Basics

7th Grade

20 Qs

Code Quiz

Code Quiz

KG - University

21 Qs

html

html

6th - 10th Grade

16 Qs

HTML & CSS Review

HTML & CSS Review

7th - 12th Grade

20 Qs

HTML Media

HTML Media

6th - 8th Grade

20 Qs

Web development

Web development

7th - 8th Grade

20 Qs

T1. Cycle 4: HTML - Reviewer

T1. Cycle 4: HTML - Reviewer

Assessment

Quiz

Computers

7th Grade

Easy

Created by

Kathleen Mae Labad Labad

Used 18+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You’re building a personal blog, and you want the section containing your posts to be clearly structured as the content.

<header>

<nav>

<footer>

<main>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to keep the heading <h1> Welcome to my Website! </h1> in your code but make sure it doesn’t show on the website for now.

Use <!-- --> to wrap the code

Use font-color: hidden;

Wrap it in parentheses ( )

Use <hide> tag

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Your teacher asked you to link your “About Me” page from your homepage. Which HTML tag will you use to create the link?

<img>

<h1>

<p>

<a>

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You tried to create a navigation link using <a src="home.html">Go Home</a> but clicking it does nothing. What needs fixing?

The <a> tag should be replaced with <img>

The src attribute should be href

he home.html file is invalid

The tag should go inside the <footer>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to color a paragraph pink, so you wrote font-color: pink;, but nothing changed. What’s the correct way to do this?

text-color: pink;

color-text: pink;

color: pink;

font: pink;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To apply two or more style properties in one tag, what must you use to separate them?

semicolons ;

slashes /

colons :

commas ,

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You’re making a steps-to-follow list for your science project. You want the list to be numbered.

<ul>

<li>

<list>

<ol>

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?