Having CSS embedded in your HTML document is not exactly recommended any longer. With all the new features and demands of creativity on sites, having an external CSS file or [...]
If you are new to web development and just started learning how to style your HTML code, embedded CSS is the way to go. Embedded CSS out rules inline styling [...]
There is no longer a need to embed videos from an external source anymore with massive blocks of code. With HTML5, one new tag will control it all! Introducing the new [...]
In this tutorial, you will learn how to turn an image into a hyperlink. Setup This tutorial was written using Visual Studio 2010. Visual studio is available for free in [...]
In this tutorial, you will learn how to add a link to your email without posting your email on your site. Setup This tutorial was written using Visual Studio 2010. [...]
In this tutorial, you will learn how scripts are applied to HTML documents, what sorts of scripts are out there, and how to handle browsers that do not support scripts. [...]
In this tutorial, you will learn how to add and use definition lists to your site. Setup This tutorial was written using Visual Studio 2010. Visual studio is available for [...]
There are several new features that accompany the new HTML5 standards, and with those, a host of new tags that you’ll be using to add new functionality to your websites, [...]
Using the new Canvas element in HTML5 can be a lot of fun, but you need to know a little about JavaScript as well as HTML in order to add [...]
The new HTML5 “Section” element is not intended to replace the div element as most people have come to think. In fact, it has been introduced to compliment the div [...]