Have you ever wanted to learn HTML and CSS, but had a hard time finding a simple way to do it. Do you want to do things like add margins / padding, or use CSS grid, or how about use Flexbox.
In this class you will learn some of the basics of HTML and CSS. By the end of the tutorial, you should be able to create an HTML and CSS file, link them together and do things like adding margins / padding, using CSS grid and using Flexbox. This is a course for beginners, so no prior experience is necessary, but any prior experience can be helpful.
The course outline is very simple. First of all, we give an introduction to the course, then we’ll show you how to install VsCode on windows. Then using VsCode we show you how to create a basic HTML page and a separate CSS page. Then we show you how to link them together. Next, we show you how to make use of margins and paddings. Then we start going into some topics like using CSS grid. Then we present how to draw a face using CSS grid template areas. Finally, we present a course on how to use Flexbox.