0
How can i give different formatting to the same tag...(( Read Description ))
if I have typed 3 paragraph's in html and I want to give three different Formatting to all these 3 para. then how it is possible? { just by using CSS coding } THANK YOU .đđ
3 Answers
+ 4
use different CSS properties for formatting
https://code.sololearn.com/WkpHQokQw4AH/?ref=app
+ 2
By assigning different ID's to <p> , you can easily do it.
+ 1
You can give them different ids or classes, using the id or class attribute. Then just reference #idName or .className in the css code