Skip to Main Content

Hour of Code 2016

Event information and resources for Monroe Library's Hour of Code December 8, 2016

HTML & CSS Overview

HTML and CSS are the coding languages needed to make a basic web page. W3Schools (an online resource complete with tutorials, reference information, and examples at: W3Schools.com) provides this definition:

HTML:
  • HTML stands for Hyper Text Markup Language
  • HTML describes the structure of Web pages using markup
  • HTML elements are the building blocks of HTML pages
  • HTML elements are represented by tags
  • HTML tags label pieces of content such as "heading", "paragraph", "table", and so on
  • Browsers do not display the HTML tags, but use them to render the content of the page
CSS:
  • CSS stands for Cascading Style Sheets
  • CSS describes how HTML elements are to be displayed on screen, paper, or in other media
  • CSS saves a lot of work. It can control the layout of multiple web pages all at once
  • External stylesheets are stored in CSS files