Welcome to our First Web Site made @ FastTrackIT

News

Today we created a new web site read more

This is a red paragraph, it has 'red-element' class (declared in style.css)

One more red paragraph

Normal paragraph

Homework

Write some info about you.

Make this web site as you wish. Change/Add any attributes you have learned in this example. Add/edit elements in HTML page as you wish, to create custom components in your page.

Exercises

  1. Add new widget
  2. Make sure you understand how to find any elements with:
    • document.getElementById('element-id')
    • document.getElementsByClassName("class-name")
    • document.getElementsByTagName("a")
    • and nested combinations of those
  3. play in FireBug to find and change some attributes (color, display, width, height, etc.) of some elements
  4. Make all widgets collapsible

I hope is all clear.