The HTML Body

After the head tag set, you’ll normally find the body tag set. In the body tag set, is all of the tags and information that is displayed to the website visitor. The body tag will be using the rest of the HTML tags that are available to us. So we won’t actually see the body…

Controlling the Look of Elements Next to Floated Items

If you have ever worked with CSS you know the problem you can have when you float one element, and then have text next to it. Especially if that text is in a list, or a highlighted box (usually surrounded with a border and/or background color). Essentially the margin of the element next to the…