- 7
Rearrange the code to surround the text "I am learning HTML on SoloLearn!" with opening and closing <p> tags:
<html > <head> <title>I am learning HTML on SoloLearn!</title> </head> <body> <p> I am learning HTML on SoloLearn!</p> </body> </html>
13 Respostas
+ 2
<html >
<head>
<title>I am learning HTML on SoloLearn!</title>
</head>
<body>
<p> I am learning HTML on SoloLearn!</p>
</body>
</html>
0
<html >
<head>
<title>I am learning HTML on SoloLearn!</title>
</head>
<body>
<p> I am learning HTML on SoloLearn!</p>
</body>
</html>
0
impossible de déplacer le code, que faire pour avancer dans le cours, je suis bloquée?
0
the text is already sorrounded by the opening and closing tags
0
i am steel here
0
<html
<head>
<title>I am learning HTML on SoloLearn!</title>
</Head>
<body>
<p> I am learning HTML on SoloLearn!</p>
</Body>
</ html>
0
<html>
<head>
<title> Iam learning HTML on soloLearn! </title>
<head>
<body>
<p> Iam learning HTML on soloLearn! </p>
</body>
</html>
0
Rearrange the code to surround the text "I am learning HTML on SoloLearn!" with opening and closing <p> tags:
- 1
The text is already surrounded with opening and closing p tags.
- 1
The text is already surrounded with opening and closing p tags.
- 1
THE TEXT IS ALREADY SURROUNDED WITH OPENING AND CLOSING P TAGS.
- 1
Fill in the blanks to make the paragraph bold using the <b> tag:
<h1>Some heading</h1>
I am learning HTML
</p>
- 4
Rearrange the code to surround the text "I am learning HTML on SoloLearn!" with opening and closing <p> tags: