<div class="something">
<form>
<h1>From For Checking</h1>
<textarea class="munna">
</textarea>
<br>
<br>
<input type="checkbox" id="c1">
<label for="c1">Remove puncuation</label>
<br>
<input type="checkbox" id="c1">
<label for="c1">Upper Case</label>
<br>
<input type="checkbox" id="c1">
<label for="c1">New Line remove</label>
<br>
<input type="checkbox" id="c1">
<label for="c1">Space remove</label>
<br>
<input type="checkbox" id="c1">
<label for="c1">Total Character count</label>
<br>
<br>
<button type="submit">Analyze Text</button>
</form>
</div>
.munna{
margin: 0px;
width: 792px;
height: 213px;
resize: none;
}
Comments
Post a Comment