This is a paragragh.
This is a link to homepage.This is a paragragh.
Here are two divs to demostrate the sliding.
Click the header to see the effect.
The button changes the style of the div below.
Next try to click the box below.
This is a sample paragragh.
This paragragh will show the output.
This is a paragraph.
Let's define a style with a class name.
class name = "testClass", background-color: lightgray; font-size: 20px; font-family: fantasy
class name = "redText", color:red;
You can add class to this text.
This is content.
Here used a graph to demostrate the different hieght and weight in web.
The yellow part is the content, the red part is padding, the blue part is margin.The ivory part is border.
I use a button to change the "height()",and thus there is change in " innerHeight() " and "outerHeight()".
The height of the content is
The inner height of the box is (content+padding)
The outer height of the box is (content+padding+border)
The true height of the box is (content+padding+border+margin)