10/29

10/29

6th Grade

10 Qs

quiz-placeholder

Similar activities

HTML - Tags, elements, tables and images

HTML - Tags, elements, tables and images

7th - 9th Grade

12 Qs

Formularios e imagenes en HTML

Formularios e imagenes en HTML

12th Grade

11 Qs

Web Development

Web Development

8th - 10th Grade

12 Qs

Html/Css Quiz Day 1

Html/Css Quiz Day 1

University

10 Qs

CSS

CSS

12th Grade

15 Qs

HTML

HTML

10th Grade

10 Qs

WD SA U-2

WD SA U-2

10th Grade

15 Qs

Web Design End of Quarter Study Quiz

Web Design End of Quarter Study Quiz

7th Grade

15 Qs

10/29

10/29

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Lindsey Clement

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct image tag format?


<img https://helloworldcs.org>


<img src = "https://helloworldcs.org">

<img src = "https://helloworlcs.org"></img>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a url?

helloworldcs.org

hello world cs

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of these correctly changes the size of the image?

<img src = "url" width:300>

<img src = "url" width = 300>


<img src = "url width = 300>"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add a link to the text "helloworldcs"?

<h2>'url' helloworldcs</h2>

<h2><a>helloworldcs</a></h2>

<h2><a href = "url">helloworldcs</a></h2>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you set an image's width to 400?

<img src = "url" width = 400>

<img src = "url" width:400>

<img src = "url" width 400>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is the correct <a> tag format for creating a link?

<a herf = "url">

<a href = "url">

<a href = "url"></a>

<a herbs = "url"></a>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you change the background of the body of your page? (hint: it contains a word the others don't)

<body style = "background-color:blue"></body>

<body background-color = blue></body>

<body "background-color = blue"></body>

<body background-color:blue></body>

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?