Thread: Use html 5
View Single Post
Old 06-13-2016, 12:11 PM   #11
RyanVarnals
Registered User
 
Join Date: Jun 2016
Posts: 14
One of the best ways to learn html5 is to see the differences from html4 to html5. I think there is a w3schools article on html4 to html5 "migration". One of the biggest differences is that:

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

This is for several other elements too. And there other changes also.

Hope this helps.
__________________
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