Looks like no one added any tags here yet for you.
<select>
Which HTML tag is used to create a drop-down list?
background-color
What CSS property is used to change the background color of an element?
Inline CSS
What type of CSS allows you to write styles directly in an HTML element?
Container
Which of the following is an example of a class selector in CSS?
Cascading
What does the "C" in CSS stand for?
#
How do you specify an ID selector in CSS?
<input type="password">
Which tag is used to create a password input field?
Static
What is the default positioning of elements in CSS?
<input>
The maxlength attribute is used with which element?
Padding
What property is used to add space inside the border of an element?
text-align
Which of the following is a valid CSS property for text-alignment?
<form>
What HTML tag is used to create a form?
id
Which attribute is used to define a unique identifier for an HTML element?
Dotted lines
The border-style: dotted; creates a border with:
file
To make a file upload option, which type is used in <input>?
FALSE
The <input> tag us used to create a multi-line text input field
FALSE
Radio buttons allows users to select multiple options at once
TRUE
The font-family property is used to specify the font style of text
FALSE
Padding is the space outside the border of an element
TRUE
CSS can be applied to HTML using inline, internal, or external styles
TRUE
The <textarea> tag is used for multi-line input fields
FALSE
The color property in CSS is used to change the background color of an element
TRUE
An external CSS file is linked using the <link> tag in the <head> section of the HTML
TRUE
The id attribute in HTML is used to define a unique identifier for an element
FALSE
The text-align: center; property aligns text to the right of an element
font-family
The CSS property used to change the font style is _____
<form>
To create a form in HTML, you use the _____ tag
padding
In CSS, the ______ property is used to set the space between the content and the border
#id
A _____ is used to select HTML elements based on their ID attribute.
HTML
The HTML attribute to set a placeholder text in an input field is ______.
maxlength
The _____ attribute is used to specify the maximum number of characters in an input field.
font-size
In CSS, the _____ property is used to set the size of an element's font.
<button>
The ______ tag is used to create a clickable button in HTML forms.
visibility
The ______ property in CSS allows you to control the visibility of an element.
<select>
The ______ tag is used to create a list box in a form.
<input>
The tag used to create a single-line text input field.
Inline CSS
A type of CSS that is written inside an HTML element.
Class Selector
A selector used to style multiple elements with the same class name.
Color
The CSS property used to set the color of text.
href
An attribute that specifies the URL for an external CSS file.
<textarea>
The tag used to create a text box for user input in a form.
padding
A property that specifies the distance between the edge of an element and the content inside it.
border-width
A CSS property used to define the thickness of a border.
<fieldset>
The HTML tag that groups related input fields in a form.
Checkbox
A form input type that allows users to select multiple options.
Required attribute
The attribute used to make an input field mandatory.
Text-decoration
The property in CSS that is used to underline text.
ID Selector
A selector in CSS used to target elements based on their unique identifier.
Value
The attribute in HTML that gives a text input a default value.
Letter-spacing
A CSS property that adjusts the spacing between characters in a text.