Step-by-step programming tutorial with examples
- Workplace preparation (VSC)
- First html (command !+enter) tags head, body,title, h1
- Tag div , color, border, corners
- Changing styles(background, color, height, width)
- Using class and id for styling
- Styles border-radius. text-align, margin, padding, box-shadow
- Tag a and links to html pages, absolute and relative path
- JavaScript. Tag button and function with alert (onclick)
- Two buttons for change color of square (document.querySelector)
- Tag input and function for change color (event onchange)