explain basic structure of HTML program
Answers
Answer:
Well structured HTML document come in these parts:
1. A head that identifies a document as HTML and establishes its title.
2. A body that contains the content for a Web page. This part holds all dispalayed text on a page, as well as most links To graphics, multimedia, locations inside the same file, and to other Web documents.
3. A footer that tables a page by identifying its author, data of creation, and version number.
Defining HTML document with the HTML Element
One should bracket an entire HTML document by the indentification tags , to open the document to an SGML sensitive program, to allow the program to interpret a document’s contents properly. It is called a document type prolog and describes, in SGML, that the HTML document to the indicated level of the HTML DTD.
e.g.
It indicates that the HTML document confirms to the HTML 3.2 DTD distributed by the Internet Engineering Task Force (IETF). You can clso tell that the DTD is public and is not system dependent. Finally, you can tell that HTML tag set is defined by the English language (the EN in the OOCTYPE statement).
Describing Documents with the Head Element
The head element is used to mark the position of the head section. The head section contains element that define certain information about an HTML document, such as what its is, who the author is, and reference information about the document.To create a head element , start withtag , then include all of the element you want in your head section, then end the head element with element with a tag.
Naming Documents with the Title Element
Titles are displayed by browsers on the top of the page, usually in the title bar. Efven HTML document must have a title contained in a start tag and a
end tag.
cannot add further eg because brainly detents as links soory