Is there any other | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Is there any other

<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <p class="normal">This paragraph is normal.</p> <p class="italic">This paragraph is italic.</p> <p class="oblique">This paragraph is oblique.</p> </body> </html>

11th Mar 2019, 2:12 AM
Ighalo Destiny Aka @destinmedian
Ighalo Destiny Aka @destinmedian - avatar
1 Answer
+ 5
No ,there is not any other <p>tag with different attributes okay if you want to change attributes using class use css p.italic { font-style: italic; }
11th Mar 2019, 2:18 AM
Yash🏁🔘
Yash🏁🔘 - avatar