BTech reviewer

0.0(0)
studied byStudied by 6 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

50 Terms

1
New cards

<select>

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

2
New cards

background-color

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

3
New cards

Inline CSS

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

4
New cards

Container

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

5
New cards

Cascading

What does the "C" in CSS stand for?

6
New cards

#

How do you specify an ID selector in CSS?

7
New cards

<input type="password">

Which tag is used to create a password input field?

8
New cards

Static

What is the default positioning of elements in CSS?

9
New cards

<input>

The maxlength attribute is used with which element?

10
New cards

Padding

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

11
New cards

text-align

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

12
New cards

<form>

What HTML tag is used to create a form?

13
New cards

id

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

14
New cards

Dotted lines

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

15
New cards

file

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

16
New cards

FALSE

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

17
New cards

FALSE

Radio buttons allows users to select multiple options at once

18
New cards

TRUE

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

19
New cards

FALSE

Padding is the space outside the border of an element

20
New cards

TRUE

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

21
New cards

TRUE

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

22
New cards

FALSE

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

23
New cards

TRUE

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

24
New cards

TRUE

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

25
New cards

FALSE

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

26
New cards

font-family

The CSS property used to change the font style is _____

27
New cards

<form>

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

28
New cards

padding

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

29
New cards

#id

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

30
New cards

HTML

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

31
New cards

maxlength

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

32
New cards

font-size

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

33
New cards

<button>

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

34
New cards

visibility

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

35
New cards

<select>

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

36
New cards

<input>

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

37
New cards

Inline CSS

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

38
New cards

Class Selector

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

39
New cards

Color

The CSS property used to set the color of text.

40
New cards

href

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

41
New cards

<textarea>

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

42
New cards

padding

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

43
New cards

border-width

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

44
New cards

<fieldset>

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

45
New cards

Checkbox

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

46
New cards

Required attribute

The attribute used to make an input field mandatory.

47
New cards

Text-decoration

The property in CSS that is used to underline text.

48
New cards

ID Selector

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

49
New cards

Value

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

50
New cards

Letter-spacing

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