0% found this document useful (0 votes)
2 views6 pages

HTML Lab Report

This HTML lab report documents a project completed by students at W.D.D Institution to understand HTML structure and design. It includes a sample HTML code and highlights the learning outcomes related to tags, attributes, and browser interpretation. The experience gained will aid in future web design and programming endeavors.

Uploaded by

fevenbelay42
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views6 pages

HTML Lab Report

This HTML lab report documents a project completed by students at W.D.D Institution to understand HTML structure and design. It includes a sample HTML code and highlights the learning outcomes related to tags, attributes, and browser interpretation. The experience gained will aid in future web design and programming endeavors.

Uploaded by

fevenbelay42
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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

You might also like