Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Experiment 1

Achint Goel
2K18/CO/027
Aim- Create a webpage with HTML describing your department. Use
paragraph and list tags.

Title- Computer Engineering

Tag Description
<!DOCTYPE> Defines the document type
<html> Defines an HTML document
<head> Contains metadata/information for the
document
<title> Defines a title for the document
<body> Defines the document's body
<h1> to <h6> Defines HTML headings
<ul> Defines an unordered list
<ol> Defines an ordered list
<li> Defines a list item
Code

Web Page-

You might also like