Task:1
Display as follows
- Ordered List
- Unordered List
Steps:
- Create an headings using h1 tag and removed bold option wiht "font-weight:normal" option within style sheet.
- Create unorder list using ul tag and insert list of elements using li tag.
- Create ordered list using ol tag and insert list of elements using li tag.
- Change the bullet shape using "list-style-type:disc" in inline css.
- By using "padding-left" in inline css change structure of list according to the input image.
Task:2
Marquee tag: Scroll an image or text in a webpage.
- Width
- Height
- Direction
Steps:
- By using marquee tag create a line of text that is floating from right to left.
- Make changes on font-family as arial, font-size, color and margin.
- Insert an image using img tag and make it move like a marquee using marquee tag.
- Create few more marquee with different directions using direction option in style sheet.
- By using "scrollamount and scrolldelay" options make some changes in speed of the marquee movement.
- Detailed description is provided in marquee tag along with images.