Jump to content

andreobueno

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by andreobueno

  1. I got the right answer using this: <img src="pic_mountain.jpg" style="width:304px;height:228px;"> Therefore, the question's text is wrong... =/ instead of pic_trulli.jpg, the right image they expect is pic_mountain.jpg. I got this right because on another exercise they use this image instead. Anyhow, I think it'd be good if w3schools could fix this. Without this answer, people can't share their result (100% completude) with others, because the sharing option only appears once you get 100% of the answers correctly. Thanks.
  2. Hello, I donĀ“t know where to post this, then, I'm doing it in here... I'm following the AWESOME HTML 5 tutorial from w3schools.com and I can't get the right answer to one of their exercises about Images (this one: https://www.w3schools.com/html/exercise.asp?filename=exercise_images5). This is my answer: <!DOCTYPE html> <html> <body> <img src="pic_trulli.jpg" style="width:304px;height:228px;"> </body> </html> However, I keep getting an alert telling me that my answer is wrong. Therefore, I'd like to ask if my answer is correct and the system is wrong, or if my answer is wrong. If my answer is wrong, what am I doing wrong? Thanks!
×
×
  • Create New...