- Web dev. History of development approaches. Configurations of development environments
- HTML basic structure:
{head/body}. Introduction to tag syntax:<Tag ...attributes> Content </End Tag> - Git Basics. Introduction in team project development.
- Base set of structure tags.
- Base set of adding content tags
<div>layout. + Styles: inline, header like and using link tag.- Approaches to image placements.
<img>,<div>and<svg>. - Alternative to images. Creating simple shapes using div blocks and style sheets.
- Creating dynamics in css. :hover, :active, @key-frames

