Summary  Summary

Add to your favorites

Maps  Maps
Portal  Portal
Geomatic  Geomatic
Computers  Computers
Download  Download
Jobs  Jobs

Customize  Customize
Games  Games
Forums  Forums
GuestBook  GuestBook

CW GIS  CW GIS
GeoRezo  GeoRezo
Georama  Georama




18.232.187.47
Web design
Daniel FAIVRE©
|

HTML

  Français Français 
First steps
 First steps Previous page   Next page   Back to top
    You want to try ? Do not hesitate ! It's easier than it seem firstly. Open a text editor, notepad for example, and type the following text:
<H1> Titre </H1>
<P> This first page show the HTML code for displaying a title and a first sentence. </P>

... and save this file with the name "mypage.htm". Open it. It opens automatically with your favorite Internet browser: you just wrote your first HTML page.
    It contain two HTML tags: <H1> to define a level 1 title and <P> to delimit a sentence. An HTML tag begin by "<" and end by ">". Most of HTML tags come by 2: a starting tag and an ending tag, began by "</". Less than 100 standard HTML tags exists, and about twenty are enough to do the most important.

  Previous page   Next page   Back to top