How to create an html document, Computer Engineering

Assignment Help:

An HTML document can be created by using any HTML editor or text editor such as notepad etc.

STEPS FOR CREATING A SIMPLE HTMLPROGRAM

506_HOW TO CREATE AN HTML DOCUMENT.png

 

1. Go to Start -> Programs->Accessories->Notepad.

2. Begin with a document type tag and an <HTML> opening tag. Enter the below line in your doc.

<HTML>

3. Indicate that you are beginning head element of a document by issuing <HEAD> opening tag. If a <HEAD> element is included, it should appear within an <HTML> element. Following line must appear next in your document:

 <HEAD>

4. <TITLE> element is used to indicate title of an HTML document. <TITLE> tags are placed within head component of a document and title is placed between opening and closing <TITLE> tags. Add the following <TITLE> element to your document.

<TITLE>MyFirst Page</TITLE>

5. To end the head area issue a <HEAD> closing tag.

</HEAD>

So the <HEAD> element is nested within <HTML> element.

6. At this point body of the document is developed. A <BODY> opening tag indicates that this point has been reached. Enter following line.

<BODY>

7. In the below illustration, body of the document contains a simple text statement which you can now enter in your file:

Hello World!

8. A </BODY> closing tag marks the end of <BODY> element. Similar to Head element, <BODY> element is also completely nested within <HTML> element. To end the <BODY> element, issue closing corresponding tag in your document.

</BODY>

9. Lastly, terminate <HTML> tag with </HTML> as shown below:

942_HOW TO CREATE AN HTML DOCUMENT1.png

10.  Save your document as mypage.html

357_HOW TO CREATE AN HTML DOCUMENT2.png

11. To view the document open the .html document in the browser.


Related Discussions:- How to create an html document

Explain the main tags of wireless markup language, Discuss the main tags of...

Discuss the main tags of WML. Tag Definition of Wireless Markup Language: This defines the starting and the ending of the page, as .   this explains

Define the difference between union and structure, Define the difference be...

Define the difference between union and structure The main difference between union and structure is the storage allocation. In Union , for each variable the compiler allocates

What is artificial intelligence language processing, Artificial intelligenc...

Artificial intelligence language processing (AILP) is a field of computer science and linguistics concerned with the interactions among computers and human (natural) languages; it

Explain remote procedure call, Explain Remote Procedure Call. RPC (Remo...

Explain Remote Procedure Call. RPC (Remote Procedure Call) : The facility which was created to help the programmers write client -server software is termed as Remote Procedu

What are the requirements of the user, This step of systems examination is ...

This step of systems examination is one of the most difficult. In this stage systems specifications are identified by asking what, who, when, where and how. A few questions address

Types of structure charts, Types of Structure Charts Transaction struc...

Types of Structure Charts Transaction structure - control module calls subordinate modules, each of which handles a certain transaction More afferent processes Le

How many ram chips are required for memory of 2048 bytes, How many 128 × 8 ...

How many 128 × 8 RAM chips are required to provide a memory capacity of 2048 bytes. Ans. Available here RAM chips = 128 x 8 Required the memory capacity    = 2048 x 8 No. of chip

Global fon, GlobalFon is an international communication company, which offe...

GlobalFon is an international communication company, which offers international prepaid calling cards. They introduced three different types of cards, (1) AsiaFon: is cheapest for

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd