This is possible with the <fieldset>
and <legend>
elements.
legend {
margin: 0 auto;
}
input {
width: 100%;
}
<form>
<fieldset>
<legend>Comment</legend>
<input type="text" placeholder="Add your comment"/>
</fieldset>
</form>
This is possible with the <fieldset>
and <legend>
elements.
legend {
margin: 0 auto;
}
input {
width: 100%;
}
<form>
<fieldset>
<legend>Comment</legend>
<input type="text" placeholder="Add your comment"/>
</fieldset>
</form>
The
thanks for downvoted, but already I used