UCI 201 Individual Practical Assignment
UCI 201 Individual Practical Assignment
Individual Assignment
PRACTICAL ASSIGNMENT
Develop a web site using HTML code for a business firm selling goods. In the site
developed, it should detailed the following;
Note: Use colors, graphics, video, text to enhance the appearance of your site.
Submision:
Print list of group members, HTML codes used, the screen shot for various
windows
Group Members:
HTML CODE:
<!DOCTYPE html>
<html lang="en">
<head>
<style>
/* Basic styling */
body {
margin: 0;
padding: 0;
color: #333;
header {
background-color: #164b60;
color: white;
text-align: center;
padding: 20px;
}
nav ul {
list-style: none;
padding: 0;
margin: 0;
background-color: #164b60;
text-align: center;
nav ul li {
display: inline;
nav ul li a {
color: white;
text-decoration: none;
font-weight: bold;
section {
padding: 20px;
}
footer {
background-color: #164b60;
color: white;
text-align: center;
padding: 10px;
position: fixed;
bottom: 0;
width: 100%;
.profile-photo,
.video-content {
display: block;
margin: 0 auto;
width: 100%;
height: 480px;
h2 {
color: #164b60;
/* Container layout */
.container {
max-width: 1000px;
margin: auto;
</style>
</head>
<body>
<header>
</header>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#services">Services</a></li>
</ul>
</nav>
<!-- Home Section -->
<p>
high-quality products to meet your needs. With a wide range of goods and
a dedicated team, we ensure that our customers receive only the best in
</p>
<img
src="company.jpg"
alt="Company Building"
class="profile-photo"
width="600"
height="300"
/>
</section>
<h2>Company Profile</h2>
<p>
Whitestar Trade & Supplies was established in 2005 with the aim of
market. Over the years, we have expanded our product range and built a
region.
</p>
<p>
which have been the pillars of our success and growth in the industry.
</p>
</section>
<h2>Our Services</h2>
<ul>
</ul>
</video>
</section>
<h2>Our Team</h2>
<p>
ensuring that Whitestar Trade & Supplies delivers top-notch service and
products.
</p>
<div>
<p>
John has over 20 years of experience in the industry and has been
</p>
<img
src="2jpg.jpg"
alt="John Doe"
class="profile-photo"
width="150"
height="150"
/>
</div>
<div>
<p>
</p>
<img
src="1.jpg"
alt="Jane Smith"
class="profile-photo"
width="150"
height="150"
/>
</div>
</section>
<h2>Contact Us</h2>
<p>
If you have any questions or would like to know more about our products
</p>
<p>Email: [email protected]</p>
<p>Phone: +254-700-123-456</p>
<button type="submit">Submit</button>
</form>
</section>
<footer>
</body>
</html>
Website Link:
SCREENSHOTS:
2. Company profiles
4. Personnel profile.