Giter Site home page Giter Site logo

content-to-code's Introduction

summary time deliverables
Given a chunk of content, determine the groups & HTML tags—without writing any code.
1 hour
A GitHub Issue

Content to code

Overview

  • Fork & clone this repository.
  • Using the two PDFs, determine the most semantically appropriate HTML tag for each numbered content
  • There are two PDFs: content-to-code.pdf — Just the plain content, by itself content-to-code-numbered.pdf — A messier version showing each numbered tag
  • Submit your HTML tag choices with explanations.

Hand in

On GitHub’s website, on your forked repository, create an Issue labeled “Solution”—and tag your teacher.

Inside the content of the Issue write out your tag choices & explanations. Here’s an example:

1. h1 — The most important content
2. abbr — Defines a shortened word
3. p — Some none specific text content
   ⋮

The above is just an example—not the answers.

Don’t forget to tag your teacher!

content-to-code's People

Contributors

thomasjbradley avatar

content-to-code's Issues

Solution

@hellachella 👀 👾

  1. main - primary content of the page
  2. h1 - Header, most important piece on the page
  3. time + datetime tag - Machine readable version of the date/time format
  4. paragraph - Generic text
  5. video poster="..." - Tag to insert video. Other code can be added on to change how to video interacts with the page and
    the viewer
  6. h2 - Content headings. Go down in importance as the numbers go up (as high as 6)
  7. p - Paragraph of generic text
  8. p - Paragraph of generic text
  9. amp (really not sure on this one) - Used to display special type
  10. PddD - Period of days
  11. href - Link to another page (ex: buy now) on the site
  12. h2 - Content headings. Go down in importance as the numbers go up (as high as 6)
  13. ol - Ordered List - Dictates that the order of items is important
  14. li - Single list item. Should be stacked on top of each other when multiple items are listed
  15. h2 - Content headings. Go down in importance as the numbers go up (as high as 6)
  16. dl - Description List - Used for terms and definitions
  17. dt - Description title, the name of the item in the list
  18. dd - Description definition, the text under the dt
  19. h2 - Content headings. Go down in importance as the numbers go up (as high as 6)
  20. p - Paragraph of generic text
  21. q - Small quote within other content
  22. p - Paragraph of generic text
  23. cite - Citation of source
  24. h2 - Content headings. Go down in importance as the numbers go up (as high as 6)
  25. address - Indicates and address, made up of breaks to separate the text

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.