Learning materials related to HTML5 and CSS3.
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.