AAmanuelinamexabee.hashnode.dev·Dec 4, 2024 · 9 min readDocument Object Model (DOM)The Document Object Model (DOM) is a structured representation of an HTML document. It organizes the document into a tree of objects, making it possible to manipulate and interact with elements programmatically. DOM Manipulation document // ...00
AAmanuelinamexabee.hashnode.dev·Nov 26, 2024 · 11 min readIntroduction: JS FundamentalsJavaScript is a programming language mainly used to create websites that are dynamic and interactive. Almost all web applications use JavaScript somewhere in their functionality. In addition to that, JavaScript can also be used for mobile app develop...00
AAmanuelinamexabee.hashnode.dev·Aug 2, 2023 · 3 min readHTML: Container and Structural ElementsOne of the essential features of HTML is the ability to group and structure elements using container and structure elements. These elements play a vital role in structuring the layout and organizing content for styling purposes. Container Elements In...00
AAmanuelinamexabee.hashnode.dev·Jul 20, 2023 · 3 min readHTML: Lists and TablesContinuing from the last article where we discussed multimedia in HTML, in this article, we'll delve into two fundamental elements that enhance information presentation: lists and tables. These versatile HTML components enable us to organize data in ...00
AAmanuelinamexabee.hashnode.dev·Jul 18, 2023 · 3 min readHTML: MultiMediaMultimedia in HTML involves integrating images, videos, and audio to enhance the visual and interactive experience of web pages. In this article, we'll explore how to effectively use multimedia elements, such as images, videos, and audio, to create e...00