• TestingDocs
TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

HTML

HTML5 Document Structure

Overview

In this tutorial, we will learn about HTML5 Document Structure. The
HTML5 Document begins with DOCTYPE declaration.

HTML5 Document

<!DOCTYPE html>
<html>
<head>
<meta charset=”UTF-8″>
<title>HTML 5 Tutorials- www.TestingDocs.com</title>
</head>
<body>
<header>Hero size Banner- Header Menu</header>
<nav>Navigation Bar</nav>
<article>
<section>
…
</section>
</article>
<aside>Sidebar</aside>
<footer>Copyright Information – Footer Links</footer>
</body>
</html>

 

DOCTYPE declaration

The <!DOCTYPE> is the first line of the HTML5 Document. It is used by the browser to understand the HTML version.

<!DOCTYPE html>

<meta charset=”UTF-8″> specified the Character encoding used in the document.

HTML5 Tags

<header> – The <header> tag represents the header of a section.

<article> – The <article> tag represents piece of content of the document, such as a blog post or news article.

<footer> – The <footer> tag represents a footer section. This may contain information about the website, copyright information, etc

The <nav> – The <nav> tag is intended for navigation hyperlinks, etc

—

HTML Tutorials

HTML Tutorials on this website:

https://www.testingdocs.com/html-tutorials/

More Information on HTML:

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference

Related Posts

Create HTML File

HTML /

Create HTML file with NetBeans IDE

HTML /

Introduction To HTML5

HTML5 Application NetBeans

HTML /

Create an HTML5 Application using NetBeans IDE

CSS Validator Tool

HTML /

HTML & CSS Validator Tools

HTML Drop down List Demo

HTML /

HTML Drop-down List

‹ Introduction To HTML5› Create HTML file with NetBeans IDE

Recent Posts

  • How to secure your SQL Database: Tips and Tricks
  • Shaping the Future of Development: Exploring Key Trends in Software Engineering
  • Improving Java Performance with Multithreading
  • Difference between PHP and JavaScript?
  • Bing Conversation Styles
  • ChatGPT Introduction
  • Open Source AI Frameworks
  • Artificial Intelligence Tools
  • Top AI Music Applications
  • Top AI Website Design Tools

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com