Posts

Holi festival 25th March 2024

  Holi is a sacred ancient tradition of Hindus, a holiday in many states of India and Nepal with regional holidays in other countries. It is a cultural celebration that gives Hindus and non-Hindus alike an opportunity to have fun banter with other people by throwing coloured water and powder at each other. It is also observed broadly on the   Indian subcontinent . Holi is celebrated at the end of winter, on the last   full moon   day of the Hindu luni-solar calendar month, marking the spring, making the date vary with the lunar cycle. [note 1]   The date falls typically in March, but sometimes late February of the Gregorian calendar. The festival has many purposes; most prominently, it celebrates the beginning of Spring. In 17th century literature, it was identified as a festival that celebrated agriculture, commemorated good spring harvests, and the fertile land. [18]  Hindus believe it is a time to enjoying spring's abundant colours and saying farewell to winter. To many Hindus,

fdcckck

 vkydik b;b;iv

HTML Course | Structure of an HTML

Image
  INTRODUCTION As we all know HTML is a language of the web. It’s used to design the web pages or we can say structure the page layouts of a website.  HTML stands for HYPERTEXT MARKUP LANGUAGE, as its full form suggests it’s not any programming language, a markup language. So, while the execution of HTML code we can’t face any such error. In real HTML code wasn’t compiled or interpreted because HTML code was rendered by the browser. which is similar to the compilation of a program. Html content is parched through the browser to display the content of HTML.  HTML DOCUMENTS STRUCTURE Html used predefined tags and attributes to tell the browser how to display content, means in which format, style, font size, and images to display. Html is a case insensitive language.  Case insensitive  means there is no difference in upper case and lower case ( capital and small letters) both treated as the same, for r example ‘D’ and ‘d’ both are the same here.  There are generally two types of tags in H