@parthmahajan276
Nothing here yet.
Nothing here yet.
Feb 1 · 3 min read · Introduction While building webpages using HTML, we often write a lot of repetitive code. For example: <div> <p></p> <p></p> <p></p> </div> Typing everything manually takes time and slows down development. Wouldn’t it be nice if we could write...
Join discussionFeb 1 · 3 min read · Introduction When we build a webpage using HTML, we only create the structure of the page.But webpages without styling look plain and boring. This is where CSS (Cascading Style Sheets) comes in. CSS is used to: add colors change fonts adjust layou...
Join discussion