Use this tag for question about HTML5
The <summary> tag is used to define the visible header for the <details> element. By clicking on the header the user can view/hide the information.
Use this tag for question about HTML5
The <summary> tag is used to define the visible header for the <details> element. By clicking on the header the user can view/hide the information.
The details element represents a disclosure widget from which the…