Thread: Html 5
View Single Post
Old 06-13-2016, 12:31 PM   #5
RyanVarnals
Registered User
 
Join Date: Jun 2016
Posts: 14
One of the best ways to learn html5 having known html4 is seeing the difference between the two. There's a w3schools article on "html4 to html5 migration". The biggest differences is:

HTML4: <div id="header">
HTML5: <header>

There are other changes to HTML besides this.

Hope this helps you.
__________________
Ryan Varnals
Web Developer
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.
|
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.
|
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.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
RyanVarnals is offline   Reply With Quote