Presentation is loading. Please wait.

Presentation is loading. Please wait.

In the fallowing 4 weeks we will concentrate on the programming of the Dynamic Web. HTML is the publishing language for the World Wide Web. Combined with.

Similar presentations


Presentation on theme: "In the fallowing 4 weeks we will concentrate on the programming of the Dynamic Web. HTML is the publishing language for the World Wide Web. Combined with."— Presentation transcript:

1 In the fallowing 4 weeks we will concentrate on the programming of the Dynamic Web. HTML is the publishing language for the World Wide Web. Combined with HTML, there are many progrmming languages, such as, Perl, Java, Javascript, ASP (Active Server Pages ), PHP(Personal Home Page Tools),Coldfusion, etc.. Topics will be discussed in this part: Introduction to HTML Sever side CGI programming with Perl

2 Introduction to HTML HTML is the web’s own publishing language. It consists of a number of “tags” that the author has used to make up the various components of the document – Its paragraphs, headings, tables and so on – and also to insert graphics and hypertext links. The main topics we will discuss in this part is: 1. The Minimum HTML Document, 2.Paragraphs & Headings, 3. Tag options and centering, 4. Inline images & Horizontal rules, 5. Link to other pages & Link within pages, 6. Lists, 7 Tables, 8. Forms, 9. Frames, 10. Client pull, 11. Image Maps.

3 Text Editor Browser The simple HTML document The output of the html document Mimimum HTML Document The form of a tag is The form of a matching end tag is

4 Making Up Paragraphs & Heading HTML has a tag which indicates what a paragraph is. That tag is

5 HTML defines 6 levels of headings.

6 Each tag may have different options (attributes) to control the way of output appears.

7 Inline images & Horizontal rules The tag for images in HTML is the img tag. Img options: align, size(width, height), space(Vspace, hspace) alt,… Horizontal rules are used to improve the appearance of a page by breaking it into sections.

8 Make up Lists HTML supports unnumbered, numbered, and definition lists The list elements included in HTML standard are: OLordered(numbered ) list ULunordered(bulleted or simple) list LI(list item) DL(definition term) DD(definition itself)

9

10 Links to other pages and within pages The tag used to represent links is the “a” tag, the end tag must be used

11

12 TABLE Simple table example To create a simple table for your WebPages, you need at least three basic different tags: The entire table should be enclosed in this pair of tags. ( ) This tag begins a new table row ( ) This tag creates a table cell in a table row

13 the example file SimpleTable.html

14 Table Aligning options Using the align option of each tags and set it to the value of left, right, center, justify to align the contents horizontally(simpletablealign.html): A Stocks Company Name MSFT Microsoft Co. Ltd MONI Marconi PLC RHAT RedHat Software Co. Ltd

15 Table Aligning options

16 Using the valign option of each tags and set it to the value of top, middle(the default), bottom, baseline to align the contents vertically(tablevalign.html): A Stocks Company Name MSFT Microsoft Co. Ltd MONI Marconi PLC RHAT Redhat Software Co. Ltd

17 Table Aligning options

18 Table captions Using tag you can control the caption go to bottom or top using align= bottom or top Controlling the Table as a whole Width, Align……

19 Forms

20

21

22


Download ppt "In the fallowing 4 weeks we will concentrate on the programming of the Dynamic Web. HTML is the publishing language for the World Wide Web. Combined with."

Similar presentations


Ads by Google