- 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="" / < >
25 Respostas
+ 17
<html>
<body>
<form method="POST">
<img src="image.jpg" /> <br />
<input type="text" name="name">
<input type="submit" name="Submit">
</form>
</body>
</html>
+ 5
<a href="http://www.sololearn.com">
<img src="1.jpg" alt="" />
</a>
+ 1
<a href="http://www.sololearn.com">
<img src="1.jpg" alt="" />
</a>
+ 1
Nice!
+ 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>
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
0
<a href="http://www.sololearn.com">
<img src="1.jpg" alt="" />
</a>
0
<a href="http://www.sololearn.com">
<img src="1.jpg" alt="" />
</a>
0
<html>
<body>
<
method="POST">
<
src="image.jpg" /> <br />
<input
="text" name="name">
<input type="submit" name="Submit">
</form>
</body>
</html>
0
oi give answers for control structure
0
I want the answer pls
0
Tuck it up
Suck it down
Just a Little Bit
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>
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");
++;
}
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
0
<html>
<body>
<form method="POST">
<img src="image.jpg" /> <br />
<input type="text" name="name">
<input type="submit" name="Submit">
</form>
</body>
</html>
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>;
0
Ubuntu Terminal Ubuntu Terminal Ubuntu Terminal
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>
0
Isi bagian yang kosong untuk menampilkan "SoloLearn" sebagai judul h1:
<?php
gema "<>SoloLearn<h1>
";
?>