HTML/CSS Quiz

HTML/CSS Quiz

6th Grade

20 Qs

quiz-placeholder

Similar activities

Introduction to HTML

Introduction to HTML

7th Grade

20 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

20 Qs

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

HTML Tags

HTML Tags

7th - 8th Grade

15 Qs

Web Vocab

Web Vocab

7th Grade

20 Qs

Advanced HTML and CSS

Advanced HTML and CSS

9th - 12th Grade

15 Qs

CSS Quiz

CSS Quiz

University

20 Qs

Html

Html

10th Grade

20 Qs

HTML/CSS Quiz

HTML/CSS Quiz

Assessment

Quiz

Computers

6th Grade

Medium

Created by

NITHIYALAKSHMI SUDHAKARAN

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