html coding for the following question ...........urgent.....pls ..............50 points..........................
Answers
Hi
<!DOCTYPE html>
<html lang="en">
<head>
<title>Scoial Networking</title>
</head>
<body bgcolor="lightgrey">
<h1 align="center" style="color: blue;">What is Social Networking?</h1>
<center><img src="computer.jpg" width="100" alt="computer image"></center>
<p><font color="hotpink">Social networking is the grouping of individual into specific groups, like small rural communities or a neighbourhood, if you will, Although, networking is possible in person, especially in schools or in the workplace, it is most popular online.</font></p>
<table border="2">
<caption><b>List of major socialnetworking websites</b></caption>
<tr>
<th bgcolor="red" color="red"><font color="#fff">Name</font></th>
<th bgcolor="red" color="red"><font color="#fff">Focus</font></th>
</tr>
<tr>
<td>ANobii</td><td>Books</td>
</tr>
<tr>
<td>Avatars United</td><td>Online Games</td>
</tr>
</table>
<h5><u>Menu</u></h5>
<ul>
<li><u><font color="hotpink">Social Networking and Website</font></u></li>
<li><u><font color="green">Should you join</font></u></li>
<li><u><font color="hotpink">Starting Your own Network</font></u></li>
<li><u><font color="blue">Contact Us</font></u></li>
</ul>
</body>
</html>