Website HTML C Template
Website HTML C Template
NAME:ASHWANI KUMAR
** SHOPPING WEBSITE **
INTRODUCTION
Shopping is a service that allows individuals to temporarily use a vehicle for
a specified period, typically ranging from a few hours to several days. This
service is provided by rental agencies, which offer a variety of vehicles to
meet the diverse needs of customers. Car rental is a popular choice for
travelers, business professionals, and individuals who require temporary
transportation without the long-term commitment of vehicle ownership.
BACKGROUND OF THE PROJECT
The Car Rental and Registration System project aims to streamline and
enhance the efficiency of the car rental process while ensuring
compliance with vehicle registration requirements. The project is initiated
to address the growing demand for convenient and transparent car rental
services while also simplifying the vehicle registration process for users.
CONCEPTS USED:
In the making of this project, we have used the concepts that have been taught
to us in class and we have used those conceptual learnings to improvise it.
The concepts used are:
1) HTML 5
2) CSS
3) External CSS
4) Internal CSS
5) Javascript
1) HTML:
HTML is a markup language used for structuring and presenting content on the
World Wide Web. It is the fifth and final major HTML version that is a World
Wide Web Consortium (W3C) recommendation. The current specification is
known as the HTML Living Standard. It is maintained by the Web Hypertext
Application Technology Working Group (WHATWG), a consortium of the major
browser vendors (Apple, Google, Mozilla, and Microsoft).
3) External CSS:
An external stylesheet is a standalone .css file linked from a web page. Using
external stylesheets, you can apply rules to multiple web pages. If you ever
need to make widespread changes to your website design, a single change in
the stylesheet can be applied to all linked pages, saving lots of time and effort.
4) Internal CSS:
An internal stylesheet holds CSS rules for the page in the head section of the
HTML file. The rules only apply to that page, but you can configure CSS classes
and IDs to style multiple elements in the page code. Again, a single change to
the CSS rule will apply to all tagged page elements.
5) Javascript:
Javascript is a versatile programming language used for web development. It
allows for dynamic, interactive websites by enabling client -side scripting.
Course detail
In this project we have used variety of tags, attributes, conditions and loops.
Some major tags are:
1) <script>
2) <link>
3) <style>
4) <div>
5) <ul>
6) <header>
7) <a>
8) <img>
9) <center>
10) <button>, etc
In CSS we have used selectors such as:
1) Id (#)
2) Class(.)
3) Element (with element name)
4) Universal (*)