
You do not need any special software to create a web page . You can use any text editor or word processor to create the HTML document. I used Notepad to create these articles.
In between the html brackets the document has two other sections, the header and the body.
The header tag contains info about the page that will not appear in the document when viewed with a browser.
< header>page info</header> The other element of a web page is the "body".
This is the main section of the page where your info,images,etc; will be found.
<body>text,grahics,etc</body>