Write HTML syntax of Unordered List
22 Likes
<ul> <li> Line 1 </li> <li> Line 2 </li> <li> Line 3 </li> <li> Line 4 </li> </ul>
Answered By
15 Likes
Name two ways to customize the pictures in HTML documents
Write HTML syntax of Ordered List
Write HTML syntax of Marquee Tag in left direction
Write HTML syntax of Marquee Tag in downward direction