In this Video I will explain how to do basic HTML - I will start with the basics and every day or so I will post a new video and before you know it, you will be an expert at HTML and CSS.
I m using textmate editor but this is only available for mac. If you are a windows user you can use notepad++
RGB Color You can indicate color by using RGB mode too. eg. #336699 is a nice blue google likes to use. It stands for 33 red, 66 green, and 99 blue in hexadecimal. Here's a RGB color picker http://www.siteprocentral.com/html_color_code.html
Domains cost money, like $10 a year usually or less. I'm not going to endorse any registrars.
Bud, you don't need to put your margin vals on separate lines, do it like this:
margin: 20px auto auto 0;
keeping the cvalues combined like that makes for faster loading, and cleaner code. The vals are set in the order: top right bottom left. so what I typed above can replace line 8 9 and 10 in yours.
Bud, you don't need to put your margin vals on separate lines, do it like this:
margin: 20px auto auto 0;
keeping the cvalues combined like that makes for faster loading, and cleaner code. The vals are set in the order: top right bottom left. so what I typed above can replace line 8 9 and 10 in yours.
omnipotentbeing 1 month ago
bloody mac user
crakamann 5 months ago