Notes
Read this: Basic HTML Tags
Read this: HTML Text Formatting
Read this: HTML Character Entities
Exercises
Have a look at Headings, and try messing with the code.
Try this one too, though you can ignore the font stuff.
Use Aptana to create two simple HTML documents, one about dogs, and the other about cats. They should contain:
- h1, h2, h3, p, strong, em, ul, ol, li.
Experiments with Aptana's code completion features.
Look at the HTML reference section in Aptana's help.
Look at your page's structure in Aptana's outline view.
X Robotics
Part 1
Write two HTML pages that look like this and this. Do not look at the source code! You can copy-and-paste the content, but write all the HTML tags yourself.
Part 2
Change what you did above to look like this. Again, do not look at the source code!
Part 3
Change what you did above to look like this. Again, do not look at the source code!