Structures in HTML [2.1]

1/ What is Structure ? Ans/- In all kinds of documents, Structure helps readers very importantly to understand the messages you are trying to Convey and to navigate around the document So it's very important to learn Structure documents. Another example of structures:- The stories you read in the newspaper, for each story, there will be a headline, Some text, and possibly some images the article is long, and there may be sub-headings that split the story into separate sections. It basically helps the readers to understand articles easily. {Note- Basically "HTML language" is used to describe the structures of pages } Here is the HTML Code to describe STRUCTURES :- Example-0.1:- Here is the output:- {Important}:- The HTML code in red is made up of characters that live inside angled brackets, these are called HTML elements. Elements are made up of two tags; an opening tag and a clos...