|
Learning html quickly and easily for free. Using Text. |
Topics on this page.
Learn how to use fonts, changing the size, colors, and type of font. What are Heading Tags? Learning how to make text bold, italic, and underlining text. You'll learn how to create a horizontal line, how to create a line break, and how to position text exactly where you want it. |
|
Main Index
Getting started The basics Using text Hyperlinks Lists Images Tables Frames Forms Uploading your pages All tags Meta tags search engines Better your rankings color chart Recommended reading If this site has helped you at all... Please Add a link to us. from your web site. |
Let's start off by saying that you can use any type of font that you want to, any colors you want and any sizes you want, but there are defaults for all of these as well. We'll get to all of the rest of that stuff later. For now we'll just concentrate on the basics. We left off with the body tag. The body is where most of your page will be displayed. The first tag we'll start off using that affects text is the Other attributes that go along with the font tag are:
Then we have the <br> (this is a line break...use it for stopping one line and starting another.) Now...some commonly used tags...
Open up your new html document that you created. Take all these tags and copy and paste them into your html document. Then replace the Italicized writing with your own info. (All tags will be bold.) You should already have the red tags in your html document. If not copy those as well. <html> <head><meta tags and such should go here(If you don't know about meta tags...skip this.)> <title>the title of your page</title> </head> <body> <center><font size=6><u>Your page title</font><br> <i>something short and descriptive of your page(2 to 7 words)</i></u></center><hr> Ok...let's anylize this html...
ex... <font face="Bookman Old Style" size="4" color="red">text</font> Always remember to close out tags</b>in the exact opposite order that you open them...<b> </body> Only use these closing tags </html> when you're ready to end your page. If you like to move faster...go to the html quick reference page and try out some new stuff. Alot of learning html is trial and error. Note: If you want to change the color of your text...use this tag... <font color="red">TEXT</font> or <font color="006040"> TEXT</font> You can replace the name "red" with the Hexidecimal Color Chart number "006040" This color chart allows you to really pinpoint the exact color that you want to use. Note: Alternatively, you may use the Heading Tags... ex... <h4>this creates a h4 size heading and includes a break</h4> These Tags range from.... <h6>smallest</h6> to <h1>largest</h1> I know it's backwards. That's the way it works though. For more on text tags check the all tags link. |
| Now you can make your HTML learning experience much quicker and easier by joining our HTML Tutorial Club. For only $20.00 a week, you can ask as many questions as you like and converse with Web Design Experts. Try it out and get 1 Day FREE. All Web Design questions answered within 24 hrs. |