how can I alter width and height of a paragraph and add scroll in html5? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how can I alter width and height of a paragraph and add scroll in html5?

6th Jul 2016, 2:03 PM
Manish Sachdeva
2 Answers
+ 1
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <p style="width:200px;height:100px;overflow:auto;">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eius cumque mollitia molestias ut omnis veritatis dolorem quo rem voluptatem aut quia, eveniet impedit accusantium ipsam enim sed est commodi necessitatibus!<p> </body> </html>
8th Jul 2016, 12:42 AM
ZinC
ZinC - avatar
0
using fonts and text formatting tags
7th Jul 2016, 9:51 AM
Pradeep N
Pradeep N - avatar