Coders Campus Podcast

EP 63: HTML Styles 101

11.04.2014 - By Trevor PagePlay

Download our free app to listen on your phone

Download on the App StoreGet it on Google Play

In this HTML tutorial I would like to introduce two concepts to you:

DOCTYPE

Styles

The DOCTYPE

Currently as of the date this was published, web browsers are (mostly) supporting HTML 5. HTML has gone through several versions and variations over it’s lifetime, and because of this it’s highly suggested that you include something called a DOCTYPE. The purpose of a DOCTYPE is to tell the web browsers what version of HTML you are using on any given webpage. The benefit of telling the web-browser what version of HTML you are using is that you save it from having to “guess”, which can often lead to strange behavior.

...Read more

More episodes from Coders Campus Podcast