Posts

Showing posts from April, 2024

PAINT NOTES

Image
PAINT NOTES ALL TOOLES 1. टाइटल बार किसे कहते हैं?  खुले पेंट प्रोग्राम के शीर्ष पर स्थित बार को टाइटल बार कहा जाता है। जैसा - 2. क्लोज बटन किसे कहते हैं?  क्लोज बटन का प्रयोग खुले हुए प्रोग्राम को बंद करने के लिए किया जाता है। जैसा- 3. मिनिमाइज़ बटन क्या है?  मिनिमम बटन का प्रयोग खुले हुए प्रोग्राम को जारी रखने के लिए किया जाता है। जैसा - 1. मैक्सिमाइज़ एंड रिस्टोर डाउन क्या है?  मैक्सिमाइज़ और रिस्टोर बटन का उपयोग विंडो पर खुले प्रोग्राम को छोटा या अधिकतम करने के लिए किया जाता है। जैसा - 2. New(ctrl+N) कमांड का उपयोग क्यों किया जाता है?  नया पेज लेने के लिए न्यू कमांड का प्रयोग किया जाता है। 1. फाइल पर क्लिक करेंगे. 2. New पर क्लिक करेंगे. 3. Open(ctrl+O) कमांड का उपयोग क्यों किया जाता है?  ओपन कमांड का उपयोग सेव की गई फ़ाइल को खोलने के लिए किया जाता है। 1. फाइल पर क्लिक करेंगे. 2. ओपन पर क्लिक करें. 3. फाइल को सेलेक्ट करेंगे. 4. ओपन पर क्लिक करें. 7. Save(ctrl+S) कमांड का उपयोग क्यों किया जाता है?  पेंट में बनी फाइल को कंप्यूटर में सेव करने के लिए सेव कमांड का उपयोग किया जाता...

HTML Notes

Image
 DOWNLOAD PDF 👈 Basic Information about HTML Some Basic Information about HTML HTML stands for Hyper Text Markup Language. HTML is the standard markup language for creating Web pages. HTML describes the structure of a Web page. HTML consists of a series of elements. HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc. HTML elements tell the browser how to display the content. Example Explained The <!DOCTYPE html> declaration defines that this document is an HTML5 document. The <html> element is the root element of an HTML page. The <head> element contains meta-information about the HTML page. The <title> element specifies a title for the HTML page (which is shown in the browser's title bar or in the page's tab). The <body...