You are currently viewing our boards and having a limited access. Feel free to register so you can express your feelings with us. You need to register before you can post in forums. Registration takes only a minute. No validation via mail required in registration.

Join the forum, it's quick and easy

You are currently viewing our boards and having a limited access. Feel free to register so you can express your feelings with us. You need to register before you can post in forums. Registration takes only a minute. No validation via mail required in registration.
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Simple HTML

Go down

Simple HTML Empty Simple HTML

Post by Justin_Romile Sat May 15, 2010 11:26 am

The following are required to design web pages using HTML.

1)Editor: An editor like notepad is required to write HTML tags.
2)Browser: A browser like internet explorer is required to view the web pages.

Note: All examples in this introduction can be implemented by using Notepad and Internet Explorer. The web page is stored with “.htm” or “.html” extension.


Structure of HTML Document:

Simple HTML Struct10

In every HTML document, and tags indicate the beginning and end of the document. These tags inform the browser that the document is an HTML file. All other HTML tags must be written
within these tags. The HTML document can be divided into two sections.

1) Header Section
2) Body Section

1) Header Section:

and tags identify the heading or title of document. The tag …… can appear only in this section. The text between the title tags appears as title in the browser’s window. Its length should not be more than 60 characters.

2) Body Section:

The body of an HTML document contains the text that is displayed on a web. The body section is enclosed within and
tags. It gives a description of the document layout and structure.

Practice:

Open notepad in your computer by going to Start=>Programs=>Accessories=>Notepad. Type the following HTML code in Notepad as shown below in picture.

Simple HTML First10

Save the file with “First.html” name on your hard disk. Double click the saved file. The web page will appear in the browser as follows.

Simple HTML First210
Justin_Romile
Justin_Romile

Posts : 219
Join date : 2010-05-11
Age : 29
Location : Antipolo City, Philippines

https://viostech.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum