Answer the question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 10

Answer the question

Fill in the blanks so that the website www.sololearn.com opens upon clicking the image: <a ="http:// "> <img src="1.jpg" alt="" / < >

26th Dec 2016, 4:43 PM
Bakary
24 Answers
+ 17
<html> <body> <form method="POST"> <img src="image.jpg" /> <br /> <input type="text" name="name"> <input type="submit" name="Submit"> </form> </body> </html>
11th Mar 2019, 2:12 PM
Abbas Pourfarokhi
Abbas Pourfarokhi - avatar
+ 5
<a href="http://www.sololearn.com"> <img src="1.jpg" alt="" /> </a>
26th Dec 2016, 5:05 PM
Hyper Late Night Code
Hyper Late Night Code - avatar
+ 1
<a href="http://www.sololearn.com"> <img src="1.jpg" alt="" /> </a>
3rd Feb 2018, 5:47 PM
Ali Hadi
+ 1
Nice!
8th Jan 2020, 10:28 PM
Ergin
+ 1
<form> <label for="name">Name: </label> <input placeholder="Name" id="name" type="text" /><br> <label for="email">Email: </label> <input placeholder="Email" id="email" type="email" /><br> </form>
8th Feb 2023, 1:16 PM
Rohit Kishor Bhoyar
Rohit Kishor Bhoyar - avatar
0
Fill in the blanks so that the website www.sololearn.com opens upon clicking the image: <a ="http:// "> <img src="1.jpg" alt="" / < > I want the answer pleas
26th Feb 2018, 5:29 PM
Zinab Mukbel
Zinab Mukbel - avatar
0
<a href="http://www.sololearn.com"> <img src="1.jpg" alt="" /> </a>
4th May 2018, 10:41 AM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
0
<a href="http://www.sololearn.com"> <img src="1.jpg" alt="" /> </a>
23rd May 2018, 9:55 PM
hager Ashraf Ali
hager Ashraf Ali - avatar
0
<html> <body> < method="POST"> < src="image.jpg" /> <br /> <input ="text" name="name"> <input type="submit" name="Submit"> </form> </body> </html>
29th Dec 2018, 3:20 PM
Kanav Bansal
0
oi give answers for control structure
7th Feb 2019, 11:29 AM
ezwins
ezwins - avatar
0
I want the answer pls
20th Feb 2019, 2:58 PM
Mensah Janet Omolola
0
Tuck it up Suck it down Just a Little Bit
6th Mar 2019, 2:47 PM
Ameer Wilson
Ameer Wilson - avatar
0
Fill in the blanks: <html> <body> < method="POST"> < src="image.jpg" /> <br /> <input ="text" name="name"> <input type="submit" name="Submit"> </form> </body> </html>
8th Mar 2019, 3:55 AM
REZKI YULIA PUTRA
REZKI YULIA PUTRA - avatar
0
Isi bagian yang kosong untuk mencetak "dalam satu lingkaran" 7 kali, menggunakan loop sementara. int x = 1; sementara (x <= ) { System.out.println ("dalam satu lingkaran"); ++; }
12th Jun 2019, 11:46 AM
William Waskita Damanik
William Waskita Damanik - avatar
0
Fill in the blanks: <html> <body> <form method="POST"> <img src="image.jpg" /> <br /> <input type="text" name="name"> <input type="submit" name="Submit"> </form> </body> </html> Enjoy
25th Jul 2019, 5:23 AM
Cheddad Zoher
0
<html> <body> <form method="POST"> <img src="image.jpg" /> <br /> <input type="text" name="name"> <input type="submit" name="Submit"> </form> </body> </html>
16th Aug 2020, 12:05 PM
Monther Ziyad
Monther Ziyad - avatar
0
Fill in the blanks to use the value of "x" as the class name for the <div> element. Answer: const x = "myClass"; const el = <div className= {x} ></div>;
21st Nov 2020, 2:04 PM
Jason Chew
Jason Chew - avatar
0
Ubuntu Terminal Ubuntu Terminal Ubuntu Terminal
9th Apr 2021, 12:03 PM
kumanan
kumanan - avatar
0
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <!--images dont belong to me--> <!--img sources are : Flaticon and PNG tree--> <img src="https://www.dropbox.com/s/9krtn706ih18ja4/%E2%80%94pngtree%E2%80%94line%20up%20kids_3002827.png?dl=1"> <img id="ballons" src="https://www.dropbox.com/s/kl9n6nuvnis6glf/%E2%80%94pngtree%E2%80%94colorful%20birthday%20party%20decorations_4185584.png?dl=1"> <img id="speaker1" src="https://www.dropbox.com/s/xtv4kzt0wkluuoe/speaker.png?dl=1"> <div id="F" ><h1>HAPPY FRIENDSHIP DAY!</h1></div> <audio id="audio" src="https://www.dropbox.com/s/r7cn98rwg13vaol/tera%20yaar%20hoon%20main%20-%20instrumental%20-%20karaoke%20arijit%20singh%20rochak%20kohli%20sonu%20ke%20titu%20ki%20swe.mp3?dl=1"> </body> </html>
2nd Aug 2021, 11:18 AM
Somesh Parvatha
0
Isi bagian yang kosong untuk menampilkan "SoloLearn" sebagai judul h1: <?php gema "<>SoloLearn<h1> "; ?>
24th Jul 2023, 4:33 AM
Ignasius Gerianto Saon
Ignasius Gerianto Saon - avatar