Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> Ocena kodu
Generic
post
Post #1





Grupa: Zarejestrowani
Postów: 224
Pomógł: 0
Dołączył: 31.10.2012

Ostrzeżenie: (10%)
X----


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.

  1. <!DOCTYPE html>
  2. <head>
  3. <link type="text/css" rel="stylesheet" href="stylesheet.css" />
  4. <title>My Photo Page</title>
  5. </head>
  6. <body>
  7. <th colspan="9">Popular Website</th>
  8. </thead>
  9.  
  10. <td align="left" valign="top">
  11. <a href="www.google.com"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/30/Googlelogo.png/800px-Googlelogo.png"/></a>
  12. 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.
  13. </td>
  14. <td align="left" valign="top">
  15. <a href="www.facebook.com"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/0/06/Facebook.svg/215px-Facebook.svg.png"/></a>
  16. 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.
  17.  
  18. </td>
  19. <td align="left" valign="top">
  20. <a href="www.yahoo.com"><img src="http://upload.wikimedia.org/wikipedia/commons/a/ad/Yahoo_Logo.svg"/></a>
  21. 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.
  22. </td>
  23. <td align="left" valign="top">
  24. <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>
  25. 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.
  26. </td>
  27. <td align="left" valign="top">
  28. <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>
  29. 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.
  30. </td>
  31. <td align="left" valign="top">
  32. <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>
  33. eBay Inc. is an American multinational internet consumer-to-consumer corporation, headquartered in San Jose, California. It was founded in 1995.
  34. </td>
  35. <td align="left" valign="top">
  36. <a href="www.twitter.com"><img src="http://conowego.pl/uploads/pics/twitter.jpg"/></a>
  37. 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".
  38. </td>
  39. <td align="left" valign="top">
  40. <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>
  41. 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.
  42. </td>
  43. <td align="left" valign="top">
  44. <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>
  45. 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.
  46. </td>
  47. </table>
  48. <h1>Information are the property of Wikipedia.</h1>
  49. </body>
  50. </html>



  1. img
  2. {
  3. width:100px;
  4. height:100px;
  5. border: 1px #70B8FF solid;
  6. }
  7.  
  8. table, td
  9. {
  10. border: 1px #70b8ff solid;
  11. font-family: Tahoma;
  12. }
  13.  
  14. thead, th
  15. {
  16. color: #70B8FF;
  17. font-family: Verdana;
  18. }
  19.  
  20. h1
  21. {
  22. font-family: Verdana;
  23. font-size: 11px;
  24. }




Ten post edytował Generic 3.03.2013, 01:47:05
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 20.08.2025 - 16:54