HTML PSP.gif

 

The Basics of HTML

(These are just some basics of HTML, they are just some facts and notes in the beginning of my HTML studying that I wrote myself…ENJOY

I hope that they can inform you a little if you are just starting out with HTML or need a better understanding about it.)

What is a SERVER

One of the most important things about HTML4 is that I can create documents that I can publish on a web server, and everyone that has access to that server or access to the internet can view my documents.

 

HTML (Hyper text markup language)

Details:

· In HMTL text refers to any element that I can place on the page

· I can include graphics, art and also lines in my document

· Examples of items that could be in an HTML4 document include:

· Words

· Line drawings; include sketches and also diagrams

· Artwork; photos cartoons and patterns and also pictures

 

Understanding 'HYPER'

· Jumping from one place to another without ever hitting any ground in the middle

· By using hypertext I can read a document by jumping from one place to another place in the same document without ever having to read line by line

· I can also jump from one document to a totally different document depending on what I want to view

· I can make TEXT, GRAPHICS and ART ALL HYPER

· All I am doing is adding one link to another link in my documents

· These links are characterized by text usually being in black color or other dark color and the link will be in a bright blue or purple or some other distinctive color, also after the link has been clicked on it changes color to help me see where I have been and where I need to go.

· Graphical links have a border around them and that is the one characteristic to let me know that they are hyper.

The MARKUP LANGUAGE part of HTML

HOME