ASadamu shallom victorinsupershally.hashnode.dev·Sep 4, 2022 · 2 min readBootstrap TutorialBOOTSTRAP BASICS Bootstrap is a powerful toolkit, a collection of HTML, CSS, and Javascript tools for creating and building web pages and web applications. It is free and open source project, hosted on GitHub, and originally created by (and for) twit...00
ASadamu shallom victorinsupershally.hashnode.dev·Aug 22, 2022 · 2 min readLinux CommandsBASIC COMMANDS PWD (print working directory) This is used to show the current directory a user is operating in Ls (List) This is used to show what files are in the directory the user is in Cd (change directory) This is used for changing the dire...00
ASadamu shallom victorinsupershally.hashnode.dev·Aug 22, 2022 · 2 min readHtml BasicsHTML BASICS HTML ( Hyper Text Markup Language) is the code that is used to structure a web page and its content. For example, content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables. As the...00