In this tutorial is presented how to master basics of HTML, which are crucial in web development. Moreover, it will not only prepare for using advanced javascript frameworks, such as React, Angular, Vue, but also teach how to build pure HTML websites.
Fundamental HTML Theory:
- what is HTML,
- what should it be knew before learning HTML,
- How looks the syntax of HTML,
- Basic Tags and attributes,
- Rules to remember,
- Basic construction of HTML website,
- How to style the websites (very basic introduction to CSS).
Cheat sheet:
- Skeleton of the website,
- List of tags,
- css props used in tutorial,
- shortcuts to speed up and increase efficiency of coding.
Tutorial:
- Static website tutorial with pure HTML divided into parts
Extra material - Web development basics & roadmap for 2023:
- web development explained,
- how web works,
- https requests and responses,
- web developer roadmap for 2023.
Below is presented recommended list of tools which are making learning process easier and enjoyable. Mentioned tools are the ones I personally use and were on the video tutorial. It can be different for each coder.
IDE:
- VSCode VSCode Extensions:
- prettier
- live server