HTML/CSS SECE 2

HTML/CSS SECE 2

Professional Development

11 Qs

quiz-placeholder

Similar activities

HTML Basics

HTML Basics

Professional Development

13 Qs

Day - 3

Day - 3

Professional Development

10 Qs

Cerdas Cermat IPSG

Cerdas Cermat IPSG

Professional Development

10 Qs

Basic HTML Tags

Basic HTML Tags

Professional Development

15 Qs

HTML Basics

HTML Basics

Professional Development

14 Qs

ROLE & RESPONSIBILITIES OF CSA

ROLE & RESPONSIBILITIES OF CSA

Professional Development

10 Qs

Frontend Development Quiz

Frontend Development Quiz

Professional Development

10 Qs

Henry M2

Henry M2

Professional Development

10 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?