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

What is synchronous message passing, Q. What is Synchronous message passing...

Q. What is Synchronous message passing? In Synchronous message passing is executed on synchronous communication network.  In that case sender and receiver processes should be

Describe message passing model, Q. Describe Message Passing Model? In ...

Q. Describe Message Passing Model? In message-passing model there be a set of tasks which employ their own local memories at the time of computation. Many tasks may inhabit on

Explain the working of dynamic ram - computer memory, Explain the working o...

Explain the working of Dynamic RAM? A plain piece of hardware called a DRAM controller can be used to make DRAM behave more like SRAM and the job of the DRAM controller is to p

Shm, composition of two shm in right angles to each other to havingg time p...

composition of two shm in right angles to each other to havingg time period in the ratio 1:2

Two ways of converting a two input nand gate to an inverter, 1)      Short ...

1)      Short both I/Ps of NAND gate & use the gate as an inverter. 2)      Connect any one of the two I/Ps to VCC & use the remaining I/P & use the gate as an inverter.

Identify free memory areas in allocation and de-allocations, Name and expla...

Name and explain the popular techniques to identify free memory areas as a result of allocation and de-allocations in a heap. Two well-liked techniques to identify free memory

Associative array processing, Consider that a list of record or a table is ...

Consider that a list of record or a table is stored in the memory and you wish to find some information in that particular list. E.g. the list comprises three fields as displayed b

How music is produced and generated - cad, How music is produced and genera...

How music is produced and generated - CAD Computer software and hardware advances have changed how music is produced and generated. Some of the primary reasons for this have

Equivalence between vhdl and c, Equivalence between VHDL and C? There i...

Equivalence between VHDL and C? There is concept of understanding in C there is structure.Based upon requirement structure provide facility to store collection of various data

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