How is CSS Different From HTML?

The first thing to understand when approaching the topic of CSS is when to use a styling language like CSS and when to use a markup language…

What is CSS?

CSS stands for Cascading Style Sheets and it is the language used to style the visual presentation of web pages. CSS is the language that tells web…

How To Close an HTML Document

You’ve reached the end of our absolute beginners HTML tutorial. The final step we need to complete is to close the <body> and <html> tags at the end…

How To Add Tables In HTML

Another way to keep your website looking neat and orderly is through the use of a table. Do not use a table to layout your website. Search engines hate…

How To Make an HTML List

In web design, there are 3 different types of lists which you may wish to add to your site. Ordered List The first is an <ol>: This is an ordered…

How To Add Images In HTML To Your Website

In today’s modern digital world, images are everything. The <img> tag has everything you need to display images on your site. Much like the <a> anchor element, <img> also contains an…

How To Add Links In HTML

As you may have noticed, the internet is made up of lots of links. Almost everything you click on while surfing the web is a link takes you to…

Creating Your First HTML Webpage

First off, you need to open your HTML editor, where you will find a clean white page on which to write your code. From there you need to layout…

HTML Editors

Now that we’ve gotten the basic theory out of the way. It’s time to learn how to build our first website. First off, we must ensure that we…

HTML for Beginners

What is HTML? Okay, so this is the only bit of mandatory theory. In order to begin to write HTML, it helps if you know what you…