Download presentation
Presentation is loading. Please wait.
Published byAntonia Ramsey Modified over 9 years ago
1
1 HTML John Sum Institute of Technology Management National Chung Hsing University
2
2 Introduction HTML It stands for Hypertext Markup Language. HTML is a markup language for generating a homepage. Basic structure: Assign the page title. Define the page style, like font style. Define the keywords for the page. Content to be shown on the page.
3
3 Tags Examples ,, , : opening tag, : closing tag Define the main body and the header. Define the formats of the text. Tags are case insensitive, i.e. “ … ” and “ … ” have no difference. Multiple formats: Correct syntax: content Incorrect: content Compared with mathematical equation: [(30-17]) is meaningless.
4
4 Useful Tags Line break: Note that it has no closing tag. Paragraph: Ordered list: Point 1 Point 2 Unordered list: Point 1 Point 2
5
5 Useful Tags (Cont’d) Anchor: example Link to an image file, document, homepage. Table Example John Mary Item 1 Item 2 Item 3 Item 4 is equivalent to
6
6 Advanced Features HTML Form Username: You can add scripting language for making dynamic webpages. Scripting languages include Javascript, VB script, etc.
7
7 Useful Links http://web.nchu.edu.tw/~pfsum A very simple homepage. Almost all those useful tags introduced before have been used. http://www.w3schools.com/html/default.asp A very useful on-line tutorial on HTML.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.