Today we are going to learn concepts of good coding and layout

Good coding

In order to write an effective webpage your code needs to be clean and consistant

Points to follow
Be consistant space everything the same
eg. I put a tab before each column in a table
CLEAN CODE This means that you end all tags in the reverse order that you started them in.
eg. <P><B>Text here</B></P>
also, you should put empity lines around paragraphs and tables images should generally be on separate lines from text.

Website design

In order for people to want to look at your website it must be of atractive and professional design

This means that you must choose colors wisely. DO NOT use, for example, a neon background with yellow text.
If your website is not readable people won't even look at it

Things not to do

Things to do