
- 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
Make a font italic with CSS
To make a font italic, use the font-style property. You can try to run the following code to learn how to work with the font-style property:
Example
<html> <head> </head> <body> <p style = "font-style:italic;"> This text is in italic style </p> </body> </html>
- Related Articles
- How to make a text italic using JavaScript
- How to make text italic in HTML?
- How to make a text bold and italic in JavaFX?
- Change the font face with CSS
- Set the font style with CSS
- Set the font variant with CSS
- Set the font weight with CSS
- Set the font size with CSS
- Set the font family with CSS
- How to set whether the style of the font is normal, italic or oblique with JavaScript?
- Change the font size of a button with CSS
- Set Font Size with Pixels using CSS
- Set Font Size with em using CSS
- Setting Font Size with Keywords in CSS
- Setting Font Size with Pixels using CSS

Advertisements