Mini Personal Portfolio Website
This website is designed and developed as part of
Web Technology Lab #2.
The main objective of this project is to demonstrate
the practical
use of HTML elements
including text formatting, lists, tables, embedded media,
iframes, and basic HTML events.
The entire website is created using HTML only, without using CSS or JavaScript, as per the lab requirements.
Introduction
Hello! My name is Bishesh Shrestha.
I am a student of BSc CSIT under
Tribhuvan University.
I am interested in web development and software
engineering.
Objectives of This Website
- To create a multi-page personal portfolio
- To understand semantic HTML structure
- To embed external media and resources
- To practice navigation between pages
Technologies Used
| Technology | Description |
|---|---|
| HTML | Structure and content of the website |
| CSS | Not used (as per lab requirement) |
| JavaScript | Not used (as per lab requirement) |
Website Navigation
This portfolio website consists of the following pages:
- Home – Introduction and overview
- About Me – Personal and academic information
- Academic Projects – List of academic projects
HTML Event Demonstration
Click the button below to see an example of an HTML onclick event.