HTML Attributes
<html> <head> <title>Attributes</title> </head> <body> <p align="center"><b>I love coding. I learn from an online Web Developer Telegram Coding Class </b> <br /> <hr width="25%" align="right" /> Coding is fun. You should take a class as well. </p> </body> </html> Attributes I love coding. I learn from an online Web Developer Telegram Coding Class Coding is fun. You should take a class as well.