Answers for "css make the text italic"

CSS
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