[go: up one dir, main page]

0% found this document useful (0 votes)
15 views10 pages

Mini Project

ppt
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)
15 views10 pages

Mini Project

ppt
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
You are on page 1/ 10

“SARVOTTAM HOSPITAL”

Presented By :
AVANTIKA SHARMA (2300680110030)

Under The Guidance of :

Ms. Sapna

Department of Computer Science And Engineering


Meerut Institute of Engineering and Technology , Meerut
TABLE OF CONTENT
2

 INTRODUCTION

 DATA FLOW DIAGRAM

 OUTPUT SCREEN

 TECHNOLOGY BUCKET

 HARDWARE AND SOFTWARE USED


 REFRENCES
Introduction
3

 Our project is based on the Hospital and its management system. The main objective of this management
system is to manage the details of Hospital, Doctor, Employee, Test, Medicine. It manages all the information
about Hospital and Patients. The projects is totally built at administrative end and thus only the administrator
is guaranteed the access. The purpose of the project is to built an application program to reduce the manual
work for managing the Hospital, Doctors, Patients and Employee. It also helps in integration of all the records
of Medicine. Here Clients can book their appointment, contact the hospital and can have a brief description
of hospital
DFD/Flow chart of the study
4

 DATA FLOW DIAGRAM


OUTPUT SCREEN
5
TECHNOLOGY BUCKET
6

 Description of HTML

 The <!DOCTYPE html> declaration define this document to be HTML.


 The <html> tag encloses the complete HTML file and contain the header i.e.
<head>…</head> tag and the body tag i.e. <body>…</body>.
 The <head> tag contains the header of the file and also contains the <title>…</title> tag
and the <style>…</style> tag of CSS.
 The <title> tag contains the title of the HTML file which shows in the header of
the browser.
 The <body> tag contains all the contents of an HTML document such as
headings, paragraphs, images, hyperlinks, tables, lists etc.
 The <h1> tag in HTML indicates a heading on a website. Html has six different heading
tags- h1, h2, h3, h4, h5 and h6.
 The <div> tag in HTML defines a division or a section in an HTML document
TECHNOLOGY BUCKET
7

 Description of CSS

 The CSS is used for describing the presentation of a document written in a markup
language like HTML.
 The background-image property is used for set the image in the background. Syntax: body
{background-image: url (“file name”);}.
 In the CSS, a class selector is a name preceded by a full stop (“.”) and an ID selector is a
name preceded by a hash character.
 It is used to identify one element and class is used to identify more than one element.
 Margin and Padding are two most commonly used properties for spacing out elements.
Margin is the space outside something and padding is the space inside something.
 The hover selector is used to change the style of a button when you move the mouse over
them.
 The border radius property defines the radius of the element’s corners. This property
allows you to add rounded corners to element
TECHNOLOGY BUCKET
8

 Description of Javascript

 Alongside HTML and CSS JAVASCRIPT is one of the core technologies


of the World Wide Web.
 JavaScript enables interactive web pages and is an essential part of
web applications.
 Validating input values of a web form to make sure that they are
acceptable before being submitted to the server.
 Animation of page elements such as fading them in and out resizing
and moving them.
 Interactive content, such as games and videos.
 Loading new page content without reloading the page
Hardware/Software to be used
9

 Hardware: Processor- 11th Gen Intel(R) Core(TM) i7-


1195G7 @2.90GHz Memory- 512Gb, 16Gb RAM

 Software: VS Code, Notepad


References
10

 https://www.w3schools.com/

 https://en.wikidepia.org/

You might also like