JavaScript DHTML/HTML/HTML Basic

Материал из Web эксперт
Перейти к: навигация, поиск

A Basic HTML Page

   <source lang="html4strict">

<html>

 <head>
   <title>Basic HTML document</title>
   <script type="text/javascript"></script>
 </head>

<body>

Heading of Basic Document

 <form>
   <input name="submit button" type="SUBMIT">
 </form>
  1. One
  2. Two
  3. Three
  4. Four
Table
cell1 cell2 cell3
cell4 cell5 cell6

This is a Basic HTML document structure.

</body> </html>


      </source>