Brown. Posted February 25, 2012 Report Share Posted February 25, 2012 Quero fazer o seguinteA. Item - na cor vermelho 1.Item na cor preto 2.Item na cor preto 3.Item na cor pretoB. Item vermelhoC. Item vermelho a.Item preto b.Item preto i. Item verde ii. Item verde iii. Item verdeD. Item vermelhoE. Item vermelhoConsegui ate aqui<html> <head> </head> <body> </font> </h3> <ol type = 'A'> <li > <font color = "red" >Item </font> <ol type = '1'> <li> <font color = 'black'> <u>Item</u> </font> </li> <li> <font color = 'black' > <u>Item </u> </font> </li> <li> <font color = 'black' > <u>Item </u> </font> </li> </ul> </li> <li> </ol> </body> </html> Quote Link to comment Share on other sites More sharing options...
0 Markus Magnus Posted February 25, 2012 Report Share Posted February 25, 2012 <html> <head> </head> <body> </font> </h3> <ol type = 'A'> <li > <font color = "red" >Item </font> <ol type = '1'>//aqui você abriu uma tag OL <li> <font color = 'black'> <u>Item</u> </font> </li> <li> <font color = 'black' > <u>Item </u> </font> </li> <li> <font color = 'black' > <u>Item </u> </font> </li> </ul>// aqui você fechou uma tag UL </li> <li>// Aqui você deixou uma tag LI aberta </ol> </body> </html> até o seu código só teve os 3 erros que apontei acima o resto ta certinho e a lógica de qual tag fica dentro de qual também abaixo ta o seu código até agora corrigido <html> <head> </head> <body> </font> </h3> <ol type = 'A'> <li > <font color = "red" >Item </font> <ol type = '1'> <li> <font color = 'black'> <u>Item</u> </font> </li> <li> <font color = 'black' > <u>Item </u> </font> </li> <li> <font color = 'black' > <u>Item </u> </font> </li> </ol> </li> </ol> </body> </html>Boa sorte Abraços Quote Link to comment Share on other sites More sharing options...
Question
Brown.
Quero fazer o seguinte
A. Item - na cor vermelho
1.Item na cor preto
2.Item na cor preto
3.Item na cor preto
B. Item vermelho
C. Item vermelho
a.Item preto
b.Item preto
i. Item verde
ii. Item verde
iii. Item verde
D. Item vermelho
E. Item vermelho
Consegui ate aqui
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.