[Solved] How insert a navbar inside a or any other element?
While it’s true that you can’t nest an element within an actual textarea element, that doesn’t mean the task as described isn’t capable of being accomplished, simply look at the textarea you type answers in here with. What I recommend for your goal is to create a wrapper div (let’s call it textarea-with-nav), insert your … Read more