
- Javascript Basics Tutorial
- Javascript - Home
- Javascript - Overview
- Javascript - Syntax
- Javascript - Enabling
- Javascript - Placement
- Javascript - Variables
- Javascript - Operators
- Javascript - If...Else
- Javascript - Switch Case
- Javascript - While Loop
- Javascript - For Loop
- Javascript - For...in
- Javascript - Loop Control
- Javascript - Functions
- Javascript - Events
- Javascript - Cookies
- Javascript - Page Redirect
- Javascript - Dialog Boxes
- Javascript - Void Keyword
- Javascript - Page Printing
- JavaScript Objects
- Javascript - Objects
- Javascript - Number
- Javascript - Boolean
- Javascript - Strings
- Javascript - Arrays
- Javascript - Date
- Javascript - Math
- Javascript - RegExp
- Javascript - HTML DOM
- JavaScript Advanced
- Javascript - Error Handling
- Javascript - Validations
- Javascript - Animation
- Javascript - Multimedia
- Javascript - Debugging
- Javascript - Image Map
- Javascript - Browsers
- JavaScript Useful Resources
- Javascript - Questions And Answers
- Javascript - Quick Guide
- Javascript - Functions
- Javascript - Resources
Underline text with CSS
Use the text-decoration property to underline text with CSS. You can try to run the following code to underline text:
<html> <head> </head> <body> <p style = "text-decoration:underline;"> India </p> </body> </html>
- Related Articles
- How to Change Link Underline Color using text-decoration-color CSS
- Which property is used to underline, overline, and strikethrough text using CSS?
- Underline Text in Tkinter Label widget
- How to create bottom bordered (underline) navigation links with CSS?
- How to underline a text in HTML?
- How to add underline to Text using FabricJS?
- Strikethrough text with CSS
- Capitalize text with CSS
- Indent Text with CSS text-indent Property
- How to remove underline from text hyperlink using jQuery?
- How to strike through and underline text in JavaFX?
- Text Indentation Working with CSS
- Text Transformation Working with CSS
- How to make text bold, italic and underline using jQuery
- How to underline all words of a text using jQuery?

Advertisements