Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > HTML / DHTML

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 10-23-2013, 10:50 PM   #1
spyindia2013
Registered User
 
Join Date: Aug 2013
Location: New Delhi, India
Posts: 57
What Is the updated Features in HTML5.?

Anyone can give me the detail of HTML5. Give me the actual difference of HTML 5 and HTML previous version.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
spyindia2013 is offline   Reply With Quote

Old 11-29-2013, 03:21 AM   #2
aashton
Registered User
 
Join Date: Oct 2013
Posts: 15
Html 5 has many features over HTML4 and its older version. In HTML 5 we can easily define the the detailed parsing rules (including "error handling") for this syntax which are largely compatible with popular implementations. All user agents should use these rules for resources that have the text/html media type.
For example take a look on the syntax.
Syntax for HTML
Quote:
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Example document</title>

Syntax for HTML5
where document that conforms to the XML syntax of HTML5

Quote:
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Example document</title>
_____________
HTML5 eMag
aashton is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hosteasier.com: Stable webhosting, Daily Backups, Dedicated ip, Various Features Hosteasier Post your ad here 0 12-20-2012 12:10 AM
HTML5 and CSS3 frameworks? cianfie Programming General 7 10-23-2012 07:47 AM
HTML5, Multiple H1's and SEO bobo.cx Search Engine Optimization 0 06-11-2012 05:09 AM
1.Basic distinguishing features of HTML 4 and HTML 5 rooseveltjobs HTML / DHTML 0 04-12-2012 10:00 PM
limitations on HTML5 Videos ? cianfie Programming General 0 12-06-2011 09:28 PM


All times are GMT -7. The time now is 03:46 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.