What are HTML Entities?Some characters are used to write the syntax in HTML. Such as greater than sign( > ), less than sign( < ), forward slash ( / ) etc. are used in the syntax of the tabs. These characters are called reserved characters. When these reserved characters ar...Jan 24, 2023·1 min read
HTML and CSSHTML stands for Hyper Text Markup Language. HTML has the same role as a skeleton in the human body. The skeleton gives structure, shape and base to the human body. HTML is used to create the structure and layout of any website. We can decide the orde...Jan 21, 2023·3 min read
Static and Dynamic websitesWebsites are webpages where you see the content of that websites, this can be text, audio, video anything. Websites are of two types one is a static website and the other is a dynamic website. Static websites are those where the content of the websit...Jan 17, 2023·2 min read
Git and GitHubGit is a version control system which is used to control the version of any code or project. Now, what is the version? when you develop any android application or any website, you do not spend 3 or 4 years making that website or application the best....Jan 17, 2023·1 min read