0% found this document useful (0 votes)
9 views1 page

3

Uploaded by

pevaf91620
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

3

Uploaded by

pevaf91620
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

CHAPTER 2

REQUIREMENT ANALYSIS

2.1 Front End


HTML, CSS, JS and PHP are acronyms for different coding languages used for
displaying and processing webpages on the internet. Each has a different purpose
and function and they work together to deliver beautiful websites with updated
content to your web browser. The following as used for the implementation of User
interface and Experience as front-end technologies.

A CSS framework is a pre-prepared software framework that is meant to allow for


easier, more standards-compliant web design using the Cascading Style Sheets
language. Most of these frameworks contain at least a grid. More functional
frameworks also come with more features and additional JavaScript based functions,
but are mostly design oriented and unobtrusive. This differentiates these from
functional and full JavaScript frameworks

• In our web application we have used the Bootstrap CSS framework.


• Bootstrap CSS has been used for color, animation, input styles, page margin,
grid etc.
• Bootstrap CSS is free and open source we can use it as required and make
changes as our requirements.
• Several other frameworks can be used such as Bootstrap. The use of Bootstrap
CSS was done in out project to avoid more complexity and for its ease of use.

2.1.1 HTML

The Hypertext Markup Language (HTML) is the standard markup language for creating
web pages and web applications. With Cascading Style Sheets (CSS) and JavaScript,
it forms a triad of cornerstone technologies for the World Wide Web. Web browsers
receive HTML documents from a web server or from local storage and render the
documents into multimedia web pages. HTML describes the structure of a web page
semantically and originally included cues for the appearance of the document.
• Publish online documents with headings, text, tables, lists, photos, etc.

You might also like