Introduction to Web Design
भेजे जाने वाले ईमेल को निर्दिष्ट करने के लिए किसका उपयोग किया जाता है?
What is used for specifying an email to be sent?
वीबी स्क्रिप्ट इंटरनेट एक्सप्लोरर के लिए एप्लिकेशन ________________ के लिए विज़ुअल बेसिक का एक सबसेट है।
VB Script is a subset of the Visual Basic for application ________________ for Internet Explorer.
वेब पेजों को अनुकूलित करने में सबसे अधिक उपयोग किया जाने वाला फ़ॉन्ट कौन सा है?
Which is the most widely used font in customizing web pages?
खाली कथन मिलने पर दुभाषिया यह करेगा:
On encountering an empty statement the interpreter will do :
वेब पेज पर "वेलकम कम" लिखने के लिए निम्नलिखित में से कौन सा सही है?
Which of the following is correct to write "Wel Come" on web page?
सूचना के टुकड़े जो इंटरनेट पर भेजे जाते हैं
The pieces of information that are sent over internet is
वेबसाइट पेज और पोस्ट में अंतर के सम्बन्ध में क्या सही है ?
What is correct regarding the difference between website page and post?
सामग्री का एक टुकड़ा जो इंटरनेट पर प्रकाशित होता है, आमतौर पर किसी वेबसाइट या ब्लॉग पर।
A piece of content that is published on the internet, typically on a website or blog.
वेब सामग्री के निर्माण, निर्माण और रखरखाव को संदर्भित करता है। इसमें वेब डिज़ाइन, वेब प्रकाशन, वेब प्रोग्रामिंग और डेटाबेस प्रबंधन शामिल है।
Refers to building, creating and maintaining web content. It includes web design, web publishing, web programming and database management.
Correct Answer: D) Web development
एक कंप्यूटर जिसमें वेब पेज डिलीवर करने के लिए सॉफ़्टवेयर स्थापित किया गया है।
A computer with software installed to deliver web pages.
कोई भी पेशेवर जो किसी वेब साइट के लिए डिज़ाइन कार्य करता है। इसमें साइट आर्किटेक्चर, प्रोग्रामिंग, लोगो डिज़ाइन या साइट लेआउट फ़ंक्शन शामिल हो सकते हैं।
Any professional who performs design functions for a Web site. This can include site architecture, programming, logo design or site layout functions.
किसी वेबसाइट के भीतर चित्र, वीडियो, ऑडियो इत्यादि
The pictures, videos, audio, etc. within a website
फ्रंट-एंड को उद्देश्य के अनुसार निष्पादित करने के लिए सर्वर पर (पर्दे के पीछे) होने वाली हर चीज़।
Everything that happens on the server (behind-the-scenes) to make the front-end perform as intended.
वेब पेज पर रखे जाने वाले 'एप्लेट्स' बनाने के लिए निम्नलिखित में से किस प्रोग्रामिंग भाषा का उपयोग किया जाता है?
Which of the following programming languages is used to create ‘applets’ to be placed on a web page ?
निम्नलिखित में से कौन सा देश कोड शीर्ष-स्तरीय डोमेन (सीसीटीएलडी) नहीं है
Which of the following is not Country Code Top-level Domains (ccTLD).
Correct Answer: D) .cat
सक्रिय दस्तावेज़ों के उपयोग को सक्षम करने के लिए ___________ का उपयोग किया जाता है
___________ is used to enable the use of active documents
निम्नलिखित कथनों पर विचार करें और कोई भी विकल्प चुनें:
Consider the following statements and choose any option:
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> एक ______________ में सुसंगत तरीके से एक साथ जुड़े कई वेब पेज शामिल होते हैं।
A ______________ consists of many web pages linked together in a coherent fashion.
__________ एक सामान्य इनलाइन तत्व है जो कोई आत्मसमर्पित स्वरूप पर लागू नहीं करता है।
_________ is a generic inline element that applies no inherent formatting.
किसी तालिका में दो या दो से अधिक कॉलमों को मर्ज करने के लिए किस विशेषता का उपयोग किया जाता है?
Which attribute is used to merge two or more columns in ·a table?
निम्नलिखित में से कौन सा माउस इवेंट नहीं है?
Which of the following is not a mouse event ?
टेबल में टेक्स्ट को अलाइन करने के लिए निम्न में से किस प्रॉपर्टी का उपयोग किया जाता है?
Which of the following property is used to align the text in a table?
कौन सा डायलॉग बॉक्स उपयोगकर्ता से मान स्वीकार करता है?
Which dialog box accepts the value from the user ?
अधिक कुशल कोड स्निपेट कौन सा है?
Which is a more efficient code snippet ?
Code 1;
for(var number=10;number>=1;number--)
{
document.writeln(number);
}
Code 2 ;
var number=10;
while(number>=1)
{
document.writeln(number);
number++;
} यदि हम निम्नलिखित दो वेरिएबल जोड़ते हैं तो किस प्रकार का मान मुद्रित होता है?
What type of value gets printed if we add the following two variables ?
var a = "10";
var b = 50; किसी भी वेबपेज से कंप्यूटर सिस्टम में फ़ाइल स्थानांतरण को __________ कहा जाता है।
File transfer from any webpage to computer system is referred to as __________.
सबसे व्यापक रूप से उपयोग की जाने वाली ई-मेल फॉर्म स्क्रिप्ट कौन सी है?
What is the most widely use e-mail form script?
कंप्यूटर शब्दजाल - WWWW, का अर्थ है:
The computer jargon - WWWW, stands for:
DHTML से किस प्रकार के पेज बनते हैं?
What kind of pages gets created from DHTML?
वेबसाइट पर विजिटर्स को डेटा इनपुट करने में मदद करने के लिए किसका उपयोग किया जाता है?
What is used to help the visitors of the website to input data ?
किसी वेब पेज पर किसी अन्य वेबपेज से जुड़े आइकन या छवि के टुकड़े को कहा जाता है
A piece of icon or image on a web page associated with another webpage is called
वर्ल्ड वाइड वेब का आविष्कार किसके द्वारा किया गया था?
The World Wide Web was devised by
विभिन्न उत्पादों के बारे में जानकारी के लिए किसका उपयोग किया जाता है?
What is used to information about various product ?
निम्नलिखित में से किसने प्रारंभिक इंटरनेट विकास का समर्थन किया?
Which of the following supported the initial INTERNET development ?
__________ वे कंप्यूटर हैं जो एक नेटवर्क से जुड़ते हैं और अन्य कंप्यूटरों को संसाधन वितरित करते हैं।
__________ are computers that connect to a network and deliver resources to other computers.
इंटरनेट अकाउंट से जुड़ने की प्रक्रिया है
The process of connecting to the internet account is
HTML क्रिएट करने के लिए यूज़ किया जाता है
HTML is used to create
________ दुनिया भर के बिंदुओं से एक साथ जुड़ी सूचनाओं का भंडार है।
________ is a repository of information linked together from points all over the world.