Home | Computer Science

<
OL & UL

Defination

Used to put sentences in a order.


LISTS This are two attributes
Some information
Syntax of tag is
< ul> <li> Hello <li> <ul> Program
INPUT

<html> <head> <body> I like three fruits <ul> <li>Mango</li> <li>Apple</li> <li>Guava</li> </body> </html>

OUTPUT