HTML Assignment
Type this code in text editor and save file with .html extension
-----------------------------------------------------
<!doctype html>
<html>
<head><title></title></head>
<body leftmargin="300px" topmargin="30px">
<hr size="3" color="red"/>
<h1>HTML Assignment 1</h1>
<hr size="3" color="red"/>
<p>It is my <b> First HTML </b> Assignment. I am very excited to learn HTML, and I want to make career in <b>web designing and development. Yeah!!!</b>
</p>
<h2>Introduction to HTML</h2>
<p>HTML (Hypertext Markup Language) is used to create document on the <U>World Wide Web.</u>It is simply a collection of certain keywords called "Tags" that are helpful in writing the document to be displayed using a browser on Internet.HTML was developed by <b>Tim Berners-Lee</b> in 1992.
</p>
</body>
</html>
-----------------------------------------------------
Output-
0 Comments