web design
|
Pg. 08 |
|
Question Four |
|
|
|
|
Assignment 1
Deadline: Thursday 27/02/2022 @ 23:59
[Total Mark for this Assignment is 8]
Web Design
IT404
College of Computing and Informatics
|
|
|
|
|
|
|
|
Question One
1.5 Marks
Learning Outcome(s): LO1
Identify most HTML tags and CSS properties and use a text editor to construct the basic HTML and CSS structure for a webpage.
Some of the markup elements in the following code of HTML web page have been incorrectly used. Based on the output displayed below, correct all of them in the code
<html>
<head>
<body>
<h1> Frontend vs. backend</h1>
<ul>
<li>Technologies used for front-end development<li>
<ul>
<li>HTML </li>
<li>CSS<li>
<li>JavaScript</li>
</ul>
<li>Technologies used for back-end development</li>
<dl>
<li>C++</li>
<li>Java</li>
</li>PHP<li>
<li>Python</li>
</dl>
</ul>
</body>
</head>
</html>
Answer:
Question Two
2 Marks
Learning Outcome(s): LO1
Identify most HTML tags and CSS properties and use a text editor to construct the basic HTML and CSS structure for a webpage
Write an HTML to display an image of your preference, that when clicked will link to any website of your choice "should be opened in a new window".
Answer:
Question Three
Learning Outcome(s): LO1
Identify most HTML tags and CSS properties and use a text editor to construct the basic HTML and CSS structure for a webpage
2.5 Marks
Write an HTML code that produces the following output when executed in a web browser.
Output:
Answer:
Question Four
2 Marks
Learning Outcome(s): LO1
Identify most HTML tags and CSS properties and use a text editor to construct the basic HTML and CSS structure for a webpage
Write a complete HTML code that produces the following output using the table tags.
Answer: