PRACTICAL 1 Repeat Practical 2 of Part 1 using HTML 5. Observe and write the differences between HTML 4 and HTML 5 . THEORY There are some basics tags and attributes of html 5 tag in this web page. HTML5 offers new semantics elements to define different part of webpage. IMPORTANT TAGS AND ATTRIBUTES: <article>: The <article> tag specifies independent, self-contained content. <details>: The <details> tag specifies additional details that the user can view or hide on demand. <summary>: The <summary> tag defines a visible heading for the <details> element. <figcaption>: The <figcaption> tag defines a caption for a <figure> element. <nav>: The <nav> tag defines a set of navigation links. SCREEENSHOT WEBPAGE: Difference between HTML 4 AND HTML 5. 1. Simplified and Clear Syntax The syntax in HTML5 is extremely clear and simple as compared to HTML4. One example of th...