Forms & CSS P1

Forms & CSS P1

University

8 Qs

quiz-placeholder

Similar activities

Trivia - PAI

Trivia - PAI

University

9 Qs

D2 - Photoshop 01

D2 - Photoshop 01

University

11 Qs

Intro to Adobe Illustrator Pen Tool

Intro to Adobe Illustrator Pen Tool

11th Grade - Professional Development

9 Qs

Web Design

Web Design

University

13 Qs

HTML & CSS Recap

HTML & CSS Recap

University

5 Qs

Repaso Web

Repaso Web

University

12 Qs

Software Development Quiz

Software Development Quiz

6th Grade - Professional Development

10 Qs

Syntax and Selector

Syntax and Selector

University

10 Qs

Forms & CSS P1

Forms & CSS P1

Assessment

Quiz

Design

University

Hard

Created by

Arul P

Used 3+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which allows the user to pick just one of a number of option?

Checkbox

Radio button

Drop down list

Submit button

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In HTML, which attribute is used to specify that an input field must be filled out?

required

validate

pattern

placeholder

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

HTML form is used for/to

Collect user input

It is not a section of a document

Contains password control only

Users can enter data in specific fields

capture website visitors' information

Hide answers

Explanation

Previous

Next

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are input restrictions that can be applied to a textbox?

maxlength

max & min

required

disabled

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

<link rel="stylesheet" type="text/css" href="styles.css" /> belongs to

External

Inline

Internal

None of the above

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

p {

color: green;

font-size: 15pt;

}

p.c1 {

color: red;

text-align:center;

}

Sets <p> to green color, 15pt Size and center

Sets <p> to red color, 15pt Size and center

Sets <p> to red color and center

Sets <p> to green color and 15pt Size

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

If we want define style for an unique element, then which css selector will we use ?

Id

class

global

element

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Inline styles are defined within the "style" attribute of the relevant element.

True

False