Create a HTML document using all the basic tag
Answers
Answered by
2
Explanation:
Step 1: Creating the HTML file
Step 1: Creating the HTML fileOpen up your computer's plain text editor and create a new file.
Step 2: Type some HTML code
Step 2: Type some HTML codeStart with an empty window and type the following code :
<!DOCTYPE html>
<html lang="en">
<head>
<title>A simple HTML document</title>
</head>
<body>
<p>Hello World!<p>
</body>
</html>
Step 3: Saving the file
Step 3: Saving the fileNow save the file on your desktop as "myfirstpage.html ".
HOPE MY ANSWER SATISFIED YOU
PLZ MARK ME AS BRAINLIEST
Similar questions