| | Categories | Latest | Search | Login | |
Programming: HTML'HyperText Markup Language' is the defacto language for the world wide web. Being a markup language html can't let you do lot's of fancy dynamic things, however it can layout the page and provide 'hypertext' links which allow you to view and navigate information. You can obviously add dynamic content through the use of scripting languages such as javascript and vbscript, or through objects such as flash and vrml, all of which will require the appropiate interpreter or plugin.HTML is a good place to start if your new to programming, it's tag format is easy to understand and remember, you don't need to understand logic since your not doing anything dynamic and it's result's can be displayed instantly through the use of a web browser. Unlike most languages, html isn't compiled so all you need to get started is a web browser, easy peasy, now go and try some tutorials. |
|
COMMENTS |