HTML-INTRO, LAYOUT, TEXT, AND LISTS

HTML-INTRO, LAYOUT, TEXT, AND LISTS

8th - 9th Grade

27 Qs

quiz-placeholder

Similar activities

Final Exam GR-8 V1

Final Exam GR-8 V1

8th Grade

22 Qs

HTML BASICS

HTML BASICS

KG - University

25 Qs

Elemente HTML de bază

Elemente HTML de bază

9th Grade

23 Qs

Year 8 Retrieval and Recall

Year 8 Retrieval and Recall

8th Grade

24 Qs

Their HTML CSS

Their HTML CSS

9th - 12th Grade

22 Qs

N5 - HTML + CSS

N5 - HTML + CSS

6th Grade - Professional Development

22 Qs

CP1 - HTML Review

CP1 - HTML Review

9th Grade

24 Qs

HTML-INTRO, LAYOUT, TEXT, AND LISTS

HTML-INTRO, LAYOUT, TEXT, AND LISTS

Assessment

Quiz

Computers

8th - 9th Grade

Medium

Created by

Angela Marshall

Used 252+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line of code shows a proper comment

/* Last Modified M-D-YY*/

<!--Last Modified M-D-YY-->

<?--Last Modified M-D-YY-->

# Last Modified M-D-YY #

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code below shows a correct HTML tag nesting

<h2><strong>HTML is FUN</h2></strong>

<strong> <h2>HTML is FUN</h2></strong>

<h2><strong>HTML is FUN</strong></h2>

<h2><strong>HTML is FUN<strong><h2>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What tag must be included in the head so that older browsers are forced to create style sections using JavaScript?

style

inline

block

script

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the url that is used to validate HTML files?

http://www.vischeck.com

http://jigsaw.w3.org

http://validator.w3.org

http://www.cynthiasays.com

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A heading tag is an example of what type of HTML element?

A paragraph-level element

A content-level element

A text level-element

A structure-level element

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To ensure cross-platform compatibility and functionality web developers should validate their webpages and

test webpages in the most common browsers, including current and older versions.

test webpages in standards-compliant browsers only.

test webpages in the most popular web browser according to the target audience.

test webpages in the latest version of each major web browser.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a text_level element?

<list>

<blockquote>

<br/>

<h1>

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?