HTML/CSS Quiz

HTML/CSS Quiz

6th Grade

20 Qs

quiz-placeholder

Similar activities

HTML - Khan Academy

HTML - Khan Academy

7th - 8th Grade

18 Qs

CodeHS Intro to CSS

CodeHS Intro to CSS

5th - 7th Grade

20 Qs

HTML/CSS Review Part 2

HTML/CSS Review Part 2

9th Grade

20 Qs

CSS Selectors

CSS Selectors

10th Grade

19 Qs

Web Programming Quiz - HTML

Web Programming Quiz - HTML

10th Grade

20 Qs

Advanced HTML CIW Review

Advanced HTML CIW Review

8th - 12th Grade

15 Qs

HTML CSS. Тестирование 1

HTML CSS. Тестирование 1

6th - 8th Grade

15 Qs

Part 1 Advance HTML and CSS

Part 1 Advance HTML and CSS

9th - 12th 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?