Skip to Content

Category Archives: HTML and CSS

Understanding Hyperlinks: An HTML Tutorial for Beginners

Written on November 29, 2009

This tutorial is mostly about hyperlinks. They are the clickable links that take you from one web page to another, to a different section of the same web page, or allow you to download a document like a PDF. They are an integral part of the World Wide Web.

Beginning HTML, CSS, and XHTML Should be Fun

Written on March 19, 2009

What is HTML? To begin with, a web page is created using a language called HTML (Hypertext Markup Language). It’s the simple code that’s used to create the structure of web pages. When writing HTML, you add tags to the text in order to create the structure. These tags tell the web browser how to display your web page to visitors.