It’s regular for a website to have organic partitions according to the type of articles discovered in each area of the site. A few typical partitions or areas of a web page might involve the routing, the body duplicate, the headlines, and the footer.
The value used to individual each area might look just like the following:
<body>
<div id="header">
Header content goes here.
</div>
<div id="bodyCopy">
Body copy goes here.
</div>
<div id="footer">
Footer content goes here.
</div>
</body>
Once you have set up primary partitions like this departing the design to CSS instead of the HTML platforms the opportunities are limitless. Need to shift the routing from the top of your web page to the end . . . on ten different pages? If you put all of it into its own div . . . item of cake! Not only is it simple to shift that whole routing bar, you only have to modify the design item and not the person HTML webpages to do so.



0 comments:
Post a Comment