Computer Science, asked by piyushkumar45, 10 months ago

write HTML code for computer ​

Answers

Answered by vasantha2582
2

Answer:

Also change some preferences to get the application to save files correctly. In Preferences > Format > choose "Plain Text"

Then under "Open and Save", check the box that says "Display HTML files as HTML code instead of formatted text".

Then open a new document to place the code.

Step 2: Write Some HTML

Write or copy the following HTML code into Notepad:

<!DOCTYPE html>

<html>

<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>

</html>

Answered by ash7543
1

Answer:

The code of HTML is

Explanation:

hope this will help u

Attachments:
Similar questions