BAWZIE Posted May 26, 2016 Share Posted May 26, 2016 Html suporta liste neordonate si ordonate.Ex de lista neordonata: <html> <head> <title>Aici se pune titlul paginii</title> </head> <body> <ul> <li>element1 </li> <li>element2 </li> </ul> </body> </html> Prin <ul type=""> semnul din fata poate fi modificat.<ul type="disc"> , <ul type="circle"> , <ul type="square">Ex de lista ordonata: view sourceprint <html> <head> <title>Aici se pune titlul paginii</title> </head> <body> <ol> <li>element1 </li> <li>element2 </li> </ol> </body> </html> Initial in fata va aparea 1. , 2. .Prin type"A" se va schimba in A. , B. , C. ,etc.type"a" se va schimba in a. , b. , c. ,etc.type"I" se va schimba in I. , II. , III. ,etc.type"i" se va schimba in i. , ii. , iii. ,etc. Sursa. Link to comment Share on other sites More sharing options...
BAWZIE Posted May 28, 2016 Author Share Posted May 28, 2016 Daca un topic este mai vechi de 3 zile, acesta va fi inchis de moderatori. Topic closed. Link to comment Share on other sites More sharing options...
Recommended Posts