Download presentation
Presentation is loading. Please wait.
1
Creating Web Page
2
HyperText MarkUp Language
A language used to define a web page. Other languages: XML, XHTML, DHTML, etc. A web page is a text file containing HTML tags and/or other markup language tags.
3
Basic HTML Tags <html> </html>
<title> </title> <body> </body> <h1> </h1>: large text <h6> </h6>: smallest text
4
Example <html> <title>David Chao ISYS263 HTML Demo</title><p> <body> <h1>Welcome to David Chao’s Home Page</h1> <hr> <a href=“cake.gif”>Click here to see a cake picture</a><p> </body> </html>
5
Web Page Editors Word: Composer FrontPage Others File/New
Under new document choose WebPage Composer FrontPage Others
6
Typical Web Page Contents
Text: Alignment, Size, Font, Bold Link Table List BookMark BackGround Picture Form mailto: Address
7
Edit Web Page
8
Dynamic Web Pages
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.