Table of contents
No headings in the article.
Do not forget to close Html file.( Use auto closing in vs code/atom)
Avoid adding styles in html rather use a seperate CSS file for that . It makes things clear for you
You can use a HTML validator to check all the html are perfectly executed.
Use HTML comments wisely . It will help you to understand your own code later.
Always add imgs and video in <img> and <video> tag .rather using any other tag.
Avoid using bg-img tag. It does not work properly rather use img tag to add a img and set it using stylesheet in background.
Non-breaking spaces in HTML - ย
Use tables for tabular data, CSS for layout
The spacer GIF trick . You can add td and make it as a table to create spacing.
Always try to use lowercase it is helpful for us later .
Thanks for reading. If you found it helpful please like and follow me . thanks ๐๐ป.