Mas Ofertas Original


/ Published in: HTML
Save to your folder(s)

Codigo original para pruebas


Copy this code and paste it in your HTML
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
  3. <title>Busy City</title>
  4. <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1" />
  5. <meta name="author" content="Jenna Smith" />
  6. <meta name="copyright" content="Copyright 2006 growldesign" />
  7. <meta name="keywords" content="" />
  8. <meta name="description" content="" />
  9. <meta http-equiv="imagetoolbar" content="no" />
  10. <link href="bc-stylesheet.css" rel="stylesheet" type="text/css" />
  11. </head>
  12.  
  13. <div id="container">
  14. <div id="header"><div>
  15. <ul>
  16. <li><a href="#idea" class="on">idea</a></li>
  17. <li><a href="#code">code</a></li>
  18. <li><a href="#author">author</a></li>
  19. <li><a href="#contact">contact</a></li>
  20. </ul>
  21. <h1><a href="#">Busy City</a></h1>
  22. </div></div>
  23. <div id="content">
  24. <div id="right">
  25. <h2 id="idea">The <em>Idea</em></h2>
  26. <p>This is my entry for the <a href="http://openwebdesign.org">openwebdesign.org</a> competition (March '06). To enter the competition I had to base my design on a theme which was chosen to be "The City" and this is what I came up with.</p>
  27.  
  28. <h2 id="code">The <em>Code</em></h2>
  29. <p>Busy City has been coded entirely in <acronym title="eXtensible HyperText Markup Language">XHTML</acronym> 1.1
  30. & <acronym title="Cascading Style Sheets">CSS</acronym>. No tables were touched in the making of this website. Isn't that cool?
  31. As well as being cool, using <acronym title="eXtensible HyperText Markup Language">XHTML</acronym>
  32. & <acronym title="Cascading Style Sheets">CSS</acronym> has many advantages such as:</p>
  33. <ul>
  34. <li><strong>Cleaner Code</strong>: Adherence to strict guidelines results in cleaner code. All extraneous or ambiguous elements are eliminated, so pages
  35. are smaller, load faster, and render correctly.</li>
  36. <li><strong>Interoperability and Accessibility</strong>: <acronym title="eXtensible HyperText Markup Language">XHTML</acronym> is currently readable by
  37. the greatest number of browsers, devices and assistive technologies like screen readers. Accessibility is quickly becoming a legal issue.</li>
  38. <li><strong>Search Engine Friendly Code</strong>: <acronym title="eXtensible HyperText Markup Language">XHTML</acronym> produces pages that search
  39. engine spiders find easy to understand. There are no presentational elements or bloated code to confuse the spiders, so they'll crawl everything that
  40. matters and rank you accordingly.</li>
  41. <li><strong>Design Consistency</strong>: With <acronym title="Cascading Style Sheets">CSS</acronym>, the same style elements can be applied to every
  42. page of a site. From the first page forward, your visitors will be presented with a consistent design scheme, building their comfort level and effectively
  43. promoting your brand.</li>
  44. <li><strong>Easy Maintenance</strong>: Changes to <acronym title="Cascading Style Sheets">CSS</acronym> web page designs are simple. Instead of having
  45. to go back and alter every single page of your site, with <acronym title="Cascading Style Sheets">CSS</acronym> only the relevant style sheets have to be updated, saving you hours of work and limiting the
  46. introduction of possible errors. </li>
  47. </ul>
  48.  
  49. <h2 id="examples">The <em>Examples</em></h2>
  50. <p>Here are some example elements that you may end up using on your website.</p>
  51. <ul>
  52. <li>An un-ordered list</li>
  53. <li>With several items</li>
  54. <li>To give you an example</li>
  55. </ul>
  56. <blockquote><p>Some blockquote text. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras semper neque ac tellus.
  57. Vestibulum ante ipsum primis in faucibus orci.</p></blockquote>
  58.  
  59. <h2 id="author">The <em>Author</em></h2>
  60. <p>My name is Jenna Smith, and I am a 20 year old female from Cambridgeshire,
  61. <acronym title="United Kingdom">UK</acronym>. I work full time as a Web Designer for a very well known company and
  62. freelance out of work through my <a href="http://www.growldesign.co.uk">growldesign</a> website.</p>
  63. <p>I made my first website when I was 11 years old and have been using <acronym title="eXtensible HyperText Markup Language">XHTML</acronym>
  64. & <acronym title="Cascading Style Sheets">CSS</acronym> for around 2 years. Other languages I know include
  65. <acronym title="Hypertext Pre-processor">PHP</acronym>, <acronym title="Open source Structured Query Language">MySQL</acronym>,
  66. <acronym title="eXtensible Markup Language">XML</acronym> and <acronym title="eXtensible StyleSheet Language Transformation">XSLT</acronym>.
  67. For a full list, take a look at my <a href="http://www.growldesign.co.uk">website</a>.</p>
  68.  
  69. <h2 id="contact">Contact <em>Me</em></h2>
  70. <p>If you are a small business wanting an online presence, or a company looking to outsource,
  71. feel free to <a href="mailto:jenna@growl
  72. design.co.uk">contact me</a> for a quote.</p>
  73. </div>
  74. <div id="left">
  75. <h2>From the <em>Gallery</em></h2>
  76. <ul class="thumbs">
  77. <li><a href="#"><img src="img/header_top.gif" width="50" height="50" alt="Thumbnail Example" /></a></li>
  78. <li><a href="#"><img src="img/header_top.gif" width="50" height="50" alt="Thumbnail Example" /></a></li>
  79. <li><a href="#"><img src="img/header_top.gif" width="50" height="50" alt="Thumbnail Example" /></a></li>
  80. <li><a href="#"><img src="img/header_top.gif" width="50" height="50" alt="Thumbnail Example" /></a></li>
  81. <li><a href="#"><img src="img/header_top.gif" width="50" height="50" alt="Thumbnail Example" /></a></li>
  82. <li><a href="#"><img src="img/header_top.gif" width="50" height="50" alt="Thumbnail Example" /></a></li>
  83. </ul>
  84. <h2>Useful <em>Links</em></h2>
  85. <ul>
  86. <li><a href="http://www.growldesign.co.uk">Web Development & Design</a></li>
  87. <li><a href="http://www.cssbeauty.com">CSSBeauty</a></li>
  88. <li><a href="http://www.cssmania.com">CSSMania</a></li>
  89. <li><a href="http://www.w3schools.com/css/">Learn CSS</a></li>
  90. </ul>
  91. <h2>More <em>Text</em></h2>
  92. <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In tellus nisi, iaculis ac, sagittis vel.</p>
  93. <h2>More <em>Text</em></h2>
  94. <p>Cras laoreet hendrerit leo. Nam luctus condimentum nunc. Maecenas congue consectetuer risus. Proin dictum, risus sed ornare gravida, ligula mauris.</p>
  95. </div>
  96. </div>
  97. </div>
  98. <div id="footer">
  99. <!-- Please select "design by growldesign" if you leave the design as is or "inspired by growldesign" if you make any changes. -->
  100. <!-- It is not an imperitive that you leave a link to my site but I would appreciate it -->
  101. <p>Copyright © 2006 Company. All Rights Reserved. <a href="http://validator.w3.org/check/referer">XHTML 1.1</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?warning=no&profile=css2">CSS</a> | design/inspired by <a href="http://www.growldesign.co.uk">growldesign</a></p>
  102. </div>
  103. </body>
  104. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.