| Product: |
HTML - scripting |
| Date: |
10/03/02 (32 review reads) |
| Rating: |
 |
Advantages: Create web pages
Disadvantages: Only static pages
HTML is the standard language to place text, images, music and many more in a web page. It is very easy (in my opinion you can learn it in 2-3 hours, then you have only to improve it, try and try...). There are some TAGs you must remember (they aren't many) but the first times you can write them in a piece of paper. Then you have to create some web pages, different web pages, so you can use alle the TAGs, inserting music, form, tables and other effects. With the HTML you can only create static web pages, it's more difficult to create dinamic web pages (you have to know languages like ASP, PHP or PERL...), in fact with HTML you can say to your browser where it has to put the text, in which color, bold, italic... you have to write it. For example if you want a bold text you have to start with "<B>", write the text and close with "</B>". Some TAGs have their properties like <A> incription </A>: with "href" you can indicate the link where the text will take the visitor, "target" in which window open the link... For example <A href="hello.htm" target="_new">Hello</A> make a web page with "Hello" and if you click on it you will go to hello.htm (that will open in a new windows).
Summary:
|
Last comment:
|
aefra - 10/03/02 Sorry about the SU. I am sure your op will be useful to those who understand the jargon. But someone like myself who spends many hours on the 'puter, but is still not into the clever stuff would be a little left behind. |
|