4
4
• Design forms for conducting transactions with remote services, for use in
searching for information, making reservations, ordering products, etc.
In our project we have used HTML to create web pages like home page, to provide
customer with different foods that are available in our cafeteria.
2.1.2 CSS
CSS is the language for describing the presentation of Web pages, including color,
layout, and fonts. It allows one to adapt the presentation to different types of
devices, such as large screens, Small screens, or printers. CSS is independent of
HTML and can be used with any XML-based mark-up language. The separation of HTML
from CSS makes it easier to maintain sites, share style sheets across pages, and
tailor pages to different environments.
In our project we have used the external style sheets where the CSS styles are
defined in other file and we just need to include that file in our project files by
specifying its location.
2.1.3 JavaScript