Pages

Tuesday, January 15, 2019

How to Italicized a paragraph

To italicized a paragraph, we will use these tags <i></i>. Any paragraph which we want to italicized, we write in these tags like this <i><p> Need to Italicized </i></p>. We will check here that how we can use italicized tag.
We have to write all paragraph styling in body tag.

<body>
<i><p>This is italicized paragraph</p></i>
</body>


This will show the following result.....


No comments:

Post a Comment