Skip to content

HTML, JavaScript, CSS

Tony edited this page Apr 25, 2016 · 6 revisions

ACES Learn to Code

HTML, JavaScript, CSS

Details

This Learn to Code session is geared toward those that want to learn software development by my not not where to start. At the end of this session you will:

  1. Learn the basics HTML objects
  2. Learn the basic features of JavaScript
  3. Learn the basics of CSS
  4. Create an executable JavaScript program and display it in an HTML page

Steps to be complete prior to training

  1. Review - HTML CheatSheet - http://www.simplehtmlguide.com/cheatsheet.php
  2. Review JavaScript CheatSheet - https://www.cheatography.com/davechild/cheat-sheets/javascript/
  3. Review CSS CheatSheet - http://www.simplehtmlguide.com/csscheatsheet.php
  4. Download a text/HTML editor

Training

  1. Create a new file index.html page
  2. Add the standard HTML template to the file <html><head><title>ACES Learn To Code...</title></head><body>ACES Learn To Code</body></html>
  3. Save the index.html file and open it in a web browser

Update Your Page

  1. Add HTML Elements
  2. Link to a Style Sheet
  3. Style your page
  4. Create JavaScript functions
  5. alert("ACES Learn to Code");
  6. Link to JavaScript function
  7. Program a version of FizzBuzz

Extra Credit

Clone this wiki locally