Webmaster Forums - Website and SEO Help

Web Development and Design => Website Design and HTML => Topic started by: ruhikhan on July 16, 2018, 03:07:37 AM

Title: What Are Various Elements That Provide Better Structuring In HTML5..?
Post by: ruhikhan on July 16, 2018, 03:07:37 AM
Hello friends,

I Want to know that What Are Various Elements That Provide Better Structuring In HTML5..?
Title: Re: What Are Various Elements That Provide Better Structuring In HTML5..?
Post by: fayeseom on July 17, 2018, 01:16:23 AM
The new HTML5 elements:

<header>: Used to contain the header content of a site.
<footer>: Contains the footer content of a site.
<nav>: Contains the navigation menu, or other navigation functionality for the page.
<article>: Contains a standalone piece of content that would make sense if syndicated as an RSS item, for example a news item.
<section>: Used to either group different articles into different purposes or subjects, or to define the different sections of a single article.
<aside>: Defines a block of content that is related to the main content around it, but not central to the flow of it.
Title: Re: What Are Various Elements That Provide Better Structuring In HTML5..?
Post by: Krina on August 22, 2018, 12:19:07 AM
<main>    Defines the main content of a document
<ruby>    Defines a ruby annotation (for East Asian typography)
<summary>    Defines a visible heading for a <details>