Forum Moderators: not2easy
I have a basic site that consists of
Content Paragraph 1 <div id="content">
Row of photos
Content Paragraph 2 <div id="content" class="para2">
Row of Photos
Content Paragrah 3 <div id="content" class="para3">
Bottom Menu
My page is completely contained within one big table and I am using CSS for styling purposes only.
I want to try and use good coding practice and so was trying to use different "classes" but what is it that I am doing wrong?
or
Content Paragraph 1 <div class="content">
Row of photos
Content Paragraph 2 <div class="content">
Row of Photos
Content Paragrah 3 <div class="content">
Bottom Menu
As above id= is a one off use, class= can be used over and over