PDA

View Full Version : What Are Various Elements That Provide Better Structuring In HTML5..?



ruhikhan
07-16-2018, 03:08 AM
Hello friends,

I Want to know that What Are Various Elements That Provide Better Structuring In HTML5..?

ehostingpk
07-16-2018, 07:00 AM
HTML5 structural elements are:
<header>
<footer>
<nav>
<article>
<section>
<aside>

wellliving
07-16-2018, 07:13 AM
Hi

<header>
<footer>
<nav>
<article>

https://www.welllivingshop.com/bedding/comfoters/mattress-pads/

pharmasecure
07-16-2018, 11:33 PM
There are HTML5 structural elements given below:
<bdi>
<details>
<dialog>

ecozaar
07-17-2018, 12:30 AM
There are some HTML5 structural elements :
<figcaption>
<figure>
<meter>
<progress>

Neo_5678
07-17-2018, 12:41 AM
Hello friends,

I Want to know that What Are Various Elements That Provide Better Structuring In HTML5..?

You have to go through HTML-5 basics

toursinfijiseo
07-18-2018, 01:17 AM
<article> Defines an article in a document
<aside> Defines content aside from the page content
<section> Defines a section in a document
<summary> Defines a visible heading for a <details> element

dennis123
07-18-2018, 06:14 AM
<header> Defines a header for a document or section
<main> Defines the main content of a document
<mark> Defines marked/highlighted text
<meter> Defines a scalar measurement within a known range (a gauge)
<nav> Defines navigation links