<style> img { width: 100px; border-radius: 50px; float: left; margin-right: 10px; } .username { # .username font-weight: bold; # Text style } </style> </head> <body> <img src="images/html css code.jpg" alt="" /> <p class="username">@MarryJaay</p> # Creating a class <p>Summit of Web Development</p> </body> </html>