BTech reviewer

studied byStudied by 6 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 49

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

50 Terms

1

<select>

Which HTML tag is used to create a drop-down list?

New cards
2

background-color

What CSS property is used to change the background color of an element?

New cards
3

Inline CSS

What type of CSS allows you to write styles directly in an HTML element?

New cards
4

Container

Which of the following is an example of a class selector in CSS?

New cards
5

Cascading

What does the "C" in CSS stand for?

New cards
6

#

How do you specify an ID selector in CSS?

New cards
7

<input type="password">

Which tag is used to create a password input field?

New cards
8

Static

What is the default positioning of elements in CSS?

New cards
9

<input>

The maxlength attribute is used with which element?

New cards
10

Padding

What property is used to add space inside the border of an element?

New cards
11

text-align

Which of the following is a valid CSS property for text-alignment?

New cards
12

<form>

What HTML tag is used to create a form?

New cards
13

id

Which attribute is used to define a unique identifier for an HTML element?

New cards
14

Dotted lines

The border-style: dotted; creates a border with:

New cards
15

file

To make a file upload option, which type is used in <input>?

New cards
16

FALSE

The <input> tag us used to create a multi-line text input field

New cards
17

FALSE

Radio buttons allows users to select multiple options at once

New cards
18

TRUE

The font-family property is used to specify the font style of text

New cards
19

FALSE

Padding is the space outside the border of an element

New cards
20

TRUE

CSS can be applied to HTML using inline, internal, or external styles

New cards
21

TRUE

The <textarea> tag is used for multi-line input fields

New cards
22

FALSE

The color property in CSS is used to change the background color of an element

New cards
23

TRUE

An external CSS file is linked using the <link> tag in the <head> section of the HTML

New cards
24

TRUE

The id attribute in HTML is used to define a unique identifier for an element

New cards
25

FALSE

The text-align: center; property aligns text to the right of an element

New cards
26

font-family

The CSS property used to change the font style is _____

New cards
27

<form>

To create a form in HTML, you use the _____ tag

New cards
28

padding

In CSS, the ______ property is used to set the space between the content and the border

New cards
29

#id

A _____ is used to select HTML elements based on their ID attribute.

New cards
30

HTML

The HTML attribute to set a placeholder text in an input field is ______.

New cards
31

maxlength

The _____ attribute is used to specify the maximum number of characters in an input field.

New cards
32

font-size

In CSS, the _____ property is used to set the size of an element's font.

New cards
33

<button>

The ______ tag is used to create a clickable button in HTML forms.

New cards
34

visibility

The ______ property in CSS allows you to control the visibility of an element.

New cards
35

<select>

The ______ tag is used to create a list box in a form.

New cards
36

<input>

The tag used to create a single-line text input field.

New cards
37

Inline CSS

A type of CSS that is written inside an HTML element.

New cards
38

Class Selector

A selector used to style multiple elements with the same class name.

New cards
39

Color

The CSS property used to set the color of text.

New cards
40

href

An attribute that specifies the URL for an external CSS file.

New cards
41

<textarea>

The tag used to create a text box for user input in a form.

New cards
42

padding

A property that specifies the distance between the edge of an element and the content inside it.

New cards
43

border-width

A CSS property used to define the thickness of a border.

New cards
44

<fieldset>

The HTML tag that groups related input fields in a form.

New cards
45

Checkbox

A form input type that allows users to select multiple options.

New cards
46

Required attribute

The attribute used to make an input field mandatory.

New cards
47

Text-decoration

The property in CSS that is used to underline text.

New cards
48

ID Selector

A selector in CSS used to target elements based on their unique identifier.

New cards
49

Value

The attribute in HTML that gives a text input a default value.

New cards
50

Letter-spacing

A CSS property that adjusts the spacing between characters in a text.

New cards
robot