News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

A quick, simple HTML lesson, rating 3 of 5

Started by toast, May 22, 2006, 09:45:21 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

toast

to do a paragraph in your text, you type

<p>
__________________________________________________

To do a line break, type in this:



___________________________________________________

If you want to change your font color, type in this:

<font color=red>

You can change the part that says 'red' to any basic color, or you can enter a hex code there. (for example,
#FFFFFF for white, or #000000 for black.

____________________________________________________

If you want to make part of your text in italics, then before the word you would type:



and after the word you type



Say you wanted the word 'ate' in this sentence to be italicized. You would type this:

So then the dog went home and ate his food.

________________________________________________________

If you want to bold a word, you type



before the word, and



after the word. Just like the italics tag.
_______________________________________________________

If you want an image to appear, you type this:



_________________________________________________________

If you want to create a link, type this:

You are not allowed to view links. Register or Login

The part that says 'Click Here' can be changed to say anything you want. It is the text that appears as the link.

___________________________________________________________

That's about all for now. If you have any more questions, then search around. There are plenty of great sites to show
you more about HTML! It really isn't that complicated once you get the hang of it!

counter


ben2ong2

You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login

NaDiNe