Tutorialss.com

Free Programs tutorials and resources..

Special Characters

How to use special characters in HTML

So, have you been wondering how to add an extra space on your page, or how to get a copyright symbol to show up? Then let’s see how right now! Special characters are placed on your page by using a special reference to the character you want to use. Read the rest of this entry »

Manipulating Font Size and Color

How to change font sizes and colors

Okay, now we want to see how to change the font size. This is done with the following tag: Read the rest of this entry »

Headings and Paragraphs

Using Headings, Paragraphs, and Line Breaks

Let’s start out with heading tags. These tags are good for creating titles or section headings. Here are some examples: Read the rest of this entry »

The Wonderful Text Tags

How to use HTML tags to manipulate your text

Okay, it’s time to start making our text appear in different ways. Let’s start by giving you some tags to work with: Read the rest of this entry »

About HTML tags and the basic page format

Now we are able to start learning about HTML tags. An HTML tag will always begin with a “less than” sign, like this: <. The tags will end with a “greater than” sign, like this: >. An example would be the tag used to underline text, <u>. You would place this before the text you want to underline. This is called an opening tag, which begins the operation you wish to perform. In order to end the underlining, you must use a closing tag. A closing tag will be the same as the opening tag, but will have a forward slash before the command, like this: </u>. So, if you would like to underline the phrase “HTML Rules!”, you would write the following in your text editor: Read the rest of this entry »

Okay, to begin using HTML you will want to familiarize yourself with the software you will be using. So, to get started, open Notepad (or your text editor). You should see a completely blank page. Now, type in the text below. We will make use of it later with the Web browser. Read the rest of this entry »

What you need to get started with HTML

To begin using HTML, you will need to have a few things. Here is the big list of items you need to have to get started: Read the rest of this entry »

Next Entries »