HTML/CSS SECE 2

HTML/CSS SECE 2

Professional Development

11 Qs

quiz-placeholder

Similar activities

Repaso 2

Repaso 2

Professional Development

10 Qs

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

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

Professional Development

14 Qs

lesson1 quiz

lesson1 quiz

6th Grade - Professional Development

7 Qs

Nice

Nice

Professional Development

12 Qs

Rodada 2: Development Games

Rodada 2: Development Games

Professional Development

10 Qs

Python Tuples

Python Tuples

Professional Development

9 Qs

FMT web developing session 4 HTML5 + CSS3

FMT web developing session 4 HTML5 + CSS3

KG - Professional Development

15 Qs

WEB DEVELOPMENT QUIZ

WEB DEVELOPMENT QUIZ

Professional Development

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