This is repository containing simple tasks about learning HTML5 and CSS3.
In general for all kind of elements, attributes, etc... refer to the MDN docs for detailed information and additional examples.
This section is useful and recommending using VSCode as an IDE.
Live Server is very useful extension for creating server on which we can run our simple html files. The benefit is also, that changes will get auto applied after we save the file.
To use the extension select the html file you want to use and click the live server
icon placed in bottom line of your VSCode editor.
You can search in a website called Codepen for more advanced and interesting examples.
- HTMLTags - various html tags
- Colors - learning examples for colors
- TextStyling - learning to style texts
- BoxModel - info about the box model
- Positioning - demos and projects about positioning
- FlexBox - flex box
- Grid - grid
- MediaQueries - media queries
- Forms - demos and projects about forms
- Selectors - css selectors
- AdvancedSelectors - advanced css selectors
- Animations - demos and projects about animations
- Variables - css variables
- AdditionalExamples - additional examples
- DemoProjects - projects focused on various topics