shawon2170
New member
Some people I saw here and there trying to guess what they should learn to make websites. Hopefully these would be helpful for them.
First of all you should know there is one thing that is father and mother of all websites, that is HTML. Without this there is no website as of now.
So you got the first thing you have to learn, HTML.
After HTML there are tons of other things you can learn. As of importance I would put CSS next in line. CSS makes different parts of a website look pretty (e.g. text color, link color, hover etc).
Once you know HTML and CSS well, you would be able to start making websites that are static. Static websites does not do any computing, database operations.
You can also have some basic javascript knowledge. For beginners I would say dont put too much time on it.
You can take your skills to the next level learning a set of the programming languages, database coding etc. There are many options you can choose from, but I would suggest pick one line and stick with that. For example you can choose Microsoft Asp .Net C# with SQL database. Or you can choose Php and mySql database option. There are tons of other options as well.
First of all you should know there is one thing that is father and mother of all websites, that is HTML. Without this there is no website as of now.
So you got the first thing you have to learn, HTML.
After HTML there are tons of other things you can learn. As of importance I would put CSS next in line. CSS makes different parts of a website look pretty (e.g. text color, link color, hover etc).
Once you know HTML and CSS well, you would be able to start making websites that are static. Static websites does not do any computing, database operations.
You can also have some basic javascript knowledge. For beginners I would say dont put too much time on it.
You can take your skills to the next level learning a set of the programming languages, database coding etc. There are many options you can choose from, but I would suggest pick one line and stick with that. For example you can choose Microsoft Asp .Net C# with SQL database. Or you can choose Php and mySql database option. There are tons of other options as well.