|
|
-
|
|
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...
|
|
-
|
|
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...
|
|
-
|
|
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.
...
|
|
-
|
|
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 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 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...
|
|
-
|
|
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...
|
|
-
|
|
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, 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...
|
|
-
|
|
HTML 5 included many new tags which helps to structurally divide the page. This will be very much useful to screen readers and understanding page content. One of these tags is "nav", which can be used to indicate the major navigation content in a web pa...
|
|