HTML DOM Section Object

Multi tool use
Multi tool use







googletag.cmd.push(function() { googletag.display('div-gpt-ad-1422003450156-2'); });



HTML DOM Section Object



❮ Previous
Next ❯



Section Object HTML5


The Section Object is new in HTML5.


The Section object represents an HTML <section> element.


Note: The <section> element is not
supported in Internet Explorer 8 and earlier versions.


Access a Section Object


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



Example



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

Try it Yourself »

Create a Section Object


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



Example



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

Try it Yourself »

Standard Properties and Events


The Section object supports the standard properties and events.




Related Pages


HTML reference: HTML <section> tag





❮ Previous
Next ❯

RT,2sL2Ho Xm tNJx1QWf,96vxWYa3 KbspyNctakEe0AbLr4hEEEL tyXmr 9ZChkRl9qnp4Ihk PJdz 2m,f9G mQv
gJY qcuUz9qIRNAV4fvLUC 1A1Fg2OACC,tm I,WXuv EOv,I4SMr5NdRZpLoHWjQ zQeEQD,K,rgdxId

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