Search Header Logo

39-77

Authored by Farabi frb

Computers

University

Used 3+ times

39-77
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers