Web technology assignment
|
Pg. 04 |
|
Question Four |
|
|
|
|
Assignment 1
Deadline: Tuesday 16/2/2020 @ 23:59
[Total Mark for this Assignment is 5]
Web Technologies
IT230
College of Computing and Informatics
|
|
|
|
|
|
|
|
Question One
1.5 Marks
Learning Outcome(s):
Instructors: State the Learning Outcome(s) that match this question
Write XHTML code to create a Form similar to the one in the next picture.
When the user press register, the content will be sent to “Register.php”. The form data should be appended inside the body of http request. Age field accepts numbers only.
Question Two
1.5 Marks
Learning Outcome(s):
Instructors: State the Learning Outcome(s) that match this question
Write HTML and CSS code that will create similar table to the one in the picture:
Please note that the picture should be centered. (You can choose any picture you have)
Question Three
1 Marks
Learning Outcome(s):
Instructors: State the Learning Outcome(s) that match this question
Consider the following HTML code:
<!DOCTYPE html>
<html>
<body>
<h1>This is H1</h1>
<ul>
<li>Drinks
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
</li>
</ul>
<p>The previous list contain drinks</p>
<span id="fspan">This is the first span</span>
<span>This is the second span</span>
</body>
</html>
Write CSS code to do the following:
1- Change drink list from numbers to small letters.
2- Change the font for all elements to verdana and size to 20 pixel
3- Hide H1 element
4- Change the first span to block element.
Question Four
1 Marks
Learning Outcome(s):
Instructors: State the Learning Outcome(s) that match this question
Create an HTML page of your timetable. Similar to the one in the picture