Skip to main content

Posts

Showing posts with the label difference between html4 and HTML 5 template code

How to Create template using HTML5 Semantic Elements

                How to Create template using HTML5 Semantic Elements, step to create html5 template using css, difference between html4 and HTML 5 template code, create a template using HTML5 semantic element   in this post i am going to explain how to create a template using HTML5 Semantic element and CSS. To Create a template first you must know template creation using HTML4  Div tag .exactly what we do ? we use multiple div in our HTML page as per our requirement suppose i want to crate following layout as shown below   Div Logo Title Div Navigation Div Left Div Content Div Right Div Footer  To Create  above template you need to define 6 div tag and set css property like float left or right,  problem of this method is that you are going to use div tag repeatedly . in HTML5 we are going to use Semantic Elements specially we are...