Skip to main content

Posts

Showing posts with the label HTML website free

How To Create a Web Page In HTML

If you want to create a web page using HTML - Hyper Text Markup Language, you will need the following two software: Text Editor : It is used to write HTML tags according to the requirements of the web page. Windows Notepad is a suitable candidate for this purpose. You have to save the HTML document with html or htm extension. For example, type the name of your web page document as "first.html". Web Browser : Web Browser is a software used to view web pages. Examples of a web browser are Internet Explorer, Mozilla Firefox and Google Chrome. Microsoft Windows users can view and test their web pages, in Internet Explorer.  I will discuss the Basic Structure of an HTML Document, in my next post.