DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Benoit has posted 48 posts at DZone. View Full User Profile

JohnMcCain VS BarackObama In Source Code

10.08.2008
| 2997 views |
  • submit to reddit
        
<!-- JohnMcCain.com -->
<!-- with Corporate Microsoft ASP -->

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
...
<li class="item first"><a href="http://www.johnmccain.com/" id="RadMenu1_m0" class="link"><span class="text">HOME</span></a></li>
...


<!-- BarackObama.com -->
<!-- with Open Source LAMP -->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
...
<li id="nav-home"><a href="http://www.barackobama.com/index.php" title="Home">Home</a></li>
...


// make your choice ;)


Source: <a href="http://www.ab-d.fr/date/2008-10-08/">Barack Obama VS John McCain, différences des 2 candidats en code source</a>