Code
Execute
<!DOCTYPE html> <html> <head> </head> <body> <p style="border-width: thin; border-style: solid; border-color: red"> Welcome To WikiTechy.com </p> <br /> <p style="border-width: thick; border-style: dashed; border-color: #009900"> Where You Can Learn All The Technologies. </p> <br /> <p style="border-width: 5px; border-style: dotted; border-color: rgb(13,33,232)"> Best E-Learning Website in The World. </p> </body> </html>
Result