HTML
HTML is the foundation of basic website editing. It is used in full site design. It is also used in blog posts for most platforms. You can also use a WYSIWYG HTML editor like Dreamweaver to create the HTML for you.
Some Basic Things You Can Do with HTML and the Related HTML <Tags>
* Notice that you will need to instert a start tag and end tag for each. The end tag will be the start tag with a '/' in it.
1. Change Fonts
<font=Verdana> text </font>
2. Change Font Color
<font color=#990000> text </font>
3. Create a list
<ul> for unordered list
<ol> for ordered list
<li> for each line in the list
4. Create a table to organize images or create a chart on your site or posting
<table> starts table
<tr> starts table row
<td> starts table cell
remember to end each cell and each row as well as </table>
5. Create a text link
<a href="http://www.yourlinkhere.com">text links are great </a>
6. Add an image
<img src="http://www.urlofyourimage.com">
7. Create simple contact forms that include labels, radio buttons, and push buttons
<form action="http://yoursitepageyouwantaformfor.com" method="post">
8. Quote someone
<blockquote>quoted text</blockquote>
9. Insert special characters and fractions into your text or blog post
These are just a small sampling:
- &trade ™ trademark sign
- &hearts ? heart
- @ @ at sign
- © © copyright
- ® ® registered trademark
- ¶ ¶ paragraph sign
- ¼ ¼ one-fourth
- ½ ½ one-half
- ¾ ¾ three-fourths
Related Resources
- WAHM Web Design
- Do it Yourself Web Design
- Free Blog Hosts
- Blog Additions/Plugins
- HTML
- SEO (search engine optimization)
- Site Builders
- Webpage Creators: Comparison
- Complete Website Building Package
- Advantages of Hiring a Web Designer
- Things to Look for in a Designer
- Pricing for Website Design
- Free Site Hosting
- Free Hosting Providers
- Paid Hosting
- Paid Hosting Providers
- Web 2.0
- Using Flash
- Using Video
- Using Audio

