HTML DOM Summary Object

Multi tool use
Multi tool use






<!--
main_leaderboard, all: [728,90][970,90][320,50][468,60]
-->



HTML DOM Summary Object



❮ Previous
Next ❯



Summary Object HTML5


The Summary Object is new in HTML5.


The Summary object represents an HTML <summary> element.


Note: The <summary> element is
currently only supported in Chrome, Safari 6+ and Opera 15+.



Access a Summary Object


You can access a <summary> element by using getElementById():



Example



var x = document.getElementById("mySummary");

Try it Yourself »

Create a Summary Object


You can create a <summary> element by using the document.createElement() method:



Example



var x = document.createElement("SUMMARY");

Try it Yourself »

Standard Properties and Events


The Summary object also supports the standard properties and events.




Related Pages


HTML reference: HTML <summary> tag


HTML reference: HTML <details> tag


JavaScript reference: HTML DOM Details Object





❮ Previous
Next ❯

x60yD,PjIfUYKYTE4hHxyGJUCJt7NN,WYxnerC5De
dG ejy5S2iHm5v5vzv40EklDC,oUp,X M1agmlLZj8dLhD5RhhA,5ONDG1,YDTQENX9Z,JLvv rq6hL0X,J 9WUxf6 87S5w3orXaWu

Popular posts from this blog

Chat program with C++ and SFML

Function to Return a JSON Like Objects Using VBA Collections and Arrays

Python - Quiz Game with Tkinter