Tuesday, November 20, 2007

How to Include the Comment

How to Include the Comment

To Include the Comment

Step 1

  • To include the Comment, use the HTML codes as shown below.

          FIRST HTML


      This is a multiline comments.

          -->

Step 2

  • Here are the Element and Purpose.

Element Purpose

&ldots;Defines the scope.

Represents on HTML comment element.

&ldots; Defines the title.

&ldots; Defines the body.

&ldots;&ldots;&ldots;. Represents a bolded element.


How to Build a Simple HTML

How to Build a Simple HTML

To Build a Simple HTML



Step 1

*

Build a simple HTML file with display text, for example, " The lovely lady". The HTML codes are as shown below. You will need to add the heading and ending of HTML codes (as in the black-color HTML tags below) to make a complete and standard HTML file:







FIRST HTML





The lovely lady







Step 2

*

This is the result of that standard HTML codes:

How to create HTML Document with an Authoring Tool

How to create HTML Document with an Authoring Tool

To create HTML Document with an Authoring Tool

Step 1

  • You can use many HTML authoring tools to design your HTML document. However, understanding the basic knowledge and fundamental skills of HTML 3.2 programming will guarantee your success on HTML web design.

  • To get started on HTML programming is to use a text editor that you prefer. We can even use the Notepad or Wordpad program (on Windows or MacOS) to design and produce an HTML document by complete HTML coding.

Step 2

  • The basic HTML Structure of an HTML document is:

          FIRST HTML

          The lovely lady

Step 3

  • When you have finished the HTML coding in your text editor program, you can save the html file (in the file extension of 'HTML' or 'HTM') in your computer hard drive by giving an HTML name, such as 'default.htm'.

Step 4

  • You can go to Windows Explorer program and find that saved HTML file inside your computer hard drive, for example, the 'default.htm' file.

  • If you have previously installed Internet Explorer or Netscape web browser (if not, please install one of them in order to work with HTML file design), double click on the HTML file.

  • The HTML file will be loaded in your default web browser automatically. This is the web output of the HTML codes on the HTMl file: