AAAina Ayomideinayomideaina.hashnode.dev·Aug 1, 2024 · 5 min readGrowing as a Frontend DeveloperMy Transformative Journey with TIIDElab "Do something worth mentioning and talk about it always. Kadir Salami, 2020 This week marks the culmination of my six-week journey with TIIDElab. As I prepare to graduate, I reflect on the incredible training, ...00
AAAina Ayomideinayomideaina.hashnode.dev·Jul 5, 2024 · 2 min readThe Role of CSS in Displaying HTML ElementsCSS (Cascading Style Sheet) is a stylesheet that describes how HTML elements should be displayed on a web page. Ways of inserting CSS to an HTML file There are three methods of styling an HTML file, which include: Inline CSS: In this method, style is...00
AAAina Ayomideinayomideaina.hashnode.dev·Jun 28, 2024 · 2 min readHTML AttributesAttributes are modifiers that provide more information to a particular tag. Attributes are used to differentiate tags. In an instance where we are making use of a tag multiple times, the way to differentiate these tags is by giving them attributes. L...00
AAAina Ayomideinayomideaina.hashnode.dev·Jun 28, 2024 · 2 min readWeb Page BuilderEvery website is built with HTML code. Html code controls the structure of a web page. HTML is known as HyperText Mark up Language. It provides the basic structure of the page. HTML elements are divided into : Semantic and Non-semantic Elements. What...01S