Search
 
SCRIPT & CODE EXAMPLE
 

CSS

line through text css

text-decoration: line-through
Comment

underline text using css

/* Using 'text-decoration' property with 'underline' value. we can draw underline below the text using css */
<style>
p {
  text-decoration: underline;
}
</style>
<p>Hello all Welcome here !!!</p>
Comment

how to underline text in css

p{
text-decoration: underline;
}
Comment

PREVIOUS NEXT
Code Example
Css :: how to set background image for button in css 
Css :: html5 video hide progress bar 
Css :: css first of type 
Css :: css selector not checked 
Css :: how to add inline class to a paragraph in css 
Css :: remove focus border 
Css :: add cursor to html button 
Css :: change bot page background top.gg 
Css :: underline css animation hover 
Css :: position sticky css 
Css :: how to fix the nav bar to the left of the page 
Css :: bootstrap word-wrap: break-word; 
Css :: wp wpbakery bulder page alignment 
Css :: color checker css online 
Css :: show existing virtualenvs 
Css :: styles only for IE 
Css :: center tecxt css 
Css :: css put span on new line 
Css :: line in middle word css 
Css :: relier css html 
Css :: image rotate with css 
Css :: horizontal scroll with css grid 
Css :: how to set text in center in flex item 
Css :: ionic install font 
Css :: mat dialog background color 
Css :: font-strech css 
Css :: delected blue border when an input is selected 
Css :: css image size adjust 
Css :: kill docker by image name 
Css :: css transform origin 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =