Skip to main content

Posts

Feachered

Aatmnirbhar Bharat 2020 | आत्मनिर्भर भारत | Bharat Navnirman | best article in marathi

#VocalForLocal   #DigitalIndia     #Swadeshi     #BeIndianBuyIndian   आत्मनिर्भर भारत              निसर्गाकडे लक्ष्य दिले तर एक बाब लक्षात येते कि , एक सजीव प्राणी दुसऱ्या सजीव प्राणी निर्माण करतो , तसेच दुसऱ्या प्राण्यावर अवलंबून असतो नंतर मात्र हा नवीन सजीव आत्मनिर्भर होतो व स्वतंत्र पने जगू लागतो.                     प्राचीन भारतीय समाजव्यवस्थेवर एक नजर टाकल्यास प्रामुख्याने एक बाब  लक्षात येते कि प्राचीन खेडी (छोटे गाव ) हि स्वयंपूर्ण होती. आणि सर्वात महत्वाची गोष्ट हि कि , त्यांच्या सर्व गरजा  ह्या त्यांच्या खेड्यातच पूर्ण व्हायच्या. हि गवे इतरांवर अवलंबून व परावलंबी मुळीच नव्हती . मुळात यालाच आपण आत्मनिर्भरता असे म्हणू शकतो . पण काळाच्या ओघात शासनव्यवस्था बदलत गेली आणि हि स्वयंपूर्ण असलेली खेडी पुढे परावलंबी बनत गेली . यालाच आपण गुलामगिरी म्हणू शकतो , आणि एकदा का आपण गुलाम झालो कि आपली अस्मिता , विद्वत्ता व कचरा यात थोडाही फरक मात्र उरत नाही . जे मालक म्हणेल तेच गुलामला करावं लागते आणि तिथेच आपली प्रगती थांबते . आपल्या देशाच्या इतिहासाचा अभ्यास केला तर , आपण जगाच्या तुलनेत का माग
Recent posts

create a NOTE app by HTML-JS | Design for note app | App challenge

 CREATING A STICKY NOTE APP WITH HTML AND JS WITH EXPLAIN IN HINDI Hello There..! Here is the sticky note app code of html . 👇👇👇👇👇👇 <!DOCTYPE html> <html>     <head>         <title>Clock + to-do app</title>         <script src="https://code.jquery.com/jquery-3.1.1.js"></script>         <script type="text/javascript">           function app(){ var today = new Date(); var date = today.getDate(); var montharr = ["January","February","March","April","May","June","July","August","September","October","November","December"]; var month = montharr[today.getMonth()]; var year = today.getFullYear(); $("#date").text(date + " " + month + "," + " " + year); var h = today.getHours(); var m = today.getMinutes(); var s = today.getSeconds(); var ampm = ""; if(h&l

Instagram Login clone by HTML | Html Code for insta 2021

  MAKE THE INSTAGRAM LOGIN PAGE BY HTML                                                            Instagram login clone HTML FILE -      <!DOCTYPE html> <html> <head>   <script src="insta_clone.js">   </script>   <link rel="stylesheet" href="insta_clone.css">   <script src="https://kit.fontawesome.com/7067f9ae94.js" crossorigin="anonymous"></script>   <meta charset="UTF-8">   <title>title</title> </head> <body onload="myFunction()" style="margin:0;">   <div id="loader"><i class="fab fa-instagram"></i></div>   <div style="display:none;" id="myDiv" class="animate-bottom">     <div class="container">         <div class="head">           <div class="txt"><p><b>Instagram</b><br><sp

|| HTML Heading | what is h1 to h6 tags | Importance of Heading in HTML website ||

  HEADING IN HTML                       Click to Watch the video Headings help in defining the hierarchy and the structure of the web page content. HTML offers six levels of heading tags,  <h1>  through  <h6> ; the higher the heading level number, the greater its importance — therefore  <h1>  tag defines the most important heading, whereas the  <h6>  tag defines the least important heading in the document. HTML  defines six levels of  headings . A  heading  element implies all the font changes, paragraph breaks before and after, and any white space necessary to render the  heading . The  heading  elements are H1, H2, H3, H4, H5, and H6 with H1 being the highest (or most important) level and H6 the least. By default, browsers display headings in larger and bolder font than normal text. Also,  <h1>  headings are displayed in largest font, whereas  <h6>  headings are displayed in smallest font. EXAMPLE :     < h1 > Heading level 1 </ h1 > &l

Html for beginners || What is Html || Where to start | Watch the codoblog video of html

 Hey all ..!     Start your carrier with by learning new skill which name is HTML , If you are interested in the web designing then you must started watch the video of codoblog.    If you are very unknown about HTML language then start from the scratch with codoblog's efforts. Watch series of codoblog and feel free to comment your doubt.                                                        Click to Launch for new beginning ....

What is Favicon | what is Title | How to give Title and Favicon to Html Website | 2020 Style

Hello Guys...!    Are you started to learn Html newly?    Wanted to start the learning of Html?       Don't worry. CodoBlog Bring HTML series for beginners.                                                                                     Click Here ----------------------------------------------------------------------------------------------------------------------------                             ____________________________________________________