Code
Execute
<!DOCTYPE html> <html> <body> <p style="border-width:thin; border-style:solid;"> Welcome to WikiTechy.com </p> <br /> <p style="border-width:thick; border-style:dashed;"> Where you can learn all the technologies. </p> <br /> <p style="border-width:5px; border-style:dotted;"> Best E-Learning Website in the world. </p> <br /> <p style="border-width:5px; border-style:ridge;"> You can learn technologies easily here. </p> <br /> <p style="border-width:5px; border-style:groove;"> Execute the Code pragmatically @wikiTechy.com </p> <br /> </body> </html>
Result