Basic Set up
  • HOW TO START OFF BASIC HTML
  • YOU NEED TO LEARN CSS IN ORDER TO KNOW HOW TO MAKE IT SET UP.
<html> <head> <title>Trishology.net</title> </head> <body> </body> </html>
  • CSS, CSS SHORTCUT goes between the < head >
  • TITLE, or DESCRIPTION goes between the < title > YOURTITLE < / title >
  • ALL CONTENTS, MENU, TAGBOARD, PLUGBOARD, SCRIPTS goes between < body > YOUR CONTENT < / body>
  • The < html > < / html> holds all the coding and body of the site together.

I am going to give examples of a set up
EXAMPLE:
<html> <head> <title>Trishology.net</title> <link rel="stylesheet" type="text/css" href="trishology.css"> </head> <body> Hi my name is tricia. i own this site.<br> This is the set up page. This is what your site looks like when you are using the basic HTML coding.<br> <b>BOLD</b><br> <i>ITALIC</i><br> <u>UNDERLINE</u> </body> </html>
The way i have it set up you can see the view here SETUP VIEW.



  • META TAGS
  • Meta Tag goes between the < head > < / head > tags
  • Meta Tag is use for SEARCH ENGINE When you type in descriptions of your site.
EXAMPLES: <META NAME="Trishology.net" content="Trishology.net - Blog, tutorial, download, topsite, and more"> <META NAME="keywords" content=Tutorial, HTML, PHP, CSS, Downloads, PSP, PS, Animation shop, ETC">