T1. Cycle 4: HTML - Reviewer

T1. Cycle 4: HTML - Reviewer

7th Grade

19 Qs

quiz-placeholder

Similar activities

HTML Class 7th

HTML Class 7th

7th Grade

20 Qs

Web Vocab

Web Vocab

7th Grade

20 Qs

Code.org CS Discoveries Unit 2 Web Development

Code.org CS Discoveries Unit 2 Web Development

6th - 12th Grade

23 Qs

Web Development

Web Development

6th - 12th Grade

23 Qs

HTML Tables Quiz

HTML Tables Quiz

7th - 8th Grade

16 Qs

HTML DİLİNE GİRİŞ

HTML DİLİNE GİRİŞ

1st - 10th Grade

19 Qs

TEKWILL WEBMASTER 2

TEKWILL WEBMASTER 2

5th - 9th Grade

18 Qs

FCS - HTML Test

FCS - HTML Test

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?