Skip to content

CS Discoveries Vocabulary

Unit 2 Lessons 1 & 2

  • Vocabulary
    • HTML - Hypertext Markup Language, a language used to create web pages
    • HTML Element - A piece of a website, marked by a start tag and often closed with an end tag
    • HTML Tag - The special set of characters that indicates the start and end of an HTML element and that element's type
    • Website Content - the text and images on a website
    • Website Structure - how the content of a website is organized
  • Introduced Code 

Unit 2 Lesson 3

  • Vocabulary
    • Heading - A title or summary for a document or section of a document.
    • List - allows web developers to group a set of related items

Unit 2 Lesson 5

  • Vocabulary
    • Digital Footprint - The collected information about an individual across multiple websites on the Internet.

Unit 2 Lesson 6

  • Vocabulary
    • CSS - Cascading Style Sheets; a language used to describe how HTML elements should be styled
    • CSS Selector - the part of a CSS rule-set that defines which HTML elements the style should be applied to
  • Introduced Code
    • color: value;
    • font-family: value;
    • font-size: value;
    • text-align: value;
    • text-decoration: value;

Unit 2 Lesson 8

  • Vocabulary
    • Copyright - the exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same

    • Creative Commons Attribution (Say who made it, ideally share where you got it.)

    • Creative Commons Attribution, Non-Commercial (Say who made it, ideally share where you got it, don't make money off of it.)

    • Creative Commons Attribution, Share-Alike (Say who made it, ideally share where you got it, anything you make with it needs to be under the same license.)

    • Creative Commons Attribution, No Derivatives (Say who made it, ideally share where you got it, don't make anything out of it.)

    • Creative Commons Attribution, Non-Commercial, Share-Alike (Say who made it, ideally share where you got it, don't make money off of it, anything you make with it must be under the same license.)

    • Creative Commons Attribution, Non-Commercial, No Derivatives (Say who made it, ideally share where you got it, don't make money off of it, don't make anything out of it.)

    • Public Domain (Owned by the public, IE, everyone. Can be used without citation outside of a classroom setting.)

Unit 2 Lesson 9

Unit 2 Lesson 9

Unit 2 Lesson 16

  • Vocabulary
      • Relevant - closely connected to a topic
      • Search Engine - A program that searches for items on the World Wide Web.
      • Trustworthy - reliable, honest, and truthful

Unit 2 Lesson 17

  • Vocabulary
        • CSS Class - An identifier that allows multiple elements in an HTML document to be styled in the same way

Unit 2 Lesson 19