Witam. Zrobiłem małą stronkę, a raczej zakładkę (w ramach nauki). Informacje są umieszczone w tabeli gdyż na tym polegało moje zadanie (poćwiczyć tabele). Chciałbym abyście sprawdzili poprawność kodu i powiedzieli ewentualnie co jest zbędne i źle zrobione. Z góry dziękuję i pozdrawiam.
<!DOCTYPE html>
<link type="text/css" rel="stylesheet" href="stylesheet.css" /> <th colspan="9">Popular Website
</th>
<td align="left" valign="top"> <a href="www.google.com"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/30/Googlelogo.png/800px-Googlelogo.png"/></a> Google Search is a web search engine owned by Google Inc. Google Search is the most-used search engine on the World Wide Web, receiving several hundred million queries each day through its various services.
<td align="left" valign="top"> <a href="www.facebook.com"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/0/06/Facebook.svg/215px-Facebook.svg.png"/></a> Facebook is a social networking service launched in February 2004, owned and operated by Facebook, Inc. As of September 2012, Facebook has over one billion active users.
<td align="left" valign="top"> <a href="www.yahoo.com"><img src="http://upload.wikimedia.org/wikipedia/commons/a/ad/Yahoo_Logo.svg"/></a> Yahoo! Inc. is an American multinational internet corporation headquartered in Sunnyvale, California. It is widely known for its web portal, search engine Yahoo! Search, related services, and more.
<td align="left" valign="top"> <a href="www.youtube.com"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/9/98/YouTube_Logo.svg/220px-YouTube_Logo.svg.png"/></a> YouTube is a video-sharing website, created by three former PayPal employees in February 2005, on which users can upload, view and share videos. The company is based in San Bruno, California.
<td align="left" valign="top"> <a href=www.wikipedia.org><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Wikipedia-logo-v2.svg/150px-Wikipedia-logo-v2.svg.png"/></a> Wikipedia is a collaboratively edited, multilingual, free Internet encyclopedia supported by the non-profit Wikimedia Foundation. Its 25 million articles, over 4.1 million in the English Wikipedia.
<td align="left" valign="top"> <a href="www.ebay.com"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/EBay_logo.svg/200px-EBay_logo.svg.png"/></a> eBay Inc. is an American multinational internet consumer-to-consumer corporation, headquartered in San Jose, California. It was founded in 1995.
<td align="left" valign="top"> <a href="www.twitter.com"><img src="http://conowego.pl/uploads/pics/twitter.jpg"/></a> Twitter is an online social networking service and microblogging service that enables its users to send and read text-based messages of up to 140 characters, known as "tweets".
<td align="left" valign="top"> <a href="www.wordpress.com"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/20/WordPress_logo.svg/250px-WordPress_logo.svg.png"/></a> WordPress is a free and open source blogging tool and a content management system (CMS) based on PHP and MySQL. It has many features including a plug-in architecture and a template system.
<td align="left" valign="top"> <a href="www.myspace.com"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/9/92/Myspacelogo2013_icon.svg/120px-Myspacelogo2013_icon.svg.png"/></a> Myspace is a social networking service with a strong music emphasis owned by Specific Media LLC and pop music singer and actor Justin Timberlake. Myspace was launched in August 2003.
<h1>Information are the property of Wikipedia.
</h1>
img
{
width:100px;
height:100px;
border: 1px #70B8FF solid;
}
table, td
{
border: 1px #70b8ff solid;
font-family: Tahoma;
}
thead, th
{
color: #70B8FF;
font-family: Verdana;
}
h1
{
font-family: Verdana;
font-size: 11px;
}