dheeraj korangagyannbaato.hashnode.dev·Oct 18, 2024Practicing DOM ManipulationQue 1: Add the following elements to the container using only JavaScript and the DOM methods. i) a <p>with red text that says "Hey I'm red!"ii) a <h3>with blue text that says "I'm a blue h3!"iii) a <div> with a black border and pink background color ...DiscussJavascript for Begineersjs
Abhijeet Karmakarabhijeet15.hashnode.dev·Aug 16, 2024Document Object Model (DOM)What is DOM? The Document Object Model (DOM) is the data representation of the objects that comprise the structure and content of a document on the web. It represents the page so that programs can change the document structure, style, and content. Th...Discussjs dom