تغییر رنگ درون باکس
این کد باعث می شه که رنگ داخل باکس شما برای بازدیدکننده قابل تعویض باشه
<html> <head> <style> .t0 { color: brown; background-color: pink; } .t1 { color: darkblue; background-color: gold; } </style> </head> <body> <form name=f1> <textarea class=t1 id=textone>stuff in the box