This is an introduction course to HTML and CSS which will help you learn all about the basics of HTML and CSS needed to begin with Web Development.
HTML has now evolved five generations and has all kinds of fancy new capabilities. It is, however, still in a slightly awkward phase because there are still some browsers that do not fully support it. This means when we use HTML5 we need have to have graceful fall-back options (which is called unobtrusive programming). We’ll talk more about this in later tutorials.