Warning: Undefined array key 1 in /home/acaproso/public_html/._System/._Template/.Main.php on line 116
Introduction to web designing questions.

Introduction to web designing questions.

Find Introduction to web designing university examination questions in acaproso.com

# Question
1

Define HTML.


Short answers
2

What is uniform resource locator(URL) ?


Short answers
3

What are the core functions of the web browser.?


Short answers
4

Given the HTML Code below identify the mistakes found in the code

<html>

<title> Certificate Information Technology<title/>

<body>

This is my first web page. I enjoy Studying HTML

</html>

</body>


Short answers
5
GIVEN THE html CODE BELOW , write the output.

<code>

<p>Curriculum Vitae</p>

<hr />
<p>First Name</p>

<hr />
<p>Surname</p>

<hr />

 

 

</code>


Short answers
6

Show the output of the following html code.

<html>

<body>

<p>Certificate Information Technology</p>

<table border="1">

<tr>

<th>Reg No.</th>

<th>ExamNo.</th>

</tr>

<tr>

<td>CIT/D/11/T/0001</td>

<td>CIT.00001</td>

</tr>

<tr>

<td>CIT/D/11/T/0002</td>

<td>CIT.00002</td>

</tr>

</table>

<body/>

<html/>


Short answers
7

Differentiate between the web browser and web server.

 


Short answers
8

Write the HTML code that will display with green background color.


Short answers
9

Write a HTML code that will display title as "My First page" and the web content as  "Certificate in Information Technology, My first webpage"


Short answers
10

Show the output of the following HTML code

<html>

<body>

<form>

<input type="radio" name ="University/">SUA<p>

<input type="radio" name ="University/">UDSM

</form>

</body>

</html>

 


Short answers