چطور میشه تگ h1 داخل سایت نمایش داده نشه؟
چطور میشه تگ h1 داخل سایت نمایش داده نشه؟
h1 {display:none}
این کد رو تو فایل Style.css تمت قرار بده
متاسفانه بازم نشون داده میشه,این هم قسمت استایل
#h{
display:inline;
}
h1{
display:none;
}
h2{
display:none;
width:1px;
height:1px;
}
# h1 {
width:155px;
height:173px;
background: transparent url(../images/logo.png) no-repeat;
text-indent:-9990px;
}
# h1 a {
width:100%;
height:100%;
display: block;
}