|
|
|
|
|
|
Build your first website. |
|
Home
Next
Welcome to Global Guide Line's first website guide
of HTML and web design. This short tutorial is aimed to give way a little
experience in writing HTML code, saving their files correctly, and viewing the
completed works in a web browser. This tutorial cannot teach you the basics of
using a computer, so please be sure that you meet the following requirements.
 |
You need to know what notepad is and how to use it.
|
 |
Know how to copy and paste text from one to other place. |
 |
Are able to open up a file using Internet Explorer (or the browser of your
choice like Firefox, Netscape etc.) |
If you are lacking the ability of the abovementioned items please
lean because its necessary.
|
Home
Next
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HTML Tutorial
will develop your web programming skill. HTML stands for Hyper Text Markup Language.
HTML file contains some predefined tags called markup tags like <html> is a tag..
Markup tags contains the data called content of the web page.
Content of the web page will be visible on web page by web browser.
HTML file must be save with the extension of .html or .htm
No software is required to create HTML files just use simple Note Pad.
Learn HTML with hundreds of examples.
|
|
|
|
|
|
|
|
|
|
|
|
|
CSS stands for Cascading Style Sheets.
CSS are simply text
files (.css ), composed of lines of code that tell browsers how to put on show an
HTML page. By
learning CSS one could separate HTML content from its appearance,
distinguishing style from structure & can optimize website better.
Learn CSS from beginning to advance.
|
|
|
|
|
|
|
|
|
|
|
|
|
JavaScript Language
is a simple programming language built into Netscape 2.0 and greater.
It is integrated with and embedded in HTML. It allows greater control of web page
behavior than HTML does alone. Lets start comprehensive JavaScript Tutorial and enjoy.
JavaScript is used in web sites to improve the look of it, verification of forms, browsers
version detection, cookies and exception handling and much more, it is client side programming language.
Details are available in JavaScript Tutorial section.
Learn JavaScript with hundreds of Examples.
|
|
|
|
|
|
|
|