39-77

39-77

University

39 Qs

quiz-placeholder

Similar activities

MIDTERM EXAM IN WEB DEV 101

MIDTERM EXAM IN WEB DEV 101

University

40 Qs

HTML quiz

HTML quiz

University - Professional Development

39 Qs

WT Quiz 2

WT Quiz 2

University

39 Qs

01 - 06 handout

01 - 06 handout

11th Grade - University

35 Qs

Repaso Diseño por Computadora

Repaso Diseño por Computadora

University

40 Qs

Quiz HTML

Quiz HTML

University

36 Qs

UAS Web Desain

UAS Web Desain

University

40 Qs

Quiz Mid HCI

Quiz Mid HCI

University

35 Qs

39-77

39-77

Assessment

Quiz

Computers

University

Easy

Created by

Farabi frb

Used 3+ times

FREE Resource

39 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these CSS rules make text appear in a bold face font?

font-weight: bond

  • text-style: bold

  • font: bold

  • bold: true

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What CSS selector would style a tag that looks like this:

 < ... class="puppy"

.puppy { ...

#puppy { ... }

puppy { ... }

tag.puppy { ... }

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What CSS rule allows you include a tag in markup but hide it from view in the browser?

visibility: hidden;

display: none;

opacity: 0;

hidden: true;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following CSS selectors is between the content area and the border? (CSS box model)

padding

margin

border

content

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What tag is used to import a style sheet into an HTML document?

<link>

<style>

<import>

<css>

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following statements are true?

A "class" attribute can be used many times in an HTML file

An "id" attribute should only be used once in an HTML file

An "id" attribute can be used many times in an HTML file

A "class" attribute should only be used once in an HTML file

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For the following HTML, which description of the "style=" attribute is most accurate?

 <p style="color: red;">

It allows the application of the specified CSS rule to the content of the paragraph

It defines an inline style for the paragraph text

It links to an external CSS file named "color: red;"

It sets the background color of the paragraph to red

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?