Download presentation
Presentation is loading. Please wait.
1
CS543: WEB APPLICATION PROGRAMMING
Computer Science Department Lab 2
2
Marking a List Marking a List
HTML supports three kinds of lists: ordered, unordered, and definition You use an ordered list for items that must appear in a numerical order You use an unordered list for items that do not need to occur in any special order One list can contain another list This is called a nested list
3
Creating an Ordered List
4
Creating an Unordered List
5
Using the type Attribute to select numbers, letters, or
roman numerals in ordered lists.
7
Marking a Block Quote The syntax for making an extended quote is • <blockquote>content</blockquote>
8
The syntax for making an extended quote is • <blockquote>content</blockquote>
9
Main HTML tags
10
HTML links are defined with the <a> tag.
11
Working with Inline Elements
Big text: • <big>.....</big> Small text: • <small>....</small> Subscripted text: • <sub>....</sub> Superscripted text: • <sup>...</sup>
13
HTML images HTML images are defined with the <img> tag.
14
Adding Comments The comment tag adds notes to your HTML code <!-- comment -->
15
horizontal line. <hr> to draw line as a horizontal line .
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.