About this webpage

Webpages are coded with a combination of three different languages: HTML, CSS and Javascript. The different languages can be located in different files. They can also all be combined in a single file with a .html extension.

The code for this webpage is located in a single .html file and is intended to introduce how to use various HTML tags and attributes. In a later lesson we will focus more on CSS and Javascript. Note that this file contains mostly HTML with a minimal amount of CSS code. There is NO Javascript code in this file. The CSS code appears in the style elements and style attributes found in this page.

style elements:
<style> css code goes here </style>

style attributes: e.g.
<div style="css code goes here">...<div> and
<span style="css code goes here">...<span>

To work with this code do the following:


Some links

These are a few of my favorite links:

My favorite search engine Google logo
A good place to buy stuff

Stuff todo

It would be a good idea for me to get more orgnaized. Perhaps I should read this article . Here is a list of things that I need to do.

Monday

School Stuff

Other Stuff



Tuesday

  1. Buy an umbrella a picture of an umbrella
  2. Take the test
  3. Make vacation plans
  4. relax after a full night of studying

Another way of organizing the TODO items.

Tables are useful for displaying data in rows and columns. Here's an example of a simple HTML table that organizes our to-do items:

Day School Stuff Other Stuff
Monday
  • Do math homework
  • Study for Tuesday's English test
  • Pay electric bill
  • Call Joe to say hi
Tuesday
  • Take the test
  1. Buy an umbrella
    a picture of an umbrella
  2. Make vacation plans
  3. Relax after a full night of studying