I have HTML document, which i am not allowed to changing. In the other side, i have .css file with which i must to add text. I used the content property. The result must have text "NAME" before "input type="text" and text "NUMBER" before "input type="number".
The first one I already did with css code below in the link.
<div>
<div>
<div class="spacer"></div>
</div>
</div>
<div>
<div>
<input type="text" />
</div>
<div>
<input type="number" />
</div>
</div>
My html code is here: http://www.beetxt.com/MZ2/ when I write here in the site it does show nothing.
And my CSS file: http://www.beetxt.com/Tdb/
But I dont know how to show text before " " without changing the HTML file. I can only use .css file, styles.