0

Need some help in HTML task: there is a message on the platform says that there is a problem on the body of the code:

<!DOCTYPE html> <html> <head> <title>My First HTML Document</title> </head> <body> <p>I have successfully created my first document</p> </body> </html>

17th Jul 2025, 2:37 PM
Abubakr Abdalhafeez
Abubakr Abdalhafeez - avatar
1 Odpowiedź
0
Here is the task: Coursera Instruction inLabInstructionsPart~PVhjTaJUEe-aewr_zw6MCQ ​ introduction: In this lab, you will create a simple HTML document and then view it in a web browser using a local server. the goal: The purpose of this lab is to introduce you to the basics of creating a valid HTML document and understanding its structure. By the end of this lab, you will have created a simple HTML page that displays text and learned how to preview it in a web browser using a local server. This lab provides the fundamental HTML skills that are essential for any web development journey. Objectives: Understanding HTML document structure. Create and organize HTML document. Preview the HTML document in a browser. directions: Part 1: Create an HTML Document: Open the index.html file located in the PROJECT folder . This is where you will write your HTML code. Start Document : Start by selecting the document type, making sure that the browser recognizes
17th Jul 2025, 2:45 PM
Abubakr Abdalhafeez
Abubakr Abdalhafeez - avatar