24 Answers
New AnswerPlease can someone tell me how can I add this image https://www.dropbox.com/s/tc7usw2018e3xnz/9f81a1f9f904bc54276f285fe6448a11.jpg?dl=0 to the background of this code https://code.sololearn.com/WPzS2cYCIT6m/?ref=app by using only HTML 🤗?
11/23/2020 11:33:51 AM
Devansh Singh Bisht24 Answers
New AnswerWrong one – https://code.sololearn.com/WPzS2cYCIT6m/?ref=app Right one – https://code.sololearn.com/W8CiQJ85CMIh/?ref=app
Ƥŕᥲ七Ꮍųꗟ♄ ℜᥲᒎ [LESS ACTIVE] Please can you tell me how can I add this image https://www.dropbox.com/s/02e4e16fgizah4b/photo-1529736576495-1ed4a29ca7e1.jpeg?dl=0 below that background image of this code https://code.sololearn.com/W8CiQJ85CMIh/?ref=app 😀🤗 and what's the meaning of z:- index 🤔.
<!--Copy & Paste it on Your Web Playground --> <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <p align="center"><font color="yellow"><strong><big><big><big><big>Hello</big></big></big></big></strong></font></p> <img src="https://dl.dropbox.com/s/tc7usw2018e3xnz/9f81a1f9f904bc54276f285fe6448a11.jpg" height="300" style="position:absolute; top:0; z-index:-8; width:96%;" /> <img src=" https://dl.dropbox.com/s/02e4e16fgizah4b/photo-1529736576495-1ed4a29ca7e1.jpeg" style="width:96%; height:30vh;position:absolute; top:50%;"> </body> </html>
Devansh Singh Bisht You have to learn css! I used inline css in style attribute...
<!--Copy & Paste it on Your Web Playground --> <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <p align="center"><font color="yellow"><strong><big><big><big><big>Hello</big></big></big></big></strong></font></p> <img src="https://dl.dropbox.com/s/tc7usw2018e3xnz/9f81a1f9f904bc54276f285fe6448a11.jpg" height="300" style="position:absolute; top:0; z-index:-8; width:96%;" /> </body> </html>
<!doctype html> <html> <head> <title>Content</title> </head> <body> <p>I love Coding In html</p> <img src="https://www.dropbox.com/s/tc7usw2018e3xnz/9f81a1f9f904bc54276f285fe6448a11.jpg? height="200px" width="300px" "The desired text is the image doesn't load" </body> </html>
SoloLearn Inc.
4 Embarcadero Center, Suite 1455Send us a message