Important Notice:

Course Content
Heading Tag / Paragraph Tag
0/2
Horizontal Rules (HR element)
0/1
Font Element
0/1
Image Element
0/1
HTML Basic (Chapter 3) M2-R5.1
About Lesson

Details:-

                <details> tag additional details show करता है जिसे user अपनी इच्छानुसार hide और show कर सकता है। ये tag एक ऐसा widget create करता हैजिसे open और close किया जा सकता है। इस tag में आप किसी भी प्रकार का content डाल सकते है। जैसे की paragraph element, lists और links आदि।

Syntax:-

<details><summary>Heading Here</summary>…Content Here…</details>

Details:-

The <details> tag specifies additional details that the user can open and close on demand. The <details> tag is often used to create an interactive widget that the user can open and close. By default, the widget is closed. When open, it expands, and displays the content within.

Syntax:-

<details><summary>Heading Here</summary>…Content Here…</details>

error: Content is protected !!