Tutorialss.com

Free Programs tutorials and resources..

Changing the Default Text Color

How to change the default font color on your page

Okay, to change your default text color in your HTML page, you will need to find your body tag. Now, look for the phrase text=”" somewhere after the word body. You may have something like this: Read the rest of this entry »

How to add an HTML list to your page

Have you been wanting to add lists to your page? Well, here is the way to add those HTML lists to your Web pages. Read the rest of this entry »

Using comments in your HTML code

Comments can be a nice way to help yourself when you are coding your Web page. Comments are invisible to a Web browser when it displays your Web page. The only way to view comments is to look at the source (HTML) code of the Web page. In this way, you can leave yourself notes so that you don’t forget something when you come back later to redesign the page. Read the rest of this entry »

Some Extra Text Tags

A few other tags to try out

There are a few more tags you might like to try while you are creating your pages. The tags I will be talking about in this section are <sub>, <sup>, <pre>, <nobr>, <wbr />, and the Netscape only <blink> tag. Read the rest of this entry »

Adding Images to Your Page

How to place images on your page

So, have you been wondering how to add an image to your page? Well, let’s take a look at the image tag: Read the rest of this entry »

« Previous Entries Next Entries »