What is the file extension used for HTML file?
-
.html
-
.shtml
-
.webpage
-
.doc
A
Correct answer
Explanation
HTML files use the .html file extension as the standard. While .htm was used historically on older systems with 8.3 filename limitations, .html is the modern standard. Option B .shtml is for server-parsed HTML, C .webpage isn't a standard extension, and D .doc is for Microsoft Word documents.