Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

html text decoration

<p style="text-decoration: none;"> There will be no effects. Default value </p>
<p style="text-decoration: underline;"> Text will be underlined </p>
<p style="text-decoration: overline;"> A line will be drawn over the text </p>
<p style="text-decoration: line-through;"> Text will be strikethrough </p>
Source by learn.coderslang.com #
 
PREVIOUS NEXT
Tagged: #html #text #decoration
ADD COMMENT
Topic
Name
7+9 =