Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Document</title>
- <link href="finalstyles.css" rel="stylesheet">
- </head>
- <body>
- <nav>
- <ul>
- <li><a href="#">HOME</a></li>
- <li><a href="#">ABOUT</a></li>
- <li><a href="#">CONTACT</a></li>
- </ul>
- </nav>
- <header style="background-color:#dedede"><h1>HEADER</h1>
- </header>
- <section>
- <div class="col col-6-12" style="background-color:#dedede">
- <h1>h1</h1>
- <p><small>SMALL p col col-6-12</small> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Pariatur voluptas odio laudantium. Cumque aspernatur nesciunt minima quaerat, culpa. Temporibus est labore voluptatem commodi alias provident officia impedit et repellat modi?</p>
- </div>
- <div class="col col-6-12" style="background-color:#dedede">
- <h2>h2</h2>
- <p><strong>STRONG p col col-6-12 </strong>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nisi saepe pariatur nulla eaque nemo, delectus nostrum id nam accusantium similique distinctio praesentium numquam sapiente nobis repellendus quia iste, possimus doloremque.</p>
- </div>
- </section>
- <section>
- <div class="col col-4-12" style="background-color:#dedede">
- <h3>h3</h3>
- <p><blockquote> BLOCKQUOTE Lorem ipsum dolor sit amet, </blockquote>consectetur adipisicing elit. Quidem architecto doloremque non sit.Animi nostrum asperiores accusamus amet consequuntur, velit consequatur repellat facere vitae earum cumque quasi dolore facilis sequi.</p>
- </div>
- <div class="col col-4-12" style="background-color:#dedede">
- <h3>h3</h3>
- <p class="grow">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem architecto doloremque non sit. Animi nostrum asperiores accusamus amet consequuntur, velit consequatur repellat facere vitae earum cumque quasi dolore facilis sequi.</p>
- </div>
- <div class="col col-4-12" style="background-color:#dedede">
- <h3>h3</h3>
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem architecto doloremque non sit. Animi nostrum asperiores accusamus amet consequuntur, velit consequatur repellat facere vitae earum cumque quasi dolore facilis sequi.</p>
- </div>
- </section>
- <section>
- <!-- <div class='ez-form-info'>Required fileds are marked with an asterisk (*)</div> -->
- <form class="group ez-form" style="background-color:#dedede">
- <h1>Sign Up!<span>We would love to hear from you</span></h1>
- <fieldset>
- <!-- <div class="col col-4-12">-->
- <legend>Personal Information</legend>
- <label for='firstName'>First Name <span class='ez-form-span-mobile'>*</span><span class='ez-form-span-desktop'>(Required)</span> </label>
- <input type='text' name='firstName' placeholder='John'>
- <div class='ez-form-clear'></div>
- <label for='lastName'>Last Name <span class='ez-form-span-mobile'>*</span><span class='ez-form-span-desktop'>Required)</span></label>
- <input type='text' name='lastName' placeholder='Doe'>
- </fieldset>
- <!-- </div>-->
- <!-- <div class="col col-4-12">-->
- <fieldset>
- <legend>Contact Information</legend>
- <label for='email'>Email <span class='ez-form-span-mobile'>*</span> <span class='ez-form-span-desktop'>(Required)</span> </label>
- <input type='text' name='email' placeholder='[email protected]'>
- <div class='ez-form-clear'></div>
- <label for='telephone'>Telephone </label>
- <input type='text' name='telephone' placeholder='555.554.6786'>
- <div class='ez-form-clear'></div>
- <label for='contact'>Prefered Contact</label>
- <input type='radio' name='contact' value='email'>Email
- <input type='radio' name='contact' value='phone'>Phone
- <div class='ez-form-clear'></div>
- <label>Reason for Contact </label>
- <select class='ez-form-select'>
- <option value='selectOne'>Select One</option>
- <option value='career'>Career Opportunities</option>
- <option value='volunteer'>Volunteer work</option>
- </select>
- <div class='ez-form-clear'></div>
- </fieldset>
- <!-- </div>-->
- <!-- <div class="col col-4-12">-->
- <fieldset>
- <legend>Other Information</legend>
- <label for=interest>I am interested in </label>
- <input type='checkbox' name='interest'>HTML
- <input type='checkbox' name='interest'>CSS
- <input type='checkbox' name='interest'>javaScript
- <input type='checkbox' name='interest'>jQuery
- <div class='ez-form-clear'></div>
- <label for='comments'>Comments</label>
- <textarea placeholder='Thank you for visiting our site'></textarea>
- <input type='submit' value='Submit'>
- </fieldset>
- <!-- </div>-->
- </form>
- <!-- <div>-->
- <table class='ez-responsive'>
- <caption>Competitors</caption>
- <thead>
- <tr>
- <th>Player</th>
- <th>Team</th>
- <th>Position</th>
- <th>Conference</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td data-label="player">Russel Westbrook</td>
- <td data-label="team">Oklahoma City Thunder</td>
- <td data-label="position">Point Guard</td>
- <td data-label="conference">Western</td>
- </tr>
- <tr>
- <td data-label="player">Kawhi Leonard</td>
- <td data-label="team">San Antonio Spurs</td>
- <td data-label="position">Small Forward</td>
- <td data-label="conference">Western</td>
- </tr>
- </tbody>
- </table>
- <!-- </div>-->
- <table class='ez-table-striped'>
- <caption>Contact Information</caption>
- <thead>
- <tr class='ez-table-striped-th-col'>
- <th scope='col' class='ez-table-striped-td'>Name</th>
- <th scope='col'class='ez-table-striped-td'>Phone</th>
- <th scope='col' class='ez-table-striped-td'>City</th>
- </tr>
- </thead>
- <tbody>
- <tr class='ez-table-striped-row'>
- <th scope='row' class='ez-table-striped-th'>John Doe</th>
- <td class='ez-table-striped-td'>555.123.4567</td>
- <td class='ez-table-striped-td'>San Diego</td>
- </tr>
- <tr>
- <th scope='row' class='ez-table-striped-th'>John Doe</th>
- <td class='ez-table-striped-td'>555.123.4567</td>
- <td class='ez-table-striped-td'>San Diego</td>
- </tr>
- <tr class='ez-table-striped-row'>
- <th scope='row' class='ez-table-striped-th'>John Doe</th>
- <td class='ez-table-striped-td'>555.123.4567</td>
- <td class='ez-table-striped-td'>San Diego</td>
- </tr>
- <tr class='ez-table-striped-row'>
- <th scope='row' class='ez-table-striped-th'>John Doe</th>
- <td class='ez-table-striped-td'>555.123.4567</td>
- <td class='ez-table-striped-td'>San Diego</td>
- </tr>
- <tr class='ez-table-striped-row'>
- <th scope='row' class='ez-table-striped-th'>John Doe</th>
- <td class='ez-table-striped-td'>555.123.4567</td>
- <td class='ez-table-striped-td'>San Diego</td>
- </tr>
- </tbody>
- </table>
- <br /><br />
- </section>
- <hr>
- <footer style="background-color:#dedede"><h4>Footer</h4>
- </footer>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement