This element is used to define the largest heading in an HTML document.
What is '<h1>'?
This property sets the color of the text in an element.
What is 'color'?
This element represents the content of an HTML document. There can only be one in a document
What is '<body>'?
This property is used to align items along the main axis in a flex container.
What is 'justify-content'?
The language used to structure the content of web pages.
What is 'HTML' (HyperText Markup Language)?
This attribute is used to provide alternative text for an image, useful for accessibility.
What is 'alt'?
This property is used to set the style of the border, such as solid, dotted, or dashed.
What is 'border-style'?
This attribute is used in the <input> element to predefine a value when the page loads.
What is 'value'?
This property determines how an element should behave when it reaches the edge of its containing block.
What is 'overflow'?
This protocol is used to transfer web pages from a server to a browser.
What is 'HTTP' (HyperText Transfer Protocol)?
This element is used to create a dropdown list in a form.
What is '<select>'?
The property used to change the capitalization of text, such as uppercase or lowercase.
What is 'text-transform'?
This attribute specifies that an input field must be filled out before submitting the form.
What is 'required'?
This property is used to set how flex items are placed in the flex container, defining the space between and around content items along the cross-axis.
What is 'align-content'
This term describes a collection of pre-written code that simplifies the implementation of common tasks in programming.
What is a 'library'?
This element is used to create a container for an external JavaScript file.
What is '<script>'?
The CSS property used to define the radius of an element's corners.
What is 'border-radius'?
The attribute used to group several input fields into one logical group in a form.
What is 'name'?
The property used to create a responsive grid layout with rows and columns.
What is 'grid-template-areas'?
This JavaScript(DOM) method is used to select an element by its ID.
What is '.getElementById()'?
This element represents a section of a document that links to other documents or parts of the document
What is '<nav>'?
The CSS property used to specify the alignment of block-level elements such as divs.
What is 'text-align'?
This element is used in forms to group several controls into a related set and provide a label for the group.
What is '<fieldset>'?
The CSS property used to define how a background image or color is positioned within an element.
What is 'background-clip'?
The term for a link that points to another webpage or resource.
What is a 'hyperlink'?