1

A Good Starting Point For HTML and CSS Learning

Posted by Amit
Comments: 0

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Many of you might have thought of learning HTML and CSS, but gave up after getting overwhelmed by all the links, tutorials and videos that popped up after a Google search. If you don’t belong to that category, but want a brush up of your basic knowledge, then also read on. I found this great video, which explains everything on how to create a basic web page from scratch, using just notepad and a browser.

UPDATE: I found this great 30 days video course put up by Tuts+. Great work guys! And thanks for sharing this for free :)

http://learncss.tutsplus.com/

Give it a go right away ;)

HTML (HyperText Markup Language) is used for the basic mark-up and content of your Web page. CSS (Cascading Style Sheet) is used for styling it.

Getting Started with JavaScript

This is a little off topic, but I felt that learning JavaScript is essential along with HTML. Well you don’t have to sweat it off and learn everything in JS. But, try to grasp the working and syntax.

“JavaScript is implemented as part of a Web Browser in order to provide enhanced user interfaces and dynamic websites.” -Wikipedia