HTML/CSS SECE 2

HTML/CSS SECE 2

Professional Development

11 Qs

quiz-placeholder

Similar activities

Henry M2

Henry M2

Professional Development

10 Qs

IW 1 - 1B3

IW 1 - 1B3

Professional Development

15 Qs

Frontend Development Quiz

Frontend Development Quiz

Professional Development

10 Qs

HTML Basics

HTML Basics

Professional Development

15 Qs

HTML Basics

HTML Basics

Professional Development

13 Qs

Basic CSS

Basic CSS

Professional Development

15 Qs

Cascading Style Shenanigans: A CSS Quiz for the Witty Web Wizar

Cascading Style Shenanigans: A CSS Quiz for the Witty Web Wizar

Professional Development

15 Qs

Quiz styles in Magento 2

Quiz styles in Magento 2

Professional Development

15 Qs

HTML/CSS SECE 2

HTML/CSS SECE 2

Assessment

Quiz

Other

Professional Development

Hard

Created by

Vengatesh vengatesh

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to declare internal CSS?

<script>

<style>

<link>

<head>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for referring an external CSS?

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

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

Both A and B

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Setting an inline-block in CSS requires which of the following properties?

display

color

block

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are parts of the CSS box model?

Padding

Margin

Borders

All of the above

5.

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;}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way to comment out something in HTML?

  1. Using ## and #

  1. Using <!-- and -->

  1. Using </-- and -/->

  1. Using <!-- and -!>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which attribute specifies a unique alphanumeric identifier to be associated with an element?

type

article

id

class

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?