Loading...

More materials by author - Page 1

in HTML Tutorials
Aligning Text

Alignment attributes can be added to the <p> tag to align the text in a paragraph to the left, right or center (though large chunks of text are rarely aligned right or center).

read more
in HTML Tutorials
Wrapping text around an image

It's been said that a picture's worth a thousand words, but you shouldn't believe everything you hear. Pictures are nice and all, but chances are you'll want to have some words with them. Here's how to put them together.

read more
in HTML Tutorials
Preformatted Text

Yes, <pre> stands for "preformatted" (not "pretentious," though that was a good guess). Preformatted text differs from regular text in two important ways: (1) It will appear in a monospaced, or fixed-width font (making it look typewritten)...

read more
in HTML Tutorials
Background Images

The <body background> tag allows you to use an image file for the background of your Web page. A large image may only appear once (depending on the size of the browser window), but smaller images will be redrawn as many times as necessary to fill a page - a process known as tiling.

read more
in HTML Tutorials
Using Teletype

Teletype is much like preformatted text, but with less hassle. You'll still want to use preformatted text when you honestly need to format the text. But if you're just looking for that retro-typewriter look, teletype is the way to go.

read more
in HTML Tutorials
Font Size

Before the release of Netscape Navigator 1.1, typographic options on the Web were limited to the one font and size that any given browser allowed. But the <font size> tag - allowing publishers to vary font sizes, not just from page to page, but word to word - gave us one more tool to improve.....

read more
in HTML Tutorials
Font Colour

There are two ways to color text on the Web. One approach is to set the colors for the entire document - specified in the body tag - and the other is to set and change colors as you move through the document, using the font tag.

read more

Copyright © All Rights Reserved