Search
 
SCRIPT & CODE EXAMPLE
 

HTML

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>
Comment

text-decoration

a{
    text-decoration:underline; // default in A tag
    text-decoration:none;
    text-decoration: overline;
    text-decoration: line-through;
    text-decoration: underline overline;
}

//My youtube:'https://www.youtube.com/HasibulIslambd' 
Comment

text-decoration

text-decoration: underline;
text-decoration: overline red;
text-decoration: none;

/* Global values */
text-decoration: inherit;
text-decoration: initial;
text-decoration: revert;
text-decoration: unset;
Comment

PREVIOUS NEXT
Code Example
Html :: get all href from html 
Html :: what is the difference between span and div 
Html :: html checkbox 
Html :: how to make red asterisk in html 
Html :: Flutter Embedded Iframe 
Html :: how can we open file manager by html 
Html :: html text cut 
Html :: html meta tags for seo 
Html :: placeholder image unsplash html 
Html :: disable overscrolling html 
Html :: html5 video player autoplay 
Html :: Change color of calendar icon in HTML Date Input 
Html :: redirect to folder html 
Html :: js input change form submit 
Html :: chevron down html 
Html :: laravel hide html tags 
Html :: placeholder in input field MVC 
Html :: &times html 
Html :: inspect google remote device disable screencast 
Html :: italique html 
Html :: how to add a image file in html 
Html :: prevent from going to a function html click 
Html :: how to add a border around text in html 
Html :: javascript on lose focus 
Html :: meta redirect 
Html :: Get Session content on cshtml 
Html :: dropdown content left 
Html :: h1 
Html :: alert tailwind css 
Html :: row merge 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =