HI, I have 2 websites project, both companies want to develop a simple static website, with necessary pages like Index, home, mission, Contact us etc. so from where do i start now?
Printable View
HI, I have 2 websites project, both companies want to develop a simple static website, with necessary pages like Index, home, mission, Contact us etc. so from where do i start now?
For web development you should learn some html,css and some basic javascript.
There are huge amount of tutorials available.
Start from
Html : http://www.w3schools.com/html/
Javascript : http://www.w3schools.com/js/default.asp
CSS : http://www.w3schools.com/css/default.asp
I would avoid suggesting w3schools to people new to learning HTML. That website still has too much inaccurate information to be a useful resource. See http://w3fools.com/ for more information.
They have a list of better resources for learning web development:
Quote:
- Opera Web Standards Curriculum covers the basics of web standards-based design in HTML and CSS.
- Google's HTML, CSS, and Javascript from the Ground Up presents the basics of web development with video tutorials presented by Google's expert web developers.
- SitePoint is a pretty good reference for HTML, CSS and JavaScript. Their documentation always mentions feature support across different browsers, and describes known browser bugs.
- The W3C, itself, has a wiki-based general Learn page as well as an HTML element reference.
- MDC (Mozilla's Doc Center) takes over at intermediate CSS and covers JavaScript better than anyone.