text box border css code example Example: text box border css <style> span{ border:solid; } </style> <span>My text</span>