@parul0609
Let’s learn tech together
Nothing here yet.
Nothing here yet.
Jan 31 · 6 min read · Introduction: Writing HTML the Slow Way If you are new to HTML, you may already feel this problem: To create even a small webpage, you have to type many lines like this: <div> <p>Hello</p> </div> You must write opening tags, closing tags, proper n...
Join discussion
Jan 29 · 6 min read · When a webpage is created using HTML, it only contains structure and content. The text appears plain, colors are missing, and the layout looks very simple. This is where CSS comes in. CSS stands for Cascading Style Sheets. CSS is used to style and de...
Join discussion
Jan 29 · 5 min read · When you open a website, you see text, images, buttons, and headings neatly arranged on the screen. But behind all of that, there is a basic structure that tells the browser what content exists and how it is organized. That structure is created using...
Join discussion
Jan 25 · 6 min read · What Happens After I Type a URL and Press Enter? Most people say, “A browser opens websites.” That is true, but it is only the surface.A browser is actually a complex application made of many small components that work together to turn code into some...
Join discussion