Search found 1 match
- Tue Jun 03, 2008 6:53 am
- Forum: Coding Critique
- Topic: untidy source code
- Replies: 2
- Views: 2279
untidy source code
Please have a look of following codes 1. <div> <div> <!-- Main contents here --> <div> <div> <h1>Justin here !</h1> <p>This is sample paragraph statement </p> </div> </div> <!-- Main contents ends here --> </div> </div> W...