Alguien mĆ”s le pasĆ³? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Alguien mĆ”s le pasĆ³?

Estoy en el curso de HTML y en una de las lecciones me dice que estĆ” mal una parte donde hay que completar el cĆ³digo, pero no veo donde estĆ” el error: < > (html) <head> <title>....</title> < > (/head) < > (body) <p>...</p> <button>...</button> </body> </html>

18th Aug 2023, 4:34 PM
Nahum Monsalve
Nahum Monsalve - avatar
6 Respostas
+ 3
Nahum Monsalve If you're having trouble in code, share your code and describe what error message you're receiving. And what you want specific output. without watching no one can figure out what's going wrong.
18th Aug 2023, 4:49 PM
Darpan kesharwanišŸ‡®šŸ‡³[InactivešŸ“š]
Darpan kesharwanišŸ‡®šŸ‡³[InactivešŸ“š] - avatar
+ 1
Nahum Monsalve According to your description.. This is correct tags.. <html> <head> <title>....</title> </head> <body> <p>...</p> <button>...</button> </body> </html>
18th Aug 2023, 4:54 PM
Darpan kesharwanišŸ‡®šŸ‡³[InactivešŸ“š]
Darpan kesharwanišŸ‡®šŸ‡³[InactivešŸ“š] - avatar
+ 1
Nahum Monsalve Again, For better response/answer, share your code. Without watching code how can be figure out what's going wrong?
18th Aug 2023, 5:13 PM
Darpan kesharwanišŸ‡®šŸ‡³[InactivešŸ“š]
Darpan kesharwanišŸ‡®šŸ‡³[InactivešŸ“š] - avatar
0
I added the code below my description .. the words inside the parentheses are the ones I put as an answer
18th Aug 2023, 4:52 PM
Nahum Monsalve
Nahum Monsalve - avatar
0
Yes, it is what I put but it took me as an error so it seemed strange to me
18th Aug 2023, 5:00 PM
Nahum Monsalve
Nahum Monsalve - avatar
0
I transcribe the exercise below with my answers Completa el cĆ³digo <html> <head> <title>Hotel Name</title> </head> <body> <p>This is the best hotel in town</p> <button>Book a room</button> </body> </html>
18th Aug 2023, 5:59 PM
Nahum Monsalve
Nahum Monsalve - avatar