OP 22 July, 2022 - 07:38 AM
Where to start your coding journey?
If you want to start creating your own webpages but you don't know where to start, this is one of the best routes!
The Internet:
Begin with learning how the internet works. How do browsers work? How do domains work? What is HTTP
HTML:
After you know how the internet works, try to learn the basics of HTML. I recommend w3schools for the basic information.
SEO:
SEO stands for search engine optimization and if you want your website to be on top of the search page then you need to understand the SEO basics. A simple google search will give you enough information to get a headstart.
CSS:
Just like HTML, try to learn CSS with w3schools. However, you need to practice by creating something. Try making a random picture generator or something, that's what I did to understand the connection between HTML and CSS
FLEXBOX:
CSS flexbox might be the best way to make responsive websites, but that's my personal opinion. I would recommend you to look at all the ways to make responsive websites.
JAVASCRIPT:
I would start by learning the basics of Javascript, you can use any site possible. But I learned it using w3schools. After you learn the basics of Javascript, learn to connect js to your html and css page. Try to manipulate some elements
API's:
API's are the gods of information, pretty useful. Learn how to use them.
What now?
After you learn these things you will find your own path. You will learn a lot about the languages during your journey and you will probably find something that you like. I can't tell you to "LEARN BOOTSTRAP IT'S THE BEST!!" because it all comes down to personal preference. Good luck my friends!
If you want to start creating your own webpages but you don't know where to start, this is one of the best routes!
The Internet:
Begin with learning how the internet works. How do browsers work? How do domains work? What is HTTP
HTML:
After you know how the internet works, try to learn the basics of HTML. I recommend w3schools for the basic information.
SEO:
SEO stands for search engine optimization and if you want your website to be on top of the search page then you need to understand the SEO basics. A simple google search will give you enough information to get a headstart.
CSS:
Just like HTML, try to learn CSS with w3schools. However, you need to practice by creating something. Try making a random picture generator or something, that's what I did to understand the connection between HTML and CSS
FLEXBOX:
CSS flexbox might be the best way to make responsive websites, but that's my personal opinion. I would recommend you to look at all the ways to make responsive websites.
JAVASCRIPT:
I would start by learning the basics of Javascript, you can use any site possible. But I learned it using w3schools. After you learn the basics of Javascript, learn to connect js to your html and css page. Try to manipulate some elements
API's:
API's are the gods of information, pretty useful. Learn how to use them.
What now?
After you learn these things you will find your own path. You will learn a lot about the languages during your journey and you will probably find something that you like. I can't tell you to "LEARN BOOTSTRAP IT'S THE BEST!!" because it all comes down to personal preference. Good luck my friends!