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>
4 Antworten
+ 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.
+ 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.
+ 3
Tnx n I'm working on complete it