CBChinababu Bommidiinchinababu.hashnode.dev·May 5, 2024 · 5 min readBasics Of CssWhat is CSS ? CSS (Cascading style sheets)is a simply designed language intended to simplify the process of making web pages presentable. CSS allows you to apply styles to HTML documents. It describes how a webpage should look. It prescribes colors, ...00
CBChinababu Bommidiinchinababu.hashnode.dev·May 3, 2024 · 5 min readBasics on HTMLWhat is HTML ? HTML (Hyper Text Markup Language) is a markup language used to structure and organize the content on a web page. It uses various tags to define the different elements on a page, such as headings, paragraphs, and links. Simple HTML Cod...00