Code Monkey home page Code Monkey logo

divs-spans's Introduction

DIVs and SPANs


The purpose of this repository is to help you practice using <div> and <span> elements in their proper syntax.

Before you begin

Observe the files in this repo:

  • index.html is where you will be doing your coding.
  • README.md is the file you're reading. You should be reading it on GitHub.
  • result.png is the result you should be aiming for with index.html.
  • style.css is the styling that will make index.html look pretty. You're welcome.

Directions

  • Fork and clone this repo.
  • Wrap all content inside body with a div with attribute class="wrapper".
    • Don't forget to add a </div> at the end (right before </body>).
  • Wrap all similarities with a div with attribute class="similarities".
  • Wrap all differences with a div with attribute class="differences".
  • Wrap the words containers, block, and inline with their own spans with attribute class="blue".
  • When you are finished, the preview should look like result.png.
  • Beautify your code so that you can easily see which elements are inside of others (very helpful for debugging divs).
    • NOTE: the cloud9 keyboard shortcut is โŒ˜+shift+B
  • Mirror your master branch with a gh-pages branch and push.
  • If you finish early, add a section to the bottom with links to helpful resources for learning more about <div>s and <span>s.

Good luck!

divs-spans's People

Contributors

bmuellerhstat avatar deborat5786 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.