TOTemitayo Olorunfemiintemitech.hashnode.dev·Jun 26, 2023 · 2 min readVi Editor in LinuxWhat is vi? Vi is a short form for visual instrument. It is a screen-oriented text editor in the Linux family. It is referred to as a screen-oriented text editor because it features the ability to modify any visible text on the screen by moving the c...00
TOTemitayo Olorunfemiintemitech.hashnode.dev·May 24, 2023 · 2 min readWebpage or WebsiteWHAT IS A WEBPAGE? Splitting the compound word into its root words [Web and Page]. In the technical world, the Web is the common name for World Wide Web (WWW). Which is an information system enabling documents and other web resources to be accessed o...00
TOTemitayo Olorunfemiintemitech.hashnode.dev·Aug 8, 2022 · 2 min readCSS In ActionAs we already know, CSS stands for Cascading Style Sheets. It is used to add styles such as color, font designs, padding, margin e.t.c to a website or webpage. CSS in Action Using the external linking method (because it is most recommended): 1- Crea...00
TOTemitayo Olorunfemiintemitech.hashnode.dev·Aug 1, 2022 · 2 min readCSS - Cascading Style SheetsWHAT IS CSS ? CSS is an acronym for Cascading Style Sheet. It is a style sheet language used for describing the presentation of a document written in a markup language such as HTML or XML. CSS is a cornerstone technology of the World Wide Web, along...00
TOTemitayo Olorunfemiintemitech.hashnode.dev·Jul 29, 2022 · 2 min readVirtualBoxWHAT IS VIRTUALBOX In simple words, VirtualBox is an hypervisor which allows one to run other Operating Systems (OS) (guests) under a single operating system (host). Meaning If a windows Operating System user needs to use Linux/Unix OS, he or she can...00