HTML/CSS Quiz

HTML/CSS Quiz

6th Grade

20 Qs

quiz-placeholder

Similar activities

Final Exam Review 2018

Final Exam Review 2018

10th - 12th Grade

20 Qs

Web Vocab

Web Vocab

7th Grade

20 Qs

Advanced HTML and CSS

Advanced HTML and CSS

9th - 12th Grade

15 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

20 Qs

HTML/CSS

HTML/CSS

9th - 12th Grade

20 Qs

Y8 - Web page design (HTML & CSS)

Y8 - Web page design (HTML & CSS)

9th - 11th Grade

20 Qs

Web Design Advanced HTML CSS

Web Design Advanced HTML CSS

9th - 12th Grade

18 Qs

HTML

HTML

7th - 8th Grade

20 Qs

HTML/CSS Quiz

HTML/CSS Quiz

Assessment

Quiz

Computers

6th Grade

Medium

Created by

NITHIYALAKSHMI SUDHAKARAN

Used 10+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between an HTML Tag and an HTML element?

An HTML Tag defines content and an HTML Element includes the opening and closing tags and everything in between.

An HTML Tag defines content and an HTML Element gives additional meaning and content.

An HTML Tag is case sensitive and an HTML element is not case sensitive.

An HTML Tag is always paired and an HTML element is an 'empty' tag.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Karen wants to begin a new line within a paragraph of text on a webpage. Which code should she use?


<br>

<hr>

<h1>

  • <li>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Jerry wants to insert an attribute in image tag to represent broken image in his baking webpage. Which attribute should he use?

alt="cake"

src="cake"

style="cake"

img="cake"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which item refers to the start tag, the end tag and everything in between?

HTML Attribute

CSS

HTML Tag

HTML Element

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the proper code to insert an image named 'frog.jpg'?

<img ="frog" width="100" height="150">

<img src="frog" width="100" height="150">

<img src="frog.jpg" width="100" height="150">

<img ="frog.jpg" width="100" height="150">

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Annie wants the box model to be displayed like the highlighted part. What code she can use to make it appear like this?

display : inline;

style: inline;

box-sizing: border-box;

border: 1px solid black;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which attribute tells the browser where the file is?

link

rel

href

style

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?