The big question is....what does it all mean??? Here's what you have to know......
HTMLlabels different parts of you web page so the different browsers can display it over the net....
It really IS a good idea to learn the basics of HTML even if you have a fancy schmancy text editor.......
Good news - it is much simpler than any programming language and much easier to learn than Japanese say......YOU just need to learn the BASIC HTML TAGS
What are they you say??? A tag is a set of symbols in HTML that have special meaning....They start with a less than sign (<) and conclude with a (>) sign...There are 2 kinds..A START TAG used to begin an effect and an END TAG...you guessed it...to end an effect
LET ME SHOW YOU SOME OF THEM!! KAY???

This goes after the HTML tag.. .....Eventually you will put your scripts in here (but don't even think about that now...LOL..) Nested within the HEAD TAG is the TITLE TAG ...where you guessed it...the Title of your Web Page goes.......Here's what it looks like...(so exciting)...... Next is the body tag....That is where you will be putting the text - graphics....of your page....It looks like this...

Believe it or not
you have now learned enough tags
to write your first Web Page....
The graphic below is important ....stare at it until you
can't stand it anymore...
AllTogether
It would look like this.....

CHECK OUT HOW EACH TAG IS NESTED.....The Head tag within the HTML tag....The TITLE TAG within the HEAD tag....

Here are some other basic HTML tags that affect how text appears in the document....THE FONT tag will be discussed in greater detail in the next section...


So always keep in mind each element or tag usually has an opening tag and an ending tag and everything in between is affected by that tag or defined by that tag......

SAVING YOUR FILES
Before we review the codes in my fun codetime review let's have a quick discussion on saving your files...or file extensions...
This is a very easy section...Just something you have to know...When you design web pages..your HTML files will be saved with an extension of
"---".htm
or
"---".html

Also to note when you name your files
no spaces - no special characters such as !...keep them all lower case ...make them easy to remember the names in order to keep yourself organized....
Nit ow you can review the codes for HTML in my funtime review...There are a couple in there you haven't seen but have a look anyway!....
FUNTIME CODE REVIEW!!!
ONWARDS TO CODE REVIEW