WT'21-MID-1

WT'21-MID-1

Professional Development

20 Qs

quiz-placeholder

Similar activities

Trial Class Computer Science

Trial Class Computer Science

Professional Development

15 Qs

Conhecimentos prévios de Programação Web

Conhecimentos prévios de Programação Web

9th Grade - Professional Development

18 Qs

HTML and CSS Final Test

HTML and CSS Final Test

6th Grade - Professional Development

16 Qs

Powerwoche JS I

Powerwoche JS I

Professional Development

17 Qs

Web Development Technical Skills

Web Development Technical Skills

Professional Development

20 Qs

Introducción conceptos básicos de HTML

Introducción conceptos básicos de HTML

Professional Development

20 Qs

EXAMEN PRÁCTICA PÁGINA WEB

EXAMEN PRÁCTICA PÁGINA WEB

Professional Development

19 Qs

Front End Forge Final

Front End Forge Final

Professional Development

25 Qs

WT'21-MID-1

WT'21-MID-1

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Vani Kumari

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

CSS stands for -


Cascade style sheets

Color and style sheets

Cascading style sheets

  1. None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax for referring the external style sheet?


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

  1. <style src = "example.css" >

  1. <stylesheet> example.css </stylesheet>

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

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The property in CSS used to change the background color of an element is -

  1. bgcolor

color

background-color

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax to make the background-color of all paragraph elements to yellow?


  1. p {background-color : yellow;}

  1. p {background-color : #yellow;}

  1. all {background-color : yellow;}

  1. all p {background-color : #yellow;}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following syntax is correct in CSS to make each word of a sentence start with a capital letter?


  1. text-style : capital;

  1. transform : capitalize;

  1. text-transform : capital;

  1. text-transform : capitalize;

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How to select the elements with the class name "example"?


  1. example

  1. #example

  1. .example

  1.  class example

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of CSS is used in the below code?


<p style = "border:2px solid red;">  

  1. Inline CSS

  1. Internal CSS

  1. External CSS

  1. None of the above

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?