Correct option is C
Text Editor for HTML Document Creation:
An HTML document is created using a text editor, where the HTML code is written.
Examples of text editors include Notepad, Sublime Text, Visual Studio Code, and others.
Why Text Editor is Needed:
A text editor allows the user to write and save HTML code with the .html extension, which can then be viewed in a web browser.
Explanation of Other Options:
(a) Search engine: Used for browsing and searching content online, not for creating HTML documents.
(b) Internet: Internet is not mandatory to create an HTML document; it is only needed for accessing online resources or hosting.
(d) Browser: A browser is used to view and test HTML documents, not to create them.