MicroProject CSS
MicroProject CSS
1.0 Rationale.
In this project we have learned how build a program using JavaScript and html. The project
teaches us the basics of the number conversion which can converted to one form to other. We
have also used all the basic html tags to develop the program.
Being a scripting language, JavaScript cannot run on its own. In fact, the browser is
responsible for running JavaScript code. When a user requests an HTML page with
JavaScript in it, the script is sent to the browser and it is up to the browser to execute it. The
main advantage of JavaScript is that all modern web browsers support JavaScript. So, you do
not have to worry about whether your site visitor uses Internet Explorer, Google Chrome,
Firefox or any other browser. JavaScript will be supported. Also, JavaScript runs on any
operating system including Windows, Linux or Mac. Thus, JavaScript overcomes the main
disadvantages of VBScript (Now deprecated) which is limited to just IE and Windows.
1|Page
CSS[22519]
Introduction to HTML
HTML stands for Hyper Text Mark-up Language. It is used to design web pages using mark-
up language. HTML is the combination of Hypertext and Mark-up language. Hypertext
defines the link between the web pages. Mark-up language is used to define the text
document within tag which defines the structure of web pages. This language is used to
annotate (make notes for the computer) text so that a machine can understand it and
manipulate text accordingly. Most of mark-up (e.g. HTML) languages are human readable.
Language uses tags to define what manipulation has to be done on the text. HTML is a
mark-up language which is used by the browser to manipulate text, images and other content
to display it in required format. HTML was created by Tim Berners-Lee in 1991. The first
ever version of HTML was HTML 1.0, but the first standard version was HTML 2.0 which
was published in 1999.
2|Page
CSS[22519]
(5.a)
The Above image shows the code that we have designed for the Number Conversion.
3|Page
CSS[22519]
7(a)
4|Page
CSS[22519]
5|Page