M.Mitchell .C Ezenwafuruakuin10xdev.codeparrot.ai·Mar 7, 2024 · 4 min readWINDOW Object in JavascriptWINDOW Object in JavaScript The window object can be considered the most vital element of a JavaScript program. It is the global object in the web browser which contains the Document Object Model (DOM). The window object provides access to the web br...00
M.Mitchell .C Ezenwafuruakuin10xdev.codeparrot.ai·Feb 23, 2024 · 3 min readCSS Inline vs Block vs Inline-Block ElementsCSS INLINE vs BLOCK vs INLINE-BLOCK ELEMENTS Ever wondered how content on webpages seem to follow a specific design layout? With some filling the entire width of the screen and others just laying side by side? This is due to the effects of display pr...00
M.Mitchell .C Ezenwafuruakuin10xdev.codeparrot.ai·Feb 6, 2024 · 8 min readCSS FlexboxCSS FLEXBOX The Flexible Box (Flexbox) Layout is a CSS web layout model that enables a container to alter its item size attributes to best utilize space and fit into all screen sizes, expanding to fill space and shrinking where necessary to prevent o...00
M.Mitchell .C Ezenwafuruakuin10xdev.codeparrot.ai·Jan 14, 2024 · 4 min readIntroduction to html tagsHTML (Hypertext Markup Language) is the standard programming language used to create content displayed on a web page. It is a fundamental building block on which website designs are developed on the internet. In this article, we will discuss several ...00