Click here to Skip to main content
15,901,122 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
hello i want to build my website [DELETED].com where should i begin or start for learning website coding?

What I have tried:

i have tried looking youtube videos
Posted
Updated 30-Nov-17 9:01am
v2
Comments
OriginalGriff 27-May-17 0:45am    
Website name removed: with it you look like a spammer, and since there is no site behind it yet it is completely irrelevant.
HD86_ 27-May-17 0:49am    
For building a website you should start by learning HTML.

Start by doing some real research, instead of just looking at youtube videos: your question is tagged with "C" and "Java" - neither of which is used to construct a website!

It's not really possible to say "learn this and you'll be set up for website coding" because it's going to depend on what kind of website you want: a blog would need one set of skills, a shop a very different set, and a site like this yet another.

Sites can be built in HTML; or HTML and Javascript; CSS; or they can be constructed in a client server fashion using a back-end language such as C#, VB, PHP, etc. They can also involve front end packages like nodeJs, Drupal, or dozens of others. Many (if not all) need some solid interaction with databases, so SQL, or MySql skills are also necessary to a greater or lesser extent.

I'd suggest you start with HTML - it's the basic "building block" of the internet no matter how bad it may be (and it's pretty bad by modern standards). W3Schools have a HTML Tutorial[^] which will teach you to create a basic (not really interactive) website and you can start to decide from there which direction you need to go.
 
Share this answer
 
W3Schools.com is a very good tutorial site to learn about anything to get started about building your own first web site.
W3Schools Online Web Tutorials[^]
 
Share this answer
 
Try learning from a book first. I started with C language and to understand it perfectly, I read each and every word of the book "E-Balagurusamy". You can refer other books too like Accelerated C++ by Andrew Koenig, etc. While reading I tried working on the examples on my system.

This approach helped me in getting good knowledge about the concepts of C, which increased by practical programming knowledge too.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900