Bikaner Technical University, Bikaner: Web Development
Bikaner Technical University, Bikaner: Web Development
Web DEVELOPMENT
A
Industrial Training and Project Presentation
Submitted To Submitted By
Mr. Rishi Raj Vyas Mukesh kir
Assistant Professor B.Tech CSE-A3
Dept. Of CSE 20EEBCS064
Training Details:
. Duration : 12 Weeks
. Number of hours : 55
What is Web Development :
. Each website is provided with a unique uniform resource locator (URL) and
accessed through the Hypertext transfer protocol (HTTP) responsible for making
communication possible between client machine and the server by the application
of different browsers.
. The URL,s of the Web pages are responsible for organizing website into a hierarchy
and the hyperlinks between them controls how the reader perceives the overall
structure and flow of traffic between parts of website.
WEB PAGE
. A web page may contain text , graphics , and hyperlinks to other web pages and
files.
. Static Web Page : Static Web pages contain the same prebuilt content each time
the page is loaded. Standard HTML pages are static Web pages . They contain
HTML , code , which defines the structure and content of the Web page. Each
time an HTML , page is loaded , it looks the same.
. Dyanamic Web Page : Other types of Web pages, such as PHP , ASP , and JSP pages
are dynamic web pages . These pages contain “server-side” , code , which allows
the server to generate unique content each time the page loaded .
Web Development can be typically divided into two classes/Parts:
. HTML/HTML5
. CSS/CSS3
. JAVA-SCRIPT
. BOOTSTRAP5
CLIENT
SIDE
HTML
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
</html>
CSS
. CSS is used to define styles for our web pages , including the design , layout
and variations in display for different devices and screen sizes.
. The word cascading means that a style applied to a parent element will also
apply to all children elements within the parent . So , if we set the color of
the body text to “blue” , all headings , paragraphs , and text elements within
the body will also get the same color (unless we specify something else) .
. Here we'll actually start looking at some code, and while doing so, explore
what actually happens when you run some JavaScript in your page.
. Let's briefly recap the story of what happens when you load a web page in
a browser (first talked about in our How CSS works article). When you
load a web page in your browser, you are running your code (the HTML,
CSS, and JavaScript) inside an execution environment (the browser tab).
This is like a factory that takes in raw materials (the code) and outputs a
product (the web page).
BOOTSTRAP
. Bootstrap is a free front – end framework for faster and easier web development.
. Bootstrap includes HTML , and CSS based design templates for typography, forms,
tables , navigation, modals , image carousels and many other , as well as optional
JavaScript plugins.
. Responsive web design is about creating web sites which automatically adjust
themselves to look good on all devices, from small phones to large desktops.
. Advantages of Bootstrap :
. Easy to use
. Responsive features
. Browser - compatibility
Project Details :
. The HTML , CSS and Bootstrap part of the code decides how the website
looks.
. The main pages that I have designed for the website are :
. Index.html
. Style.css
Link : https://mukesh567.github.io/TinDog-Completed-Website/
Project front page looks like :