Ryan's District Boards

Computer, programming, and webmaster help , support , tips and tricks => Tutorials Zone! => Internet webmaster computer programming technology tips and tricks => HTML Tutorials => Topic started by: toast on May 22, 2006, 09:45:21 AM

Title: A quick, simple HTML lesson, rating 3 of 5
Post by: toast on May 22, 2006, 09:45:21 AM
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:

(http://www.put_your_image_url_here.com)

_________________________________________________________

If you want to create a link, type this:

Click here (http://www.putthesiteyouwanttolinktohere)

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!
Title: Re: A quick, simple HTML lesson, rating 3 of 5
Post by: counter on August 19, 2006, 07:24:56 AM
Verified ;)
Title: Re: A quick, simple HTML lesson, rating 3 of 5
Post by: ben2ong2 on October 18, 2006, 12:18:06 AM
good..keep up the good work! :D
Title: Re: A quick, simple HTML lesson, rating 3 of 5
Post by: NaDiNe on September 26, 2007, 03:40:08 AM
Str8 4arwad & clear ;)