Web Development Resources

notkal / Posts / Web Development Resources

Get Started With Web Development

This is a list of websites, resources, and concepts to check out if you're getting started with web development.

Documentation

If you want to learn about a specific HTML element, CSS property, or feature in JavaScript, you can find detailed documentation for those features here

Tutorials (Start Here)

These are all good places to get started and get a handle on the basics. Some are interactive, some are videos, and some are written.

CSS Learning Resources

Additional Resources

Code Editing Software

You can start with something as simple as Notepad or a normal text editor. Just create a file with .html at the end and start writing HTML.

Ultimately I recommend Visual Studio code with the Live Server plugin, which lets you view the page you're editing in real time.

Free Online Website Code Editors

If you want a quick and easy way to play around with HTML/CSS/JS in your browser these are great options.

Concepts

HTML Concepts

CSS Concepts

Accessibility

Accessibility is the idea of ensuring that your website accessible to all kinds of users, whether they are visually impaired or use keyboard navigation (as two examples)

Advanced concepts