This html element is used for articles (a special way of representing text in html page).
<article>
<p>this is article</p>
</article>
. <details>
This html element is used for showing details that is the extra information about something and it also allows the use to show or hide this particular section in the html page.
<details>
<summary>Click here to show details.</summary>
<p> This is details.</p>
</details>
. <time>
This html element is used for showing date and time in the html page.
0 Comment(s)