HTML/CSS Quiz

HTML/CSS Quiz

6th Grade

20 Qs

quiz-placeholder

Similar activities

HTML & CSS

HTML & CSS

9th - 12th Grade

22 Qs

Javascript Basics Test

Javascript Basics Test

7th - 12th Grade

20 Qs

Computer Science Exam

Computer Science Exam

7th - 8th Grade

20 Qs

HTML Tags

HTML Tags

7th - 8th Grade

15 Qs

MaWD 4.01

MaWD 4.01

KG - University

20 Qs

HTML / CSS

HTML / CSS

5th - 7th Grade

20 Qs

The World Wide Web

The World Wide Web

7th - 9th Grade

21 Qs

HTML, CSS & JS

HTML, CSS & JS

11th - 12th Grade

25 Qs

HTML/CSS Quiz

HTML/CSS Quiz

Assessment

Quiz

Computers

6th Grade

Medium

Created by

NITHIYALAKSHMI SUDHAKARAN

Used 9+ 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?