HTML Program To Design a HomePage of Website Designing Company

0

HTML Program for Homepage of a Website

HTML is one of the important programming languages that you must know if you are a website designer or website developer. With HTML language you can design beautiful webpages. HTML is easy to learn and helps you to design the webpages of your website. You can different colours in the background and also in the headings and make your web page look more attractive. If you have a bonus knowledge of CSS then it is good for you as CSS helps to beautify the webpage. Today, in this article we have shared an HTML program (code) to design webpage of a Website Designing Company.

Also Check: 10 Best Android Apps That Every Mobile User Should Install

 

HTML Program to design Webpage of a Website Designing Company

 

#Program1

<html>
<head>
<title>HTML Page</title>
</head>
<body style=”background-color:yellow;”>
<h1 style=”font-size:400%;border: 2px solid Red;”><center><u>xPress Web Solutions</center></u></h1>
<center><p>We provide best in class web services like designing and development of websites</p></center>
<center><img src=”blogger.jpg” alt=”xPress Web” width=”400″ height=”300″></center>
<center><h2>SERVICES PROVIDED BY US</h2></center>
<ul>
<b><li>1.Website Designing</li></b>
<b><li>2.Ecommerce Website Development</li></b>
<b><li>3.Search Engine Optimization</li></b>
</ul>
<p>Our base packages starts from Rs.<del>10000</del>5000 only</p>
<p> Our<abbr title=”Search Engine Optimization”>SEO</abbr>Starts from 10000 per month</p>

</body>
</html>

 

Program #2

Basic Changes in Bacground Colour and Font Size

<html>
<head>
<title>HTML Page</title>
</head>
<body style=”background-color:pink;”>
<h1 style=”font-size:450%;border: 2px solid Red;”><center><u>xPress Web Solutions</center></u></h1>
<center><p>We provide best in class web services like designing and development of websites</p></center>
<center><img src=”blogger.jpg” alt=”xPress Web” width=”450″ height=”350″></center>
<center><h2>SERVICES PROVIDED BY US</h2></center>
<ul>
<b><li>1.Website Designing</li></b>
<b><li>2.Ecommerce Website Development</li></b>
<b><li>3.Search Engine Optimization</li></b>
</ul>
<p>Our base packages starts from Rs.<del>10000</del>5000 only</p>
<p> Our<abbr title=”Search Engine Optimization”>SEO</abbr>Starts from 10000 per month</p>

</body>
</html>

 

 

 

This is the code for a home page of a Web Solutions company, xPress Web Solutions. You can make the page more beautiful and informative by using the HTML tags and CSS knowledge. Stay Tuned with Techadvises for more such programming stuff and tech updates.

 

Leave A Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.