I don't know why d image is not adjusting to the size i put | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I don't know why d image is not adjusting to the size i put

<!DOCTYPE html> <html>     <head>         <title>first page</title>     </head>     <body>      <a href=<a href="https://imgbb.com/"><img src="https://i.ibb.co/PrDWZ5s/20200514-210828.jpg" alt="20200514-210828"height"100px" width"150px" border="0"></a>           </body> </html> </body> </html>

5th Jul 2020, 3:11 PM
Christabel Amade(Ace)
Christabel Amade(Ace) - avatar
4 Answers
+ 3
This is no correct syntax. You have to put equal signs between attribute names and the corresponding values. Spaces between multiple attributes are additional recommended.
5th Jul 2020, 3:24 PM
Sandra Meyer
Sandra Meyer - avatar
+ 3
Christa Ace It's better for you to complete html and css course first, before you can understand more about web development. It's advisable to style element on css selectors, rather than on html attributes.
5th Jul 2020, 4:11 PM
Calviղ
Calviղ - avatar
+ 3
Tnx n I'm working on complete it
5th Jul 2020, 4:42 PM
Christabel Amade(Ace)
Christabel Amade(Ace) - avatar