Company Profile using external CSS...
HTML Code:
10)
company.html:
<html>
<head>
<title>company profile </title>
</head>
<link rel=Stylesheet href="company.css">
<center><h1><i><u>INFOTECH</u></i></h1></center>
<body background="m.jpg">
<pre><p class="a">Company Name:Infotech
<h2>
Address:12,AB street,Banglore
Phone no.:9663325255
Reg.no.:130
Fax.no.:56323
E-Mail:infotech@mail.in
Website:infotech.com
</h2>
<p class="aa">
Product App Development
CEO:Santhoshi
</body>
</html>
<head>
<title>company profile </title>
</head>
<link rel=Stylesheet href="company.css">
<center><h1><i><u>INFOTECH</u></i></h1></center>
<body background="m.jpg">
<pre><p class="a">Company Name:Infotech
<h2>
Address:12,AB street,Banglore
Phone no.:9663325255
Reg.no.:130
Fax.no.:56323
E-Mail:infotech@mail.in
Website:infotech.com
</h2>
<p class="aa">
Product App Development
CEO:Santhoshi
</body>
</html>
company.css:
h2{
color:blue;
font style:italic;
}
.aa{
color:red;
text-transform:uppercase;
}
.a{
color:green;
font-size:22px;
font-family:roboto;
}
color:blue;
font style:italic;
}
.aa{
color:red;
text-transform:uppercase;
}
.a{
color:green;
font-size:22px;
font-family:roboto;
}
Comments
Post a Comment