This is just a speed walk-through basics of HTML and some CSS.
As I always emphasise, nobody really remembers all HTML tags or CSS rules. The list of existing HTML tags is here, and the CSS source of knowledge is linked here in case you need it.
Important takeaways from video are:
- index.html or index.php are normaly our website entry points (starters)
- HTML tags are there only to tell our browser how to display content
- Some HTML tags, like img or a have specific arguments like src (for img), which have to be specified