, , |
Explain the tag for?
Defines a group of header rows.
Explain the tag for?
Defines a group of body content rows.
Explain the tag for?
Defines a group of footer rows.
Explain the purpose of colspan and rowspan?
To merge cells across columns or rows.
Text description for images, helps screen readers.
Give reason why use semantic tags?
Improves accessibility and SEO.
Accessible Rich Internet Applications – provides accessibility information.
Explain a landmark element?
Defines page sections like ,
How to improve accessibility in forms?
Use labels, aria attributes, and correct tab order.
What does HTML stand for?
HyperText Markup Language.
Explain the purpose of HTML?
To structure content on the web.
A keyword used to define elements in HTML.
What are semantic HTML elements?
Elements that clearly describe their meaning in a human- and machine-readable way.
Explain the difference between and ?
is a block-level element; is inline.
It defines the HTML version being used.
What are void elements in HTML?
Elements that do not have closing tags (e.g., ![]() , ,
).
Explain the tag used for?
To contain meta information about the document.
Contains the visible content of the HTML document.
Sets the title of the web page (shown in the browser tab).
Defines a form for user input.
Explain the difference between GET and POST?
GET appends data to the URL; POST sends data in the request body.
Explain the purpose of the
Defines a label for an input element.
Explain a placeholder in HTML forms?
Hint text shown in input fields.
How to make a form input required?
Use the `required` attribute.
What tag is used to embed images?
Describe how you embed a video?
Describe how you embed audio?
Explain the `alt` attribute for?
Provides alternative text for images.
Explain the `src` attribute?
Specifies the URL of media (image, video, etc.).
Explain the `class` attribute?
Defines one or more class names for styling.
Explain the `id` attribute?
Defines a unique identifier for an element.
Explain the `style` attribute?
Used to apply inline CSS.
Explain the `href` attribute?
Specifies the URL in a link.
What does the `target='_blank'` do?
Opens the link in a new tab.
Describe how you create a hyperlink in HTML?
Describe how you make a link open in a new tab?
A link relative to the current document location.
Explain an absolute link?
A full URL link to a resource.
Linking to a specific section on the same page.
What elements make up a table?
, , , |
Explain the tag for?
Defines a group of header rows.
Explain the tag for?
Defines a group of body content rows.
Explain the tag for?
Defines a group of footer rows.
Explain the purpose of colspan and rowspan?
To merge cells across columns or rows.
Text description for images, helps screen readers.
Give reason why use semantic tags?
Improves accessibility and SEO.
Accessible Rich Internet Applications – provides accessibility information.
Explain a landmark element?
Defines page sections like ,
How to improve accessibility in forms?
Use labels, aria attributes, and correct tab order.
What does HTML stand for?
HyperText Markup Language.
Explain the purpose of HTML?
To structure content on the web.
A keyword used to define elements in HTML.
What are semantic HTML elements?
Elements that clearly describe their meaning in a human- and machine-readable way.
Explain the difference between and ?
is a block-level element; is inline.
It defines the HTML version being used.
What are void elements in HTML?
Elements that do not have closing tags (e.g., ![]() , ,
).
Explain the tag used for?
To contain meta information about the document.
Contains the visible content of the HTML document.
Sets the title of the web page (shown in the browser tab).
Defines a form for user input.
Explain the difference between GET and POST?
GET appends data to the URL; POST sends data in the request body.
Explain the purpose of the
Defines a label for an input element.
Explain a placeholder in HTML forms?
Hint text shown in input fields.
How to make a form input required?
Use the `required` attribute.
What tag is used to embed images?
Describe how you embed a video?
Describe how you embed audio?
Explain the `alt` attribute for?
Provides alternative text for images.
Explain the `src` attribute?
Specifies the URL of media (image, video, etc.).
Explain the `class` attribute?
Defines one or more class names for styling.
Explain the `id` attribute?
Defines a unique identifier for an element.
Explain the `style` attribute?
Used to apply inline CSS.
Explain the `href` attribute?
Specifies the URL in a link.
What does the `target='_blank'` do?
Opens the link in a new tab.
Describe how you create a hyperlink in HTML?
Describe how you make a link open in a new tab?
A link relative to the current document location.
Explain an absolute link?
A full URL link to a resource.
Linking to a specific section on the same page.
What elements make up a table?
, , , |
Explain the tag for?
Defines a group of header rows.
Explain the tag for?
Defines a group of body content rows.
Explain the tag for?
Defines a group of footer rows.
Explain the purpose of colspan and rowspan?
To merge cells across columns or rows.
Text description for images, helps screen readers.
Give reason why use semantic tags?
Improves accessibility and SEO.
Accessible Rich Internet Applications – provides accessibility information.
Explain a landmark element?
Defines page sections like ,
How to improve accessibility in forms?
Use labels, aria attributes, and correct tab order.
What does HTML stand for?
HyperText Markup Language.
Explain the purpose of HTML?
To structure content on the web.
A keyword used to define elements in HTML.
What are semantic HTML elements?
Elements that clearly describe their meaning in a human- and machine-readable way.
Explain the difference between and ?
is a block-level element; is inline.
It defines the HTML version being used.
What are void elements in HTML?
Elements that do not have closing tags (e.g., ![]() , ,
).
Explain the tag used for?
To contain meta information about the document.
Contains the visible content of the HTML document.
Sets the title of the web page (shown in the browser tab).
Defines a form for user input.
Explain the difference between GET and POST?
GET appends data to the URL; POST sends data in the request body.
Explain the purpose of the
Defines a label for an input element.
Explain a placeholder in HTML forms?
Hint text shown in input fields.
How to make a form input required?
Use the `required` attribute.
What tag is used to embed images?
Describe how you embed a video?
Describe how you embed audio?
Explain the `alt` attribute for?
Provides alternative text for images.
Explain the `src` attribute?
Specifies the URL of media (image, video, etc.).
Explain the `class` attribute?
Defines one or more class names for styling.
Explain the `id` attribute?
Defines a unique identifier for an element.
Explain the `style` attribute?
Used to apply inline CSS.
Explain the `href` attribute?
Specifies the URL in a link.
What does the `target='_blank'` do?
Opens the link in a new tab.
Describe how you create a hyperlink in HTML?
Describe how you make a link open in a new tab?
A link relative to the current document location.
Explain an absolute link?
A full URL link to a resource.
Linking to a specific section on the same page.
What elements make up a table?
, , , |
Explain the tag for?
Defines a group of header rows.
Explain the tag for?
Defines a group of body content rows.
Explain the tag for?
Defines a group of footer rows.
Explain the purpose of colspan and rowspan?
To merge cells across columns or rows.
Text description for images, helps screen readers.
Give reason why use semantic tags?
Improves accessibility and SEO.
Accessible Rich Internet Applications – provides accessibility information.
Explain a landmark element?
Defines page sections like ,
How to improve accessibility in forms?
Use labels, aria attributes, and correct tab order.
What does HTML stand for?
HyperText Markup Language.
Explain the purpose of HTML?
To structure content on the web.
A keyword used to define elements in HTML.
What are semantic HTML elements?
Elements that clearly describe their meaning in a human- and machine-readable way.
Explain the difference between and ?
is a block-level element; is inline.
It defines the HTML version being used.
What are void elements in HTML?
Elements that do not have closing tags (e.g., ![]() , ,
).
Explain the tag used for?
To contain meta information about the document.
Contains the visible content of the HTML document.
Sets the title of the web page (shown in the browser tab).
Defines a form for user input.
Explain the difference between GET and POST?
GET appends data to the URL; POST sends data in the request body.
Explain the purpose of the
Defines a label for an input element.
Explain a placeholder in HTML forms?
Hint text shown in input fields.
How to make a form input required?
Use the `required` attribute.
What tag is used to embed images?
Describe how you embed a video?
Describe how you embed audio?
Explain the `alt` attribute for?
Provides alternative text for images.
Explain the `src` attribute?
Specifies the URL of media (image, video, etc.).
Explain the `class` attribute?
Defines one or more class names for styling.
Explain the `id` attribute?
Defines a unique identifier for an element.
Explain the `style` attribute?
Used to apply inline CSS.
Explain the `href` attribute?
Specifies the URL in a link.
What does the `target='_blank'` do?
Opens the link in a new tab.
Describe how you create a hyperlink in HTML?
Describe how you make a link open in a new tab?
A link relative to the current document location.
Explain an absolute link?
A full URL link to a resource.
Linking to a specific section on the same page.
What elements make up a table?
, , , |
Explain the tag for?
Defines a group of header rows.
Explain the tag for?
Defines a group of body content rows.
Explain the tag for?
Defines a group of footer rows.
Explain the purpose of colspan and rowspan?
To merge cells across columns or rows.
Text description for images, helps screen readers.
Give reason why use semantic tags?
Improves accessibility and SEO.
Accessible Rich Internet Applications – provides accessibility information.
Explain a landmark element?
Defines page sections like ,
How to improve accessibility in forms?
Use labels, aria attributes, and correct tab order.
What does HTML stand for?
HyperText Markup Language.
Explain the purpose of HTML?
To structure content on the web.
A keyword used to define elements in HTML.
What are semantic HTML elements?
Elements that clearly describe their meaning in a human- and machine-readable way.
Explain the difference between and ?
is a block-level element; is inline.
It defines the HTML version being used.
What are void elements in HTML?
Elements that do not have closing tags (e.g., ![]() , ,
).
Explain the tag used for?
To contain meta information about the document.
Contains the visible content of the HTML document.
Sets the title of the web page (shown in the browser tab).
Defines a form for user input.
Explain the difference between GET and POST?
GET appends data to the URL; POST sends data in the request body.
Explain the purpose of the
Defines a label for an input element.
Explain a placeholder in HTML forms?
Hint text shown in input fields.
How to make a form input required?
Use the `required` attribute.
What tag is used to embed images?
Describe how you embed a video?
Describe how you embed audio?
Explain the `alt` attribute for?
Provides alternative text for images.
Explain the `src` attribute?
Specifies the URL of media (image, video, etc.).
Explain the `class` attribute?
Defines one or more class names for styling.
Explain the `id` attribute?
Defines a unique identifier for an element.
Explain the `style` attribute?
Used to apply inline CSS.
Explain the `href` attribute?
Specifies the URL in a link.
What does the `target='_blank'` do?
Opens the link in a new tab.
Describe how you create a hyperlink in HTML?
Describe how you make a link open in a new tab?
A link relative to the current document location.
Explain an absolute link?
A full URL link to a resource.
Linking to a specific section on the same page.
What elements make up a table?
, , , |
Explain the tag for?
Defines a group of header rows.
Explain the tag for?
Defines a group of body content rows.
Explain the tag for?
Defines a group of footer rows.
Explain the purpose of colspan and rowspan?
To merge cells across columns or rows.
Text description for images, helps screen readers.
Give reason why use semantic tags?
Improves accessibility and SEO.
Accessible Rich Internet Applications – provides accessibility information.
Explain a landmark element?
Defines page sections like ,
How to improve accessibility in forms?
Use labels, aria attributes, and correct tab order.
What does HTML stand for?
HyperText Markup Language.
Explain the purpose of HTML?
To structure content on the web.
A keyword used to define elements in HTML.
What are semantic HTML elements?
Elements that clearly describe their meaning in a human- and machine-readable way.
Explain the difference between and ?
is a block-level element; is inline.
It defines the HTML version being used.
What are void elements in HTML?
Elements that do not have closing tags (e.g., ![]() , ,
).
Explain the tag used for?
To contain meta information about the document.
Contains the visible content of the HTML document.
Sets the title of the web page (shown in the browser tab).
Defines a form for user input.
Explain the difference between GET and POST?
GET appends data to the URL; POST sends data in the request body.
Explain the purpose of the
Defines a label for an input element.
Explain a placeholder in HTML forms?
Hint text shown in input fields.
How to make a form input required?
Use the `required` attribute.
What tag is used to embed images?
Describe how you embed a video?
Describe how you embed audio?
Explain the `alt` attribute for?
Provides alternative text for images.
Explain the `src` attribute?
Specifies the URL of media (image, video, etc.).
| | | | | |