|
|
Simple page structure | |   |
|
Here's a sample code HTML for a web pag, including most currents elements.<HTML> <HEAD> <META NAME="DESCRIPTION\" CONTENT="HTML page structure"> <META NAME="KEYWORDS" CONTENT="html, page, site, web"> <TITLE>GeoSurf : HTML</TITLE> </HEAD>
<BODY> <H1> www.geomaticien.com </H1> <P> These page show the code to display the title "www.geomaticien.com", and the present first paragraph. </P> ... </BODY> </HTML>
|