I want to display inline container paragraph Number and the second input like the first line input. Thanks you. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

I want to display inline container paragraph Number and the second input like the first line input. Thanks you.

Display inline input and Number. https://code.sololearn.com/Wou6d48HGxNq/?ref=app

11th Jun 2021, 5:32 AM
Malick Diagne
Malick Diagne - avatar
1 Answer
0
Block element have their own characteristics they can't accommodate with inline element in line. First p is inline 2nd p is block level element. For your desire result Try Paragraph.append(input) in line 43 Instead of button.append(input)
11th Jun 2021, 7:58 AM
Divya Mohan
Divya Mohan - avatar