ISdocumentation 161235
ISdocumentation 161235
Group: C8
1
Assignment Due Date: 2024-01-31
Assignment Submission Date: 2024-01-31
Tale of Contents
1.Introduction
1.1 HTML
1.2 CSS
1.3 JavaScript
2.Wireframe
3. Research and Reference
4.Test
5.Conclusion
1 . Introduction :
In this morden life , many people are depending upon the
technologies which includes the usage of online platforms . So ,
nowadays online websites are used more than actual physical
stores. One of the main reason behind the usage of online
websites is because of the recent pandamic known as COVID 19 .
During this period , many people stopped going out of their
houses which highly affect the usage of physical stores . Many
people shut down their stores .Then online websites came in
clutch and suddenly many people start to use this platforms rather
than opening a physical stores .This highly prevent people from
suffering from the pandamic. Now about the coursework , the
main purpose of this coursework is to offer information about our
course and to educate students how to make a simple website.
The main purpose of this website is to use HTML, CSS, and
2
JavaScript to develop a simple website of printer shop. Home,
Product, Blog, About us, and Research are the five websites that
we must construct. HTML, CSS, and JavaScript are all required
skills for building this website.
• HTML :
3
HTML stands for HyperText Markup Language. It's a markup language
that's used to create web pages. HTML is a markup language that
combines hypertext with markup. The term "hypertext" refers to the
connection between online pages. The first HTML was written by
Tim-Berners-Lee in 1993.
We used various tags when creating the website, such as:
<!DOCTYPE>
-It defines the type of document.
(<html> ...</html>)
-It defines the root of an HTML document.
(<head>...</head>)
-It contains a metadata and information for the document.
(<body>...</body>)
-It defines the body of the document.
(<h1>to<h6>)
-It defines all the heading used in HTML.
<img>
-It defines an image used in HTML document.
4
<link>
-It defines the relationship between a document and an external
resource.
(<p>...</p>)
-It defines a paragraph in a document.
(<style>...</style>)
-It defines a style information for a document.
(<ul>...</ul>)
-It used for unordered list used in a document.
• CSS :
5
Figure 2: Logo of CSS
CSS stands for Cascading Style Sheets. It is a language for defining the
appearance of our Web pages, such as colours, layout, and fonts, in
order to make our web sites attractive to users who visited our site.
6
really little. It will only have an effect on a single element. In HTML,
we need distinct views for each HTML tags, thus we utilize inline CSS.
2. Internal CSS
This type of CSS is used inside the HTML . Internal CSS is used in
the <head> section . This CSS also requires a class to be used.Internal
CSS affects all of the body section's components. Internal CSS is very
easy to use and is very effective.
7
Figure 4:Internal CSS
3. External CSS
To use the external CSS , a .css file is created outside the HTML and
is connected to the HTML using certified code. This type of CSS is used
when there are lot of HTML attributes. To use this CSS , we have to
make a class inside the HTML tag.
8
Figure 5:External CSS
• JavaScript
9
Figure 6: logo of JavaScript
10
Figure 7: Internal JavaScript
2.Wireframes
Wireframe is a image or blueprint which displays the functional
elements of a website or page, typically used for planning a site's
structure and functionality.
• Home Page
11
Figure 8: Wireframe of Home Page
12
Figure 9:Home page of our website
• Product Page
13
Figure 10:Wireframe Of product page
14
Figure 11:Product page of our website
• Research Page
15
Figure 12:Wireframe of Research page
16
Figure 13:Research page of our website
• Blog Page
17
Figure 14 : Wireframe of blog page
18
Figure 15:Blog Page of our website
•
• About us page
19
Figure 16:Wireframe of About us page
20
Figure 17:About us oage of our website
• Research 1 :
21
Figure 19:Navigation Bar of our website
• Research 2 :
22
Figure 21:Product page of our website
• Research 3 :
23
For the footer , we took he reference from https://esewa.com.np/#/home . We like
the overall design of the footer , so we decided to take reference from it.
• Research 4:
24
Figure 25:Feedback section of our website
4. Testing
• Test 1 :
25
Figure 26:Test 1
26
Objective Check the validation of feedback form
Conclusion Successful
Table 1 : Test 1
• Test 2
27
Figure 27:Test 2
Table 2 : Test 2
28
• Test 3:
Figure 28:Test 3
29
Objective Check whether the button (Read more and Read
less) works or not.
Action Clicking the button (Read More) on Blog page.
Table 3 : Test 3
5.Conclusion
This is the third and final coursework of “Introduction to Information System”
for first semester. In this coursework, we have used HTML, CSS and JavaScript
for creating the website. While doing this coursework, many things were learnt.
Before starting this coursework, I had a little knowledge about HTML, CSS and
JavaScript. It was hard for me to complete this coursework with that little
knowledge on web development. Then, I started learning from W3 School and
asked module teacher for help. It makes me so easy to start the coursework. A
lot of problems like aligning the text and picture in correct way in the webpage,
adjusting margin and padding were faced while developing the website.
Although, the coursework was tough to complete but it was equally fruitful.
Itmakes me learnt many things about web development. Because of beginner
in web development, internet was the best option for me to gain more
knowledge and design a productive website. At first, the codes weren’t so good
and the module teacher makes me learnt about the coding style, use of every
tag and importance of every tag in web development. After a lot of hard works
and pressure, this coursework was completed. This coursework has developed
my personal skill on web development which will be beneficial for upcoming
days. This coursework makes me to develop website without facing any errors.
From having little knowledge to gain vast knowledge on web development, this
coursework has helped. It was so fun while completing the coursework. After
30
all, the coursework was completed on time and was very beneficial. As it was
tough at starting but it ended with a lot of happiness and joyful.
31