Computer Science, asked by shagun39, 1 year ago

creating a HTML document

Answers

Answered by mudit11
0
✓Creating a HTML document requires basic understanding of HTML page structure and at least the basic tags.

✓ An Html documents is always save with either a .htm or .Html extension

Hope this helps!

Mark as brainliest!
Answered by nidhi411
2
you can create an HTML document on a notepad
we always write <html>
<head>
<title>
when we start writing an HTML document
these 3 also have closing tag </HTML>,</head>,</title>
we close HTML at the end of an document

plz mark as brainlist
Similar questions