Kode Teks Area:
<textarea name="code" rows="6" cols="20">Write code here</textarea>
The results are as follows
Similarly blog tutorial on how to create a text area with highlights. Hopefully the info useful
Further, how to create a text area with highlights.
Code like the following:
Code like the following:
<div><form name="copy"><div align="center"><input onclick="javascript:this.form.txt.focus();this.form.txt.select();" type="button" value="Highlight All"> </div><div align="center"></div><p align="center"><textarea style="WIDTH: 300px; HEIGHT: 144px" name="txt" rows="100" wrap="VIRTUAL" cols="55">
write code here
</textarea></p></form></div>
The results are as follows
Similarly blog tutorial on how to create a text area with highlights. Hopefully the info useful
(k)
BalasHapus