Answers for "italic letters html and css"

CSS
4

italic in css

style= "font-style: italic;"
Posted by: Guest on June-29-2020
0

how to make any word italic in html and css

<!DOCTYPE html>
<html lang="en">
<head>
   
</head>
<body>
<p><i>Hello World</i></p>
</body>
</html>
Posted by: Guest on August-16-2021

Browse Popular Code Answers by Language