- 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
1 ответ
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)