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.
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>
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
Bookmarks