Qualcuno ci capisce abbastanza di Html e Css da spiegarmi perché non mi funzionano i comandi che do in css?
Questi sono i due testi, premessa: nessun ordine in css funziona.
Html
Link rel="stylesheet" type="text/css" href="text/css.css" / ( mancano "<" e ">", li ho tolti per visualizzare il testo, altrimenti la pagina individuandolo come html non lo visualizza)
Css
/*RESET CSS*/
html,body,div,p,span
h1, h2, h3, h4, h5, h6,
blockquite, pre, a, abbr, acronym, address, big, cite, code,
img,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, tg,
ilframe, ins {
margin:0;
padding:0;
border:0;
font-size:0;
font:inherit;
line-height:1;
}
img { border:none; vertical- align:bottom; }
Body { background:url('img/stripe.png'); }
Questi sono i due testi, premessa: nessun ordine in css funziona.
Html
Link rel="stylesheet" type="text/css" href="text/css.css" / ( mancano "<" e ">", li ho tolti per visualizzare il testo, altrimenti la pagina individuandolo come html non lo visualizza)
Css
/*RESET CSS*/
html,body,div,p,span
h1, h2, h3, h4, h5, h6,
blockquite, pre, a, abbr, acronym, address, big, cite, code,
img,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, tg,
ilframe, ins {
margin:0;
padding:0;
border:0;
font-size:0;
font:inherit;
line-height:1;
}
img { border:none; vertical- align:bottom; }
Body { background:url('img/stripe.png'); }
Commenta