I am new to coding and need help with building a simple website.
What is the most common layout of a basic webpage and what are the building steps?
โThank you
I am new to coding and need help with building a simple website.
What is the most common layout of a basic webpage and what are the building steps?
โThank you
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (6)
One of my favourite code-learning sites got an excellent free HTML tutorial for beginners. You can check it out here: w3schools.com/html/html_intro.asp
Good luck!
Thank you for helping. I will check it out:)
The greatest joy of HTML is that it has an extremely shallow learning curve. Literally write "Hello World" into a file and save it with an .html extension. Open it in a browser, and the browser will display it. Pure HTML, CSS, and JS has no build steps at all. Just write the file in your favourite editor and you've made a start. This is hugely confidence giving and you can build out at your own speed from there. Don't worry about "common layouts" to begin with. Just get used to using the HTML elements. Layouts can come later.
I will do that. Thank you for your advice:)
pretty cool jumping in like this tbh - you think getting started is more about finding the right guides or just getting your hands dirty and figuring it out as you go?
To be honest, I do think I need some guidance. I have been jumping right into coding but got a little bit lost along the way. I got advice to start with w3school. I will do that.