Forms & CSS P1

Forms & CSS P1

University

8 Qs

quiz-placeholder

Similar activities

El color y algo más

El color y algo más

University

11 Qs

DIBUJOII-viernes 2-2022

DIBUJOII-viernes 2-2022

University

10 Qs

Notes on Blender 3D - Section 5/6

Notes on Blender 3D - Section 5/6

6th Grade - University

10 Qs

Guess the slime

Guess the slime

2nd Grade - University

11 Qs

Los colores primarios

Los colores primarios

University

11 Qs

Do you know your colours?

Do you know your colours?

University

10 Qs

EXAMEN DE ARTE Y CULTURA - CÍRCULO CROMÁTICO

EXAMEN DE ARTE Y CULTURA - CÍRCULO CROMÁTICO

University

10 Qs

Diagnóstico de Programación Web

Diagnóstico de Programación Web

5th Grade - 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