2. Enter http://www.w3schools.com/html/tryit.asp?filename=tryhtml_basic
3. What kind of effects can you see?

把<table border="1">這行的數字變大的話,可以改變框框的粗細大小
Lists
4. Copy and paste the Lists example athttp://www.w3schools.com/html/html_lists.asp
5. Enter http://www.w3schools.com/html/tryit.asp?filename=tryhtml_basic
6. What kind of effects can you see?
Unordered Lists
的第一行程式碼是<ul>
Ordered Lists
的第一行程式碼是<ol>
不一樣的開頭出來的開頭項目也不一樣