Kirti PPT Web
Kirti PPT Web
Kirti PPT Web
ONWEB DEVELOPMENT
PRESENTED BY - KIRTI MISHRA (1901200100065)
Under the guidance of
Dr Shachi Mall (HOD Dept of Computer Science And Engineering)
Mrs. Aaisha Khatun (Assistant Professor)
Institute of Technology and Management, Gida, Gorakhpur
Date-20-10-2021
</head>
<body>
<P> THIS IS MY FIRST PAGE </P>
</body>
</html>
C .s . s
1)CSS Stand for Cascading Style Sheet
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet"
href="newcss.css">
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
CSS CODE
body {
background-color: powderblue;
}
h1 {
color: blue;
}
p{
color: red;
}
bOOTsTRap
Bootstrap is a free and open source front end
development framework for the creation of websites
and web apps.
Source Code
FORM UsiNg bOOTsTRap
pROJEC
T pagE UsiNg HTML & Css
HOspiTaL WEb
PROCEDURE
1)Make a folder in SUBLIME
2) Make a file index.html
3) Save the file with extension .html
4) Write the HTML code of Project
5) Make a other file in same folder name stylse.css
6) Link the HTML To CSS
7) Write the CSS code of Project
pROJECT OF HOspiTaL WEb pagE
CONCLUsiO
N
HTML is easy to use and understand
HTML is Free
refrence
https://trainings.internshala.com/
Some Contents from Google