. "" (anchor). . - , .
. , , , . . , . . . , (). , .
- , , CSS.
, - CSS, . , . .css. :
a {
text-decoration: none;
}
"".
, CSS?
Style . , CSS. , ( HTML ) , CSS .
. .
, ? CSS . :
: hover {
text-decoration: none;
}
« :hover » .
, , , :
{
text-decoration: none;
}
: hover {
text-decoration: underline;
}
, html- . : , .
.
. .
Style:
.
id :
. CSS , , .
:
.none_ decoration{
text-decoration: none;
}
#:
#none_ decoration{
text-decoration: none;
}
CSS, Style
, CSS . - .
:
{
color:* (*red, #c2c2c2, rgb (132, 33, 65)*)*;
}
, . CSS- . ( , ).
. , CSS . text-decoration:
text-decoration-style:
- , solid.
- – wavy.
- – double.
- – dotted.
- – dashed
:
line-text-decoration-line :
- ( )- underline .
- () – through .
- – overline.
- none – .
( !):
text-decoration-line: ( *red, #c2c2c2, rgb (132, 33, 65)*).
:
text-decoration: red, line-through, wavy.