Bonjour,
je souhaite colorer l'intérieur d'un fieldset en jaune mais je ne sais pas comment faire où plutôt j'ai essayé de le faire mais ça ne marche pas:
voici mon code:
pouvez-vous m'aider?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>essai</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style type="text/css" title="classes"> .yellow{background-color:yellow;} </style> </head> <body> <fieldset classe="yellow"> <legend><b>Bienvenue</b></legend> <center> <table> <tr> <td><h1>BONJOUR</h1></td> </tr> </table> </center> </body> </html>
merci
Partager