HOW TO MAKE A WEBPAGE
This page explains the smallest possible valid HTML, with just enough CSS to make it readable.
The pages on this site are written to have their source code read as tutorials
Any page that has something you like, you can open the developer tools in your browser to see the page source code.
-
In Firefox, this is under Tools > Browser Tools > Web Developer Tools
-
In Chrome, this is under (the kebab button to the right of the address bar) > More Tools > Developer Tools
- It is much harder to develop on other web browsers. We recommend
Firefox.
When you're done taking a look, head back to the tutorials homepage for next steps!