First Name | Last Name | Age |
---|---|---|
Max | Silberg | 13 |
Jake |
Keep your code tidy, clean and well-formed. This will help you in the future when you have to much code and to little time to scroll side to side.
Remember to declare the document type at the top of the page as the first thing you do. If you want consistency you can use lowercase.
Use lowercase font for the selectors. Mixing the lowercase and uppercase leads to an untidy code. Lowercase is easier to write and is cleaner on the code.
Close all HTML tags that you open. This will come in handy when you don't have to search through every tag to find what wen't wrong.
Remember when you are writing attributes to put quotes around the attributes. It makes it easier for the computer to read what you want.
Always put an "alt" tag when writing an image so that you as the html writer know exactly what the image is.
These tips came from w3schools.com