Posts

Showing posts from February, 2024

HTML AND CSS code for making a sidebar in our website.

 HTML:-  Html is not a programming language. it is a markup language that is use for making web pages. Html is easy to use and understand also we can write code in html is a simple way. There are two ways to write out html code:- 1 Notepad 2 Editors Notepad :-   Notepad is free to use tool that is built in our windows Operating System. In windows Operating System we have notepad where we can write our Html code. And after save this file as .html extension we can see the preview of our file in our system Browers like:_Crome ,Bing ,Firefox etc. Editors:-  Editors are software that are use for coding purpose. Editors have many features for coding. We are using these features in our coding time. Editors Example:-     VS Code.     PyCharm. CSS:- Certainly!  CSS (Cascading Style Sheets)  is the language used to style HTML documents. It describes how HTML elements should be displayed. Whether you want to change font styles, colors, layout, or a...