html - How to add inline input elements between texts -


i trying create form similar this. finding hard show text inline form elements.

form this: certify beneficial owner resident of ____ within meaning of income tax treaty between united states , country______ text here. (i want place text fields in place of dots)

<p> certify beneficial owner resident of   <input type="text" /> </p> 

put inside p (paragraph) tag.

copy , paste code.


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -