<style>
# Code for CSS
img {
width: 100px; # For width
border-radius: 50px; # Making image round
float: left; # Chaning "float" text displayed on left side
margin-right: 10px; # Moving "loat" 10px right
}
</style>