HTML/CSS SECE 2

HTML/CSS SECE 2

Professional Development

11 Qs

quiz-placeholder

Similar activities

Psycho

Psycho

Professional Development

11 Qs

P82 Invention and Robotic Club 06/28

P82 Invention and Robotic Club 06/28

KG - Professional Development

10 Qs

Repaso CSS (1/3)

Repaso CSS (1/3)

Professional Development

10 Qs

Web Code Test 1

Web Code Test 1

Professional Development

15 Qs

Integração de Aplicações - Quiz 1

Integração de Aplicações - Quiz 1

Professional Development

10 Qs

Level Aam murojaah materi shifatul huruf

Level Aam murojaah materi shifatul huruf

Professional Development

10 Qs

ICSW Day 1 Trivia Night!

ICSW Day 1 Trivia Night!

Professional Development

10 Qs

CUSTOMER SATISFACTION

CUSTOMER SATISFACTION

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?