Presentation is loading. Please wait.

Presentation is loading. Please wait.

HTML Frank@FYSH.

Similar presentations


Presentation on theme: "HTML Frank@FYSH."— Presentation transcript:

1 HTML

2 HTML is the fundamental
All web pages are written in HTML You can see how it be done by View → Original File Reference web site:

3 HTML - Tag is everywhere
Today is a nice day for learning HTML Today is a nice day for learning HTML【其中,nice這個字是粗體】 Today is a <粗體開始>nice<粗體結束> day for learning HTML Today is a <b>nice</b> day for learning HTML

4 HTML Tag Rule Usually paired <html>…</html> <body>…</body> Some tags are alone <br> <hr> No cross between pairs <tr><td>good</tr></td>←Wrong <tr><td>good</td><td>morning</td></tr>

5 Basic Html Architecture
<head> </head> <body> </body> </html> <title>…..</title> Your content is here !

6 Table Basic Tags <table>...</table> - table <tr> - row difinition <td> - data cell <table border> <tr> <td>Food</td> <td>Drink</td> <td>Sweet</td> </tr> <tr> <td>A</td> <td>B</td> <td>C</td> </tr> </table> Food Drink Sweet A B C

7 Table Design <table border> <tr> <td> </td>

8 Table Caption <caption align=#> ... </caption> #=top, bottom <table border> <caption align=bottom>Lunch</caption> <tr><td>Food</td><td>Drink</td><td>Sweet</td></tr> <tr><td>A</td><td>B</td><td>C</td></tr> </table>

9 More Example

10 What’s Next More Tags IMG Anchor Color And More…..


Download ppt "HTML Frank@FYSH."

Similar presentations


Ads by Google