Noida Institute of Engineering and Technology,
Greater Noida Session 2025-26
Department of CSE(IOT)
School of Computer Science & Engineering in Emerging Semester 5th
Technology
Program -1
Aim: Write an HTML Program to demonstrate the use of all HTML heading
Tags(<h1> to <H6>).
Program:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML Headings Demo (h1–h6)</title>
</head>
<body>
<p>Vinay Pratap Singh 2201331550129</p>
<h1>Heading Level 1</h1>
<h2>Heading Level 2</h2>
<h3>Heading Level 3</h3>
<h4>Heading Level 4</h4>
<h5>Heading Level 5</h5>
<h6>Heading Level 6</h6>
</body>
</html>
Output:
<STUDENT NAME> <ROLL NUMBER> WEB TECHNOLOGY ACSE-0555
Noida Institute of Engineering and Technology,
Greater Noida Session 2025-26
Department of CSE(IOT)
School of Computer Science & Engineering in Emerging Semester 5th
Technology
1. Aim: To develop a static website using HTML, CSS, and Bootstrap and host it on
GitHub Pages so that it can be accessed publicly over the internet.
2. Aim: Write an HTML program to demonstrate the base structure of an HTML5
document using <! DOCTYPE html>, <html>, <head>, <title>, and <body>.
3. Aim: Write an HTML program to demonstrate the use of all HTML Heading Tags (<h1>
to <h6>).
4. Aim: Write an HTML program to demonstrate the use of Paragraph and line break Tag
(<p>, <br>).
5. Aim: Write an HTML program to demonstrate the use of List Tags (<ol>, <ul> and
<dl>).
6. Aim: Write an HTML program to demonstrate the use of Image Tag (<img>) by displaying
both a local image and a remote image (from URL) using attributes src, alt, height, and
width.
7. Aim: Write an HTML program to demonstrate the use of Hyperlink Tag (<a>).
8. Aim: Write an HTML program for Creating a College Information Page using HTML
Lists (Ordered, Unordered, and Definition Lists).
9. Aim: Write an HTML program to create a table to show your class timetable.
10. Aim: Write an HTML program to use tables for providing layout to your page
describing your college infrastructure.
11. Aim: Write an HTML program to implement and display a simple CV.
<STUDENT NAME> <ROLL NUMBER> WEB TECHNOLOGY ACSE-0555
Noida Institute of Engineering and Technology,
Greater Noida Session 2025-26
Department of CSE(IOT)
School of Computer Science & Engineering in Emerging Semester 5th
Technology
<STUDENT NAME> <ROLL NUMBER> WEB TECHNOLOGY ACSE-0555