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
* 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
text
2. Change Font Color
text
3. Create a list
- for unordered list
- for ordered list
- for each line in the list
4. Create a table to organize images or create a chart on your site or posting
starts table
starts table row
starts table cell
remember to end each cell and each row as well as5. Create a text link
text links are great6. Add an image
7. Create simple contact forms that include labels, radio buttons, and push buttons