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:
These are a few of my favorite links:
My favorite search engineIt 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.
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 |
|
|
Tuesday |
|
|