You are on page 1of 10

Republic of the Philippines

CvSU Mission
CvSU Vision CAVITE STATE UNIVERSITY Cavite State University shall
The premier university in historic Carmona Campus provide excellent, equitable and
Cavite recognized for excellence Market Road, Carmona, Cavite relevant educational opportunities
in the development of morally  (046) 430- in the arts, science and technology
upright and globally competitive 3509/cvsu.carmonacampus@gmail.com through quality instruction and
individuals. www.cvsu.edu.ph relevant research and development
activities.
ITEC50 It shall produce professional,
skilled and morally upright
WEB SYSTEMS AND TECHNOLOGIES I
MIDTERM EXAMINATION
HTML

Name : Iglesia, John Zedrick Score :


StudentNo. : 2001-00051 Date :

I. Answer the following: (3 pts. Each)

1. What is HTML 5?

Base from what I understand in the previous lessons HTML 5 is the most recent release
version of Hypertext Markup Language (HTML) this version of HTML is the caused why do we have now a better web
page and content in the interne it has a system that gives ability to the web developers for them to be able to
modified, edit, manipulate the appearance of a webpage and basically this version of HTML provides more features
and functionalities when it comes to developing a web page compare to the previous versions HTML 4. Moreover,
upon studying and reading some info about HTML5 it also now used by developers in creating more flexible and
powerful efficient application

2. How semantic elements help the web developers?

Semantic Elements help the web developers to create and build a better web structure
Especially in terms of having accessibility and functionality of a web in addition, this certain elements also allows not
just the user but also other developers to easily understand and edit the codes. We know that we are not just coding
for ourselves it would be more readable to other developers if we use semantic elements.

3. As a developer, what are the things that you need to consider?

Being a developer especially in creating and manipulating a web page/application it is


necessary to consider several things, for instance in my own perspective, it is very important first to consider the
technology or the things you will be used since we are in the modern age Keeping up with the latest technology will
allow you to have an advantage and the task would be easier. In addition, it is also important to consider the content
of your project, but not just about code it self but also how the target user will visualize it. Lastly is the compatibility,
as a developer it is also crucial to create a project that will function and process not just in one device but also to
others, given now that we have various kinds of technology with that I think all of this things I’ve mentioned will give
more satisfactions not just to users the to but also to other developers that’s why it is necessary to consider .

II. Define the importance of the following basic structure of HTML document:
(3 pts. Each)

<!DOCTYPE html> 4. Creating webpage using the latest version of it Known as HTML 5 , it is necessary to
have this declaration. As this <!DOCTYPE html> will give an instruction to the browser that the type of HTML
will be used is HTML 5. although the code will still run in the browser even without this, yet the browser will not
be able to identify what type of HTML as a result some updated features from HTML 5 will not be recognized
that's why this declaration is important.

<html> 5. This is a tag in HTML where in the purpose of this is to enclosed everything thing inside the HTML
document , this will be the signal for the HTML to write a certain tags, elements ,scripts, text even multimedia.
It is important because of the fact that this is the root of all the code.

<head> 6. When Creating an HTML code it is necessary to include this Head tag also refers to metadata as
this tag will declare the header of the whole web page, it serve as the container of all crucial and specific
information about the web for instance, the title of the document and even the other attributes and browser
compatibility.

<title> HELLO </title>7. Basically from the term it self title it defines the title of the webpage , this <title> tag
Is very important as this define the identity of a certain webpage it helps the users and the Search Engines to
have an idea to gauge what be the content of the web page before and after opening it.

</head>
<body>8. One of the most crucial part in writing an HTML is this Body tag as this tag is responsible for
containing all the written code of the webpage content. Body is actually the one who get displayed when we
visiting a web page or viewing the document, it is serve as the folder or container of all written code in
creating a webpage using HTML </body>

</body>
</html>
III. Develop a simple web page: (screenshot the codes and final output)

 Title of web page 1 : Welcome!


 Title of web page 2: Read the following:
 Title of web page 3 : Continue

First Web Page


WELCOME!
To Escape from Illusion to Reality:
“A girl who travels knows that deep down she is escaping reality.
So she’ll want someone to give her hope and land back to the idea that reality isn’t as bad as it seems in
the end.”― lauren klarfel

More

Second Web Page

Authors:

When I’m on a beach

Author Statement Quote


Catherynne M. Valente I just want to be a girl building a Sand Children make prayers so thoughtlessly,
Castle building them up like sand castles—and
they are always surprised when suddenly
the castle becomes real, and the iron gate
grinds shut.
Oceanstyles.com I will run, play and feel the waves wash over
me
"The sound of waves crashing on the shore is
one of the most relaxing sounds on Earth.
Anne Morrow Lindber I will collect Seashells " One cannot collect all the beautiful seashells
on the beach; one can collect only a few, and
they are more beautiful if they are few."

Next
Third Web Page

Novel Authors
1. Ernest HemingWay 1899-1961
2. Jane Austen 1775-1817
3. Virginia Woolf -1882-1941
4. Charles Dickens
1812-1870 5. Mark
Twain -1835-1910

Title of Novel Books


 Pride and Prejudice
 Jane Eyre
 Outlander
 The Notebook
 An Extraordinary Union
First Page

Code for first page:


K

You might also like