Std XII I.T | Lesson 1 Exercise Q.7

Exercise
Q.7

1)

<!Doctype html>
<html><head>
<title>company</title>
<style type="text/css">
h1{background-color:green;color:red;font-family:comic sans ms}
p{color:blue}
</style>
</head><body>
<h1>XYZ Company</h1>
<p>XYZ company is a leading producer of house hold appliances. We produce television sets, 
water purifiers, water heaters, refregirators, air conditioners, inverters and washing machines.
Our company is ISO 9001:2008 certified. We provide excellent customer satisfaction service and
maintainance services. Headquarter of XYZ company is in Noida, Uttar Pradesh, India 
and also has 42 branches all over India.  </p>
</body></html>

2)



<!Doctype html>
<html><head>
<title>company</title>
<style type="text/css">
h1{background-color:yellow;font-style:italic}
</style>
</head><body>
<h1>Registration Form</h1>
<form name=frm1>
Name: <input type=text name=txtname><br><br>
Age: <input type=number name=numage><br><br>
E-mail: <input type=email name=email1><br><br>
<input type=submit name=sub value=Submit><br><br>
</form>
</body>
</html>

3)

<!Doctype html>
<html>
<head>
<title>cities</title>
</head>
<body>
<div style="float:left;background-color:pink;width:470px;border:solid 1px">
<p>Tourist cities</p>
<ol>
<li>Mumbai
<li>Delhi
<li>Agra
<li>Kolkata
<li>Hyderabad
</ol></div>
<div style="float:right;background-color:yellow;width:470px;border:solid 1px">
<p>Tourist places</p>
<ul>
<li>Gateway of India
<li>India Gate
<li>Taj Mahal
<li>Howrah Bridge
<li>Charminar
</ul></div>
</body>
</html>


Comments

Post a Comment

Popular posts from this blog

Std XI I.T || Skill Set 3 – JavaScript || SOP1

Std. XI I.T || Skill Set 2 - HTML5 || SOP 4

Std XI I.T || Skill Set 3 – JavaScript || SOP3