1/24
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
HTML stands for __.
HyperText Markup Language
The purpose of HTML is __.
To create the structure of web pages
The declaration used to define the document type in HTML5 is __.
The tags used for creating headings in HTML are __.
The purpose of the
It defines navigation links.
The tag used to create a paragraph is __.
The HTML tag used to embed images is __.
The tag commonly used to create a division or section in a document is __.
It groups inline-elements.
The attribute used with the tag to specify the image source is __.
src
href
The attribute that provides alternative text for an image in HTML is __.
alt
The attribute that serves as a unique identifier for an HTML element is __.
id
The attribute used to define a style class for an HTML element is __.
class
The tag used to create interactive fields in a form is __.
The two main methods used to send form data in HTML are __.
GET and POST
The tag used to create a form in HTML is __.
The tag used to define a label for an input element is __.
The input types used for multiple-choice questions in forms are __.
radio buttons and checkboxes
The definition of semantic HTML is __.
Semantic HTML uses HTML to reinforce the meaning of content.
The tag used to define the header of a document or section is __.
The tag used to define the footer of a document or section is __.
The benefit of using semantic elements in HTML is __.
They enhance accessibility for screen readers.
The tag used to define a section in a document with thematic grouping is __.