HTML LAB REPORT
Institution: W.D.D
Students: Feven Belay, Elias Mulugeta, Dagmawi Takes
Course: Computer Science
Instructor: Mr. Solomon
Introduction
This report presents a basic HTML coding project completed by students of W.D.D Institution. The
objective was to understand the structure of HTML documents, including tags, elements, and page
design.
Sample HTML Code
<!DOCTYPE html>
<html>
<head>
<title>My First Webpage</title>
</head>
<body>
<h1>Welcome to My Website</h1>
<p>This is a simple HTML example created by Feven, Elias, and Dagmawi.</p>
</body>
</html>
Results
Below is a sample output of the HTML page displayed in a web browser.
■ Sample HTML Screenshot (example from Google)
Conclusion
The HTML lab project helped us gain hands-on experience in building and styling web pages using
HTML. We learned about tags, attributes, and how browsers interpret HTML code. This
foundational knowledge will be useful for future web design and programming activities.
Credits
Report prepared by: Feven Belay, Elias Mulugeta, and Dagmawi Takes
Institution: W.D.D