RORichard Offodileinrichard234.hashnode.dev·Sep 8, 2022 · 6 min readCSS (Cascading Style Sheets)Introduction CSS stands for Cascading Style Sheets. It is used to describe how HTML elements are to be displayed on screen,paper, or in other media. It saves a lot of work. It ca control the layout of multiple web pages all at once. External style sh...00
RORichard Offodileinrichard234.hashnode.dev·Sep 8, 2022 · 4 min readHtml (hyper Text Markup Language)Introduction HTML stands for Hyper Text Markup Language. It is the standard markup language for creating webpages,it consists of a series of elements which tells your browser how to display the content.HTML elements are represented by tags which labe...00