Corpo da página exemplo
Corpo da pagina exemplo.txt — Plain Text, 11 kB (11572 bytes)
Conteúdo do arquivo
<body> <header class="intro"> <h1>CSS Demo</h1> <h2>Introducing the new HTML5 features</h2> <h3> Use the new CSS3 features to build some of the most visually appealing web sites. </h3> </header> <nav> <ul> <li><a href="#feature">Feature</a></li> <li><a href="#other">Article</a></li> <li><a href="#another">Archives</a></li> <li><a href="http://www.apress.com" target="_blank">Apress</a></li> </ul> </nav> <div id="contentArea"> <div id="mainContent"> <section class="rounded"> <header> <h2>Main content area</h2> </header> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut. </p> </section> <section> <article class="featuredContent"> <a id="feature"></a> <header> <h3>Featured Article</h3> </header> <div class="rotateContainer"> <p>This is really cool...</p> <img class="rotate" id="phone" src="images/phonebooth.jpg" alt="phonebooth" /> <input type="range" min="-180" max="180" step="18" value="0" onchange="rotateImage(this.value)" /> <br /> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut. </p> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut. </p> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut. </p> </div> </article> <article class="otherContent"> <a id="other"></a> <header> <h3>Rounded Borders</h3> </header> <div> <p>Details about rounded corners</p> <p> One of the most common features that you'll hear about is the use of rounded corners and we'll cover that here. Also, by configuring the div size and radius properly you can also make circular divs </p> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut. </p> </div> </article> <article class="otherContent"> <a id="another"></a> <header> <h3>Another Interesting Article</h3> </header> <div> <p>More things to say...</p> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin luctus tincidunt justo nec tempor. Aliquam erat volutpat. Fusce facilisis ullamcorper consequat. Vestibulum non sapien lectus. Nam mi augue, posuere at tempus vel, dignissim vitae nulla. Nullam at quam eu sapien mattis ultrices. Quisque quis leo mi, at lobortis dolor. Nullam scelerisque facilisis placerat. Fusce a augue erat, malesuada euismod dui. Duis iaculis risus id felis volutpat elementum. Fusce blandit iaculis quam a cursus. Cras varius tincidunt cursus. Morbi justo eros, adipiscing ac placerat sed, posuere et mi. Suspendisse vulputate viverra aliquet. Duis non enim a nibh consequat mollis ac tempor lorem. Phasellus elit leo, semper eu luctus et, suscipit at lacus. In hac habitasse platea dictumst. Duis dignissim justo sit amet nulla pulvinar sodales. </p> </div> </article> </section> </div> <aside id="sidebar"> <h3>Other Titles</h3> <div id="moon"></div> <p> Check out some of the other titles available from Apress. </p> <section id="titles"> <article class="book"> <header> <a href="http://www.apress.com/9781430240747" target="_blank"> <img src="images\office365.png" alt="Pro Office 365"/> </a> </header> <p> Pro Office 365 Development is a practical, hands-on guide to building cloud-based solutions using the Office 365 platform. </p> </article> <article class="book"> <header> <a href="http://www.apress.com/9781430235781" target="_blank"> <img src="images\access2010.png" alt="Pro Access 2010"/> </a> </header> <p> Pro Access 2010 Development is a fundamental resource for developing business applications that take advantage of the features of Access 2010. You'll learn how to build database applications, create Web-based databases, develop macros and VBA tools for Access applications, integrate Access with SharePoint, and much more. </p> </article> <article class="book"> <header> <a href="http://www.apress.com/9781430228295" target="_blank"> <img src="images\sharepoint_pm.png" alt="Pro Project Management w/SharePoint 2010"/> </a> </header> <p> The intention of this book is to provide a working case study that you can follow to create a complete PMIS (project management information system) with SharePoint Server's out-of-the-box functionality. </p> </article> <article class="book"> <header> <a href="http://www.apress.com/9781430229049" target="_blank"> <img src="images\office_workflow.png" alt="Office 2010 Workflow"/> </a> </header> <p> Workflow is the glue that binds information worker processes, users, and artifacts�without it, information workers are just islands of data and potential. Office 2010 Workflow walks you through implementing workflow solutions. </p> </article> <article class="book"> <header> <a href="http://www.apress.com/9781430224853" target="_blank"> <img src="images\beginning_wf.png" alt="Beginning WF"/> </a> </header> <p> Indexed by feature so you can find answers easily and written in an accessible style, Beginning WF shows how Microsoft's Workflow Foundation (WF) technology can be used in a wide variety of applications. </p> </article> </section> </aside> </div> <footer> <p> Last updated <time datetime="2012-05-12T20:32:22+05:00"> May 12th 2012</time> by <a href="http://www.thecreativepeople.com" target="_blank">Mark J. Collins</a> </p> </footer> </body>