1. A very simple HTML document
2. Text inside paragraph (Demonstrate <p> with its attributes, <br> and <hr>)
3. Demonstrate All header tags (<h1> to <h6>)
4. Demonstrate All text formatting tags (<b>,<u>,<i><tt>,<strike>,<sub>,<sup>,<big>,<strong>,<small>)
5. Demonstrate <font> with all its attributes.
6. Demonstrate <a> tag for creating hyperlink with external document.
7. Demonstrate <a> tag for creating bookmark.
8. Demonstrate creating Ordered List with help of <ol> and <li> tags.
9. Demonstrate creating Unordered List with help of <ul> and <li> tags.
10. Demonstrate creating Definition List with help of <dl>,<dt>,<dd> tags.
11. Explain creating table of size 4 x 4. (USE <table>,<tr>,<td>,<th> and <caption> tags)
12. Demonstrate Rowsapn & Colspan attribute of <table> .
13. Demonstrate Cell padding and Cell spacing attribute of <table> with example.
14. Demonstrate inserting image in webpage. (use <img> tag)
15. Demonstrate creating horizontal frames of equal size. (use <frameset> and <frame> tag.
16. Demonstrate creating vertical frames of equal size. (use <frameset> and <frame> tag.
0 comments:
Post a Comment