HTMLdokumendi
An HTML document is the fundamental building block of a web page. It is a text file that uses Hypertext Markup Language (HTML) to define the structure and content of the page. Browsers, such as Chrome, Firefox, or Safari, interpret these HTML documents to render the visual representation of a website.
Every HTML document begins with a doctype declaration, which specifies the version of HTML being used. This
The head section contains meta-information about the HTML document, such as its title, character encoding, and
The body section contains the actual content of the web page that is visible to the user.