|
|
-
|
|
In HTML 5, various structural tags has been introduced, which helps in creating a page in structural, hence will be useful for screen readers to understand the page content.One of these tags is "aside" tag has been introduced to arrange the related cont...
|
|
-
|
|
In HTML 5, few structural tags has been added to arrange the page content in structural manner. This helps screen readers to understand the page. One of these tags is Section tag, which can be used to mark the different sections of page.
HTML 5 Specif...
|
|
-
|
|
In HTML 5, various structural tags has been introduced to arrange the page content, which makes page content and structure can be understandable to screen readers. One of these tags is "article" tag, which can be used to represent the independent conten...
|
|
-
|
|
HTML 5 introduced few tags to arrange the page content, which helps to screen readers to understand page structure and content. One of these new tags is Header tag. Header tag can be used to indicate the header part of any article/section/document.
A d...
|
|
-
|
|
HTML 5 introduced few tags to arrange the page content, which helps to screen readers to understand page structure and content. One of these new tags is Header tag. Footer tag can be used to indicate the footer part of any article/section/document.
A d...
|
|
-
|
|
HTML 5 introduced "Figure" tag, which helps screen readers to semantically analyze the page content. From the name "Figure", often developers misunderstand this tag and will think of related only to images. However, "Figure" tag belongs to more broader ...
|
|
-
|
|
HTML 5 introduced a new tag "Figcaption", which helps screen readers to semantically analyze page content and structure.
Figcaption tag represents caption or legend for a figure. Only one Figcaption tag is allowed for a figure.
...
|
|
-
|
|
In HTML 5, hgroup tag has been introduced to help screen readers to semantically analyze page content.
Suppose, in your document or section, if you are showing multiple headings of different levels(h1..h6), you can include these inside hgroup tag.
Exa...
|
|
-
|
|
In HTML5, Blockquote tag has been introduced for the long quotations, that span across multiple lines. If the quotation is short, its advised to use "q" tag.
This helps in screen readers to semantically analyze the document and used to find out the quot...
|
|
-
|
|
"kbd" element denotes, the text inside it will be given as input. Its not only refers to keyboard input, it also refers to mouse input or voice commands etc also. By marking the text with "kbd", it renders the content with special font.This will help sc...
|
|