+ 2
Hy this is my first code. I know i can make changes but i didn't so please leave a comment to improve my programing skils. Thnks
<!DOCTYPE html> <html> <head> <title>Imran Abbas</title> <link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet"> </head> <body> <!-- header start --> <div id="header" class="section"> <img alt="" class="img-circle" src="https://code.sololearn.com/Icons/Avatars/0.jpg"> <p>Imran Ali</p> </div> <!-- header end --> <!-- About Me section start --> <div class="section">
2 Answers
+ 9
You can use the Code Playground to create your code so it can run
0
thanks