Search

Home > How to Program with Java Podcast > EP 63: HTML Styles 101
Podcast: How to Program with Java Podcast
Episode:

EP 63: HTML Styles 101

Category: Technology
Duration: 00:48:48
Publish Date: 2014-11-04 11:46:11
Description:

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

Total Play: 0