HTML Tags

एक HTML file tags और text का combination होती है। HTML tags को HTML elements भी कहा जाता है।  किसी भी webpage में elements (lists, tables, images, video आदि) HTML tags द्वारा ही insert किये जाते है। आप webpage में जो भी add करना चाहे वह tags द्वारा ही add किया जाएगा। इसके लिए HTML आपको बहुत से … Read more

What is HTML ?

What is html?

Introduction to HTML HTML एक Hyper Text Markup Language है जो web pages create करने के लिए use की जाती है। HTML के विभिन्न tags को use करते हुए आप webpages create करते है और उनमें विभिन्न elements जैसे की images, audio, video, tables, lists, links और text आदि add करते है। Web designing के क्षेत्र में सीखी और सिखायी जाने … Read more

What is Web Browsers?

A web browser is an application software. it provide an interface between user and internet(WWW) so that user can access the information and services available on WWW. Purpose of Web Browsers The purpose of web browsers ( such as Google Chrome, Internet Explorer, Firefox, Safari) is to read HTML document and display them as web … Read more

Python Program to Check Palindrome Number

A palindrome is a number or string that reads the same backward as forward. For example, 121 is a palindrome number because it reads the same from both side. In the program, the palindrome function takes a number n as input and checks whether it is a palindrome or not. First, the function converts the … Read more