HTML Stylesheet

HTML Stylesheet

11th Grade

13 Qs

quiz-placeholder

Similar activities

A level - HTML and CSS

A level - HTML and CSS

11th - 12th Grade

18 Qs

Unit 4 Quiz

Unit 4 Quiz

9th - 12th Grade

11 Qs

HTML QUIZ - Advanced

HTML QUIZ - Advanced

9th - 12th Grade

10 Qs

HTML/ CSS

HTML/ CSS

7th - 11th Grade

15 Qs

FMT web developing session 4 HTML5 + CSS3

FMT web developing session 4 HTML5 + CSS3

KG - Professional Development

15 Qs

HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

Web Design Advanced HTML CSS

Web Design Advanced HTML CSS

9th - 12th Grade

18 Qs

JRDL - Adv HTML & CSS

JRDL - Adv HTML & CSS

6th Grade - Professional Development

12 Qs

HTML Stylesheet

HTML Stylesheet

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Taranjit Kaur

Used 2+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Media Image

The web developer wants to make the "My Page" text larger. Which TWO of the following would work? (Choose TWO)

Use <h6> instead of <h3>

Use <h1> instead of <h3>

Put the "My Page" text inside the tags.

Use CSS to set the font-size property of the h3 tag

Put the code style="larger" inside the h3 tag.

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Media Image

What code in the stylesheet could have made the text green? (Choose TWO)

.p {

color:green;

}

p {

color:green;

}

.special {

color:green;

}

special {

color:green;

}

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What do you name your Cascading Style Sheet

style.css

css.file

css.html

html.csss

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following tag will show a bulleted list
<ul>
<ol>
<li>
<list>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct syntax to connect an external style sheet to a Web page

<style rel="stylesheet" type="text/css" href="file.css" />

<link rel="stylesheet" type="text/css" href="file.css" />

<attach rel="stylesheet" type="text/css" href="file.css" />

<a rel="stylesheet" type="text/css" href="file.css" />

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

CSS stands for...

Cascading Style Sheet

Computer Safe Search

Creative Software Sheet

Computer Styling Sourcecode

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The <h4> tag defines

A heading

A paragraph

A list

A line break

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?