Advanced Method To create a Command box with Attractive borders
|
|
|
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 |
|