View Full Version : html 5
randiv
09-08-2014, 07:29 AM
what is the new in html 5, please share some valuable points ?
BritneaWilson
09-08-2014, 08:04 AM
You use the HTML 5 doctype, which is very simple and streamlined:
<!doctype html>
Yes, that's it. Just two words "doctype" and "html". It can be this simple because HTML 5 is no longer part of SGML, but is instead a markup language all on its own.
Dam Ponting
12-05-2017, 07:40 AM
HTML5 will be those most recent form from claiming hypertext markup Language, those code that depicts web pages. Its really three sorts of code: HTML, which gives the structure; Cascading style Sheets (CSS), which fare thee well for presentation; What's more JavaScript, which makes things happen.
techsophia
12-07-2017, 08:28 AM
Hi
HTML 5 new structure
HTML 5 recognizes that Web pages have a structure, just like books have a structure or other XML documents. In general, Web pages have navigation, body content, and sidebar content plus headers, footers, and other features. And HTML 5 has created tags to support those elements of the page.
- to define sections of pages
- defines the header of a page
- defines the footer of a page
- defines the navigation on a page
- defines the article or primary content on a page
- defines extra content like a sidebar on a page
- defines images that annotate an article
Hopr this help you.
Powered by vBulletin® Version 4.2.2 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.