IT 404

profileRazank
IT404-Assignment1.docx

Pg. 08

خطأ! استخدم علامة التبويب "الصفحة الرئيسية" لتطبيق Heading 1 على النص الذي ترغب في أن يظهر هنا.

Question One

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

Graphical user interface, text, application, email  Description automatically generated

<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

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

Write an HTML code that produces the following output when executed in a web browser.

Output:

Graphical user interface, text, application, email  Description automatically generated

Answer:

Question Four

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.

Table  Description automatically generated

Answer: