HTML and CSS Combined

HTML and CSS Combined

Professional Development

35 Qs

quiz-placeholder

Similar activities

Web Dev Masterclass Day 2

Web Dev Masterclass Day 2

10th Grade - Professional Development

36 Qs

HTML and JavaScript Assessment

HTML and JavaScript Assessment

Professional Development

40 Qs

html 2

html 2

Professional Development

31 Qs

Web Dev MasterClass Day3

Web Dev MasterClass Day3

8th Grade - Professional Development

31 Qs

HTML Basics

HTML Basics

Professional Development

40 Qs

Revisão HTML CSS Power Blaster

Revisão HTML CSS Power Blaster

Professional Development

31 Qs

HTML y CSS

HTML y CSS

University - Professional Development

30 Qs

HTML CSS JS Teacher Assessment

HTML CSS JS Teacher Assessment

Professional Development

40 Qs

HTML and CSS Combined

HTML and CSS Combined

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Ankit Mishra

Used 3+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output if you add the attribute target="_blank" to the <a> tags?

 The links will open in the same tab.

The links will open in a new tab.

The links will not open at all.

The links will open in a new window.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you apply a scaling transformation along the X-axis in CSS?

  • transform: scaleX

  • transform: scale

transform: scaleY

transform: scaleZ

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you rotate an element by 90 degrees in CSS?

transform: rotate(90);

  • transform: rotate(90deg);

  • transform: rotate(deg90);

  • transform: rotate(degrees90);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When using rem units in CSS, what is the value of 1rem if the root (html) element has a font size of 20px?

  • 10px

  • 40px

  • 20px

32px

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

If box-sizing: border-box is applied to an element, which parts of the box model are included in the width and height of the element?

  • Content only

  • Content and padding only

  • Content, padding, and border

Content, padding, border, and margin

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a correct special character entity in HTML?

  • &copy;

&lt;

&pound;

 &space;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The universal selector * has the lowest specificity.

True

False

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?