How to make a webpage through html | Html codings | ESsay 300w

How to make a webpage through HTML 

 Html codings


  •  First, open a notepad on your desktop.
  •  Then write down the code below:


<html>

<head>

               <title>My Website</title>

</head>

<body>

<h1>Evolution of Computer</h1>

<p>The computers which we see today are the modern shape of computers which have been evolved for centuries. The evolution of computers is generally divided into three eras.</p>

<h2>Mechanical Era (Dark Age) </h2>

<p>

Men have been trying to invent machines that can solve mathematical problems. In a mechanical era, humans became successful to make simple machines that can help to perform simple arithmetic operations, in other words, computing. These machines were manually operated since electricity was not invented.

<br>

<b>Some of the important machines of this era are: </b>

 </br> 

<i>Abacus, Napier's bones (1612 AD), Slide Rule (1622 A

D), etc.</i>

</p>

</body>

</html>


Then save this code on your desktop as .html at the end of the name.

" eg: mywebpage.html"


Share this article and follow us for more articles on HTML.

Post a Comment

0 Comments