HTML Resource Guide: Computer Language For Beginners

Unlike the mid-90s when HTML was largely practiced by tech-savvy webmasters, it is common now for just about everyone to be required to have a working knowledge of this web markup language. From the small business owner to the student creating a class project, or even casual individuals working on a blog or personal project online, HTML knowledge is incredibly useful. Although the prospect of having to learn a programming language certainly does seem daunting, the good news is that HTML uses common words so that it is fairly simple to pick up.

 

The basis of HTML lies in its tags. A tag is an element that specifies an action, formatting, or command for a piece of content. For example, suppose we have a paragraph of text and need to highlight the first line. In a word processor, we would simply select the line and click on the Bold button. It works a little differently with HTML. To start, we would add and tags around the line in question to apply this type of formatting. When finished, it would look like this:

 

This is a sample sentence in bold!

 

Hand coding HTML refers to typing out the entire HTML code manually. It is typically done in a plain text editor such as Notepad, TextEdit, or Wordpad. An alternative is to use an HTML editor, though using an HTML editor to create an HTML page is not considered hand coding. Premium and free programs such as Dreamweaver, iWeb, Aloha, and Trellian WebPage are also known as What You See Is What You Get (WYSIWYG) editors. It refers to the fact that these HTML editors allow the user to edit the content and immediately preview the end result. Some offer a split screen option, so that the user can see and edit the source code as well as the final content.

Before posting an HTML page online, there are other issues to address including setting up an account with a web hosting company. An easy alternative is to try online platforms such as Blogger or WordPress. These sites allow common users to quickly create content through WYSIWYG editors as well as hand coding options, and publish it immediately online.

To get started with HTML, have a look through the HTML guides below.

 

An Introduction to Tags

Preparing the HTML Document

Modifying the Page Title and Meta Tags

Basic Formatting

Adding Links and Anchors

How to Insert Images

Creating Forms

A Quick Look at Tables

Further Resources

 

 

« Back to the Security Center