Questions tagged [html-tag-summary]

Use this tag for question about HTML5

tag.

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.

23 questions
0
votes
1 answer

Is it possible to have two different looks for details>summary tag in one document

I would like to have two different looks for details>summary tag in one document. The first one should look like this: It is done through CSS style and the code looks like this: