,
Share with your friends 

Advanced Method To create a Command box with Attractive borders

10 ratings Views 177 
Author: Anto (Anto Y)  View Profile |  View other solutions by this author

Question / Problem


How create a Command box with Attractive borders?

Solution

Solution:

Example coding:-

<html>
<body>
<form>
<textarea name="comments" id="comments" style="width:200px;height:100px;font-family:cursive;border:dotted 12px #6DB72C;">
Enter your comments here...
About Ranksheet
</textarea><br>
<input type="submit" value="Submit">
</form>
</body>
</html>

Note: copy these notes on your notepad and save us the extension with .html and run the coding s on your Internet Explorer


Applies to

HTML

Rank It

Login to rank it

Report


Advertisement