ECEMMANUEL CHRISTOPHERinemmanuelchris.hashnode.dev·Sep 8, 2022 · 2 min readCSS for web designCascading Style Sheets (CSS) CSS is designed to enable the separation of presentation and content, including layout, colors, and fonts.[3] This separation can improve content accessibility; provide more flexibility and control in the specification o...00
ECEMMANUEL CHRISTOPHERinemmanuelchris.hashnode.dev·Sep 8, 2022 · 2 min readBootstrap and CSSBOOTSTRAP Web design front-end framework Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains HTML, CSS and JavaScript-based design templates for typography, forms. Bootstrap i...00
ECEMMANUEL CHRISTOPHERinemmanuelchris.hashnode.dev·Aug 22, 2022 · 1 min readHTML , tags , meaning and attributesHTML HTML, which stands for hyper text markup language, it is used for creating web pages , browsers do not display html tags but render the content of the page. Examples of HTML tags: *<body> *<title> *<head> *<form> *<table> *<p> HTML attributes: *...00
ECEMMANUEL CHRISTOPHERinemmanuelchris.hashnode.dev·Aug 21, 2022 · 1 min readExperience at KCCA{kids-code-club-Africa}The kcca is a programe that teaches children on how to write codes. we are being taught various things such a CSS(cascading style sheets , and HTML(hyper text markup language).website building and designing, we are also being taught on the basics of...00
ECEMMANUEL CHRISTOPHERinemmanuelchris.hashnode.dev·Aug 21, 2022 · 1 min readBasic Linux commands*mkdir The name says it all. The mkdir command in Linux is used to create a new directory or, if you’re coming from Windows, a Folder. *pwd PWD stands for Print Working Directory. This gives us a quick way of finding out the working directory path. *...00