Results 1 to 4 of 4

Thread: html 5

  1. #1
    Join Date
    May 2014
    Posts
    111

    Default html 5

    what is the new in html 5, please share some valuable points ?

  2. #2

    Default

    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.

  3. #3
    Join Date
    Aug 2017
    Location
    Pune
    Posts
    459

    Default

    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.

  4. #4

    Default

    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.

Similar Threads

  1. HTML and CSS Validation: Should You Validate Your Web Page?
    By oolech in forum Web Design Solutions
    Replies: 7
    Last Post: 01-06-2023, 09:52 AM
  2. HTML Design Problem
    By alen12345 in forum Web Design Solutions
    Replies: 10
    Last Post: 02-26-2018, 06:43 AM
  3. html colors on my page?
    By jonys in forum Web Design Solutions
    Replies: 10
    Last Post: 11-25-2017, 10:52 AM
  4. Which one is better Wordpress, Joomla or HTML??
    By davidwells in forum Web Design Solutions
    Replies: 33
    Last Post: 09-17-2017, 01:08 PM
  5. Can someone explain me whats html?
    By prakashsharmas in forum Web Design Solutions
    Replies: 4
    Last Post: 05-28-2014, 09:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •