Hi, I'm Solomon. I'm gonna start learning HTML and CSS soon and I was just wondering if you had any tips or things I should know. I dont know much about programming other than J/S which i know pretty fluently. Thanks.
Printable View
Hi, I'm Solomon. I'm gonna start learning HTML and CSS soon and I was just wondering if you had any tips or things I should know. I dont know much about programming other than J/S which i know pretty fluently. Thanks.
CSS has always confounded me. If you can find a good class, take it. HTML is not so difficult. Nested tags, mostly.
Over-simplified, but easy to learn.HTML Code:doctype
<html>
<head>
<title>title goes here</title>
<meta /> meta tags are very helpful
This is also where external JS and CSS files go
</head>
<body>
<table>
<tr>
<td></td>
</tr>
</table>
<div></div>
</body>
</html>
Theres a Sams teach yourself CSS book for under 20 bucks thats really good. Thats how I learned
You should learn the basics. It's not difficult to learn only HTML and CSS. It'll take 5-10 days to do this.
Visit this and other articles. There is small course of HTML and CSS
I think it would be better if you will going to learn HTML first then CSS. Basic before advance.