amexabee.hashnode.devDocument 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 // ...Dec 4, 2024·9 min read
amexabee.hashnode.devIntroduction: 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...Nov 26, 2024·11 min read
amexabee.hashnode.devHTML: 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...Aug 2, 2023·3 min read
amexabee.hashnode.devHTML: 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 ...Jul 20, 2023·3 min read
amexabee.hashnode.devHTML: 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...Jul 18, 2023·3 min read