Web Dev Basics
We'll show you how to build HTML web pages and how to build them well. Every road through the internet leads to HTML.
Here's an outline of the basics:
Tools
The tools you need for basic web development, besides a text editor, are built right into your browser.
Inspector
Open the inspector (Ctrl + Shift + I or F12 or Right Click > Inspect Element) and you will learn.
Browser Extension
The web developer extension has many useful tools in it.
Styling
Styling is done in CSS.
Layout
Layout in HTML is usually straightforward.
Typography
Make the letters legible.
Scripts
Scripts. You don't want a lot of them.
Good JS library selection criteria.
The list below can be reordered. This functionality was done with the SortableJS library, which builds on top of the native HTML Drag and Drop API.
- Item 1
- Item 2
- Item 3
- Item 4
- Item 5
Using GitHub Pages
Using Github Pages is simple.
- Create a repository called your_github_username.github.io
- Add a HTML file called index.html
- In the repository's Settings > Pages, select the Main branch and save.
This Site on GitHub
This site's code is available on GitHub.