Philadelphia University
Faculty of Information Technology
Department of Software Engineering
Second Semester/ 2023
073121300-1-INTRODUCTION TO WORLD WIDE WEB PROGRAMMING
ASSIGNMENT (20 Points)
Due Date: Tuesday 18 April 2023 – 21:00PM
Part A:
1) Briefly, explain the steps below to create your first web page with Notepad/Notepad++ or TextEdit.
2) Design a Simple (Full) HTML Document, that has:
• heading 1 element (defines a large heading) for: “My First Heading”.
• paragraph element defines a paragraph for: “My first paragraph”.
3) Write HTML headings are defined with the <h1> to <h6> tags, for:“This is heading”.
4) Write HTML elements to use an Image (of your choice) as a Link goes to: [Link]
5) Use an HTML element <a> to: Link to an Email Address: someone@[Link].
6) HTML tags are not case sensitive. TRUE or False.
7) Explain what the HTML element “title” role.
8) Provide a solution (HTML tag) for the poem will display on a single line in the HTML tag <p>, example:
<p>
My Bonnie lies over the ocean.
My Bonnie lies over the sea.
My Bonnie lies over the ocean.
Oh, bring back my Bonnie to me.
</p>
9) Comments in HYML are not displayed by the browser, but they can help document your HTML source
code. TURE or FALSE.
10)For the HTML tag <BUTTON>, please differentiate it against the buttons created with the <input>
element. (input type=”button” )in Forms.
11)The HTML <head> element is a container for a number of HTML elements, please provide two
examples (HTML tags).
12)The method attribute specifies the HTTP method (GET or POST). Briefly explain the deference between
them.
Part B:
Please transform the HTML web content into (full) HTML script.
1)
2)