HTML Editors


HTML Editors

Web pages can be created and modified by using professional HTML editors.

Html editors like Notepad, Visual Studio ,Sublime Etc 





 <!DOCTYPE html>

<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

</body>
</html>

HTML Language || How to Learn html

 HTML Language || How to Learn html


If you want to learn HTML and want to make your career in web development, then you have come to the right place on our website, you will get the right information and advice, we will give you the right answers to all your questions and try to satisfy you. let's start
.


What is 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 tell the browser how to display the content 
HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.




Example Described

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> element defines the document's body, and is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.
The <h1> element defines a large heading 
The <p> element defines a paragraph

Type of Programming Languages

 Type of Programming Languages

There are 5 type of programming languages


What is Programming Language?

Programming is a skill that is becoming increasingly sought after in the job market. Having at least a basic understanding of how software functions is helpful for anyone who interacts with technology. With a background in programming, you can get a job coding, designing software, data architecture, or creating intuitive user interfaces. 

But what language should you learn? You'll find a seemingly infinite number of programming languages that are free to learn and develop projects with online. With the field of technology growing exponentially each year, the internet is a great place to start when trying to explore the latest developments or discover a new skill.

Whichever language you learn, you may find it helpful to take notes or draw diagrams detailing the steps you're taking and why. It's important for programmers to be able to communicate their process to non-technical stakeholders, but taking notes can also be a great learning tool. "Turns out this often comes in handy not only for the sake of creating documentation, but often helps in solving a single task or issue where the underlying tech is challenging to understand," offers Eric Hartzog, a software engineer at Meta.

In this article, we'll explore some of the most common types of programming languages and give you some resources you can use to start learning.

प्रोग्रामिंग भाषा (कोडिंग) क्या होती है


प्रोग्रामिंग एक ऐसा कौशल है जिसकी नौकरी के बाजार में तेजी से मांग हो रही है। कम से कम इस बात की बुनियादी समझ होना कि सॉफ्टवेयर कैसे काम करता है, तकनीक के साथ इंटरैक्ट करने वाले किसी भी व्यक्ति के लिए मददगार है। प्रोग्रामिंग में पृष्ठभूमि के साथ, आप नौकरी कोडिंग, सॉफ्टवेयर डिजाइनिंग, डेटा आर्किटेक्चर, या सहज उपयोगकर्ता इंटरफेस बनाने के लिए प्राप्त कर सकते हैं।

लेकिन आपको कौन सी भाषा सीखनी चाहिए? आपको प्रतीत होता है कि असीमित संख्या में प्रोग्रामिंग भाषाएं मिलेंगी जो ऑनलाइन सीखने और परियोजनाओं को विकसित करने के लिए स्वतंत्र हैं। प्रौद्योगिकी के क्षेत्र में हर साल तेजी से वृद्धि के साथ, नवीनतम विकास का पता लगाने या एक नए कौशल की खोज करने की कोशिश करते समय इंटरनेट एक बेहतरीन जगह है।

आप जो भी भाषा सीखते हैं, आपको नोट्स लेने या आपके द्वारा उठाए जा रहे कदमों और क्यों का विवरण देने वाले आरेख बनाने में मदद मिल सकती है। प्रोग्रामर के लिए गैर-तकनीकी हितधारकों को अपनी प्रक्रिया को संप्रेषित करने में सक्षम होना महत्वपूर्ण है, लेकिन नोट्स लेना भी एक महान शिक्षण उपकरण हो सकता है। मेटा में एक सॉफ्टवेयर इंजीनियर एरिक हार्टज़ोग कहते हैं, "यह पता चला है कि यह न केवल दस्तावेज़ बनाने के लिए काम में आता है, बल्कि अक्सर किसी एक कार्य या समस्या को हल करने में मदद करता है, जहां अंतर्निहित तकनीक को समझना चुनौतीपूर्ण होता है।"







There are 5 type of programming languages

While you'll find dozens of ways to classify various programming languages, they generally fall into five major categories. Keep in mind that some languages may fall under more than one type:

जबकि आपको विभिन्न प्रोग्रामिंग भाषाओं को वर्गीकृत करने के दर्जनों तरीके मिलेंगे, वे आम तौर पर पांच प्रमुख श्रेणियों में आते हैं। ध्यान रखें कि कुछ भाषाएँ एक से अधिक प्रकार की हो सकती हैं:

1. Procedural programming languages (प्रक्रियात्मक प्रोग्रामिंग भाषाएँ)

A procedural language follows a sequence of statements or commands in order to achieve a desired output. Each series of steps is called a procedure, and a program written in one of these languages will have one or more procedures within it. Common examples of procedural languages include:

  • C and C++
  • JAVA
  • PASCAL
  • BASIC

 वांछित आउटपुट प्राप्त करने के लिए एक प्रक्रियात्मक भाषा बयानों या आदेशों के अनुक्रम का पालन करती है। चरणों की प्रत्येक श्रृंखला को एक प्रक्रिया कहा जाता है, और इनमें से किसी एक भाषा में लिखे गए प्रोग्राम में एक या अधिक प्रक्रियाएँ होंगी। प्रक्रियात्मक भाषाओं के सामान्य उदाहरणों में शामिल हैं:

  • C and C++
  • JAVA
  • PASCAL
  • BASIC

2.Functional programming languages(कार्यात्मक प्रोग्रामिंग भाषाएं)

Rather than focusing on the execution of statements, functional languages focus on the output of mathematical functions and evaluations. Each function–a reusable module of code–performs a specific task and returns a result. The result will vary depending on what data you input into the function. Some popular functional programming languages include:

  • Scala
  • Erlang
  • Haskell
  • Elixir
  • F#
बयानों के निष्पादन पर ध्यान केंद्रित करने के बजाय, कार्यात्मक भाषाएं गणितीय कार्यों और मूल्यांकनों के उत्पादन पर ध्यान केंद्रित करती हैं। प्रत्येक फ़ंक्शन - कोड का एक पुन: प्रयोज्य मॉड्यूल - एक विशिष्ट कार्य करता है और एक परिणाम देता है। आपके द्वारा फ़ंक्शन में इनपुट किए गए डेटा के आधार पर परिणाम अलग-अलग होंगे। कुछ लोकप्रिय कार्यात्मक प्रोग्रामिंग भाषाओं में शामिल हैं:
  • Scala
  • Erlang
  • Haskell
  • Elixir
  • F#

3. Object-oriented programming languages(वस्तु-उन्मुख प्रोग्रामिंग भाषाएँ)

This type of language treats a program as a group of objects composed of data and program elements, known as attributes and methods. Objects can be reused within a program or in other programs. This makes it a popular language type for complex programs, as code is easier to reuse and scale. Some common object-oriented programming (OOP) languages include:

  • Java

  • Python
  • PHP
  • C++
  • Ruby
इस प्रकार की भाषा एक प्रोग्राम को डेटा और प्रोग्राम तत्वों से बनी वस्तुओं के समूह के रूप में मानती है, जिसे एट्रिब्यूट्स और विधियों के रूप में जाना जाता है। किसी प्रोग्राम या अन्य प्रोग्राम में ऑब्जेक्ट्स का पुन: उपयोग किया जा सकता है। यह इसे जटिल कार्यक्रमों के लिए एक लोकप्रिय भाषा प्रकार बनाता है, क्योंकि कोड का पुन: उपयोग करना और स्केल करना आसान है। कुछ सामान्य वस्तु-उन्मुख प्रोग्रामिंग (OOP) भाषाओं में शामिल हैं:

  • Java
  • Python
  • PHP
  • C++
  • Ruby

4. Scripting languages(पटकथा भाषाएँ)

Programmers use scripting languages to automate repetitive tasks, manage dynamic web content, or support processes in larger applications. Some common scripting languages include:

  • PHP
  • Ruby
  • Python
  • bash
  • Perl
  • Node.js

प्रोग्रामर दोहराए जाने वाले कार्यों को स्वचालित करने, गतिशील वेब सामग्री का प्रबंधन करने, या बड़े अनुप्रयोगों में प्रक्रियाओं का समर्थन करने के लिए स्क्रिप्टिंग भाषाओं का उपयोग करते हैं। कुछ सामान्य स्क्रिप्टिंग भाषाओं में शामिल हैं:

  • PHP
  • Ruby
  • Python
  • bash
  • Perl
  • Node.js

5. Logic programming languages(तर्क प्रोग्रामिंग भाषाएँ)

Instead of telling a computer what to do, a logic programming language expresses a series of facts and rules to instruct the computer on how to make decisions. Some examples of logic languages include:

  • Prolog
  • Absys
  • Datalog
  • Alma-0

कंप्यूटर को क्या करना है यह बताने के बजाय, एक तर्क प्रोग्रामिंग भाषा कंप्यूटर को निर्णय लेने के तरीके के बारे में निर्देश देने के लिए तथ्यों और नियमों की एक श्रृंखला व्यक्त करती है। तर्क भाषाओं के कुछ उदाहरणों में शामिल हैं:
  • Prolog
  • Absys
  • Datalog
  • Alma-0

Programming language (How To learn Coding)

 

Programming language 

A programming language is a system of notation for writing computer programs. Most programming languages are text-based formal languages, but they may also be graphical. They are a kind of computer language. The description of a programming language is usually split into the two components of syntax (form) and semantics (meaning), which are usually defined by a formal language. Some languages are defined by a specification document (for example, the C programming language is specified by an ISO Standard) while other languages (such as Perl) have a dominant implementation that is treated as a reference. Some languages have both, with the basic language defined by a standard and extensions taken from the dominant implementation being common. Programming language theory is the subfield of computer science that studies programming languages' design, implementation, analysis, characterization, and classification.

Programming language in hindi

एक प्रोग्रामिंग भाषा कंप्यूटर प्रोग्राम लिखने के लिए अंकन की एक प्रणाली है। [1] अधिकांश प्रोग्रामिंग लैंग्वेज टेक्स्ट-आधारित औपचारिक भाषाएं हैं, लेकिन वे ग्राफिकल भी हो सकती हैं। वे एक तरह की कंप्यूटर भाषा हैं। एक प्रोग्रामिंग भाषा का विवरण आमतौर पर सिंटैक्स (फॉर्म) और शब्दार्थ (अर्थ) के दो घटकों में विभाजित होता है, जो आमतौर पर एक औपचारिक भाषा द्वारा परिभाषित होते हैं। कुछ भाषाओं को एक विनिर्देश दस्तावेज़ द्वारा परिभाषित किया जाता है (उदाहरण के लिए, सी प्रोग्रामिंग भाषा एक आईएसओ मानक द्वारा निर्दिष्ट की जाती है) जबकि अन्य भाषाओं (जैसे पर्ल) में एक प्रमुख कार्यान्वयन होता है जिसे एक संदर्भ के रूप में माना जाता है। कुछ भाषाओं में दोनों हैं, एक मानक द्वारा परिभाषित मूल भाषा के साथ और प्रमुख कार्यान्वयन से लिए गए एक्सटेंशन सामान्य हैं। प्रोग्रामिंग भाषा सिद्धांत कंप्यूटर विज्ञान का उपक्षेत्र है जो प्रोग्रामिंग भाषाओं के डिजाइन, कार्यान्वयन, विश्लेषण, लक्षण वर्णन और वर्गीकरण का अध्ययन करता है।



Definitions(परिभाषाएं)

There are many considerations when defining what constitutes a programming language.
प्रोग्रामिंग भाषा का गठन करने वाले को परिभाषित करते समय कई विचार हैं।


Computer languages vs programming languages

The term computer language is sometimes used interchangeably with programming language. However, the usage of both terms varies among authors, including the exact scope of each. One usage describes programming languages as a subset of computer languages. Similarly, languages used in computing that have a different goal than expressing computer programs are generically designated computer languages. For instance, markup languages are sometimes referred to as computer languages to emphasize that they are not meant to be used for programming. One way of classifying computer languages is by the computations they are capable of expressing, as described by the theory of computation. The majority of practical programming languages are Turing complete,and all Turing complete languages can implement the same set of algorithms. ANSI/ISO SQL-92 and Charity are examples of languages that are not Turing complete, yet are often called programming languages.However,

 some authors restrict the term "programming language" to Turing complete languages.

 Another usage regards programming languages as theoretical constructs for programming abstract machines and computer languages as the subset thereof that runs on physical computers, which have finite hardware resources.John C. Reynolds emphasizes that formal specification languages are just as much programming languages as are the languages intended for execution. He also argues that textual and even graphical input formats that affect the behavior of a computer are programming languages, despite the fact they are commonly not Turing-complete, and remarks that ignorance of programming language concepts is the reason for many flaws in input formats.

Computer languages vs programming languages in hindi

कंप्यूटर भाषा शब्द का प्रयोग कभी-कभी प्रोग्रामिंग भाषा के साथ परस्पर विनिमय के लिए किया जाता है। हालाँकि, दोनों शब्दों का उपयोग लेखकों के बीच भिन्न होता है, जिसमें प्रत्येक का सटीक दायरा भी शामिल है। एक प्रयोग प्रोग्रामिंग भाषाओं को कंप्यूटर भाषाओं के सबसेट के रूप में वर्णित करता है। इसी तरह, कंप्यूटिंग में उपयोग की जाने वाली भाषाएँ जिनका लक्ष्य कंप्यूटर प्रोग्राम को व्यक्त करने से भिन्न होता है, सामान्य रूप से निर्दिष्ट कंप्यूटर भाषाएँ होती हैं।

उदाहरण के लिए, मार्कअप लैंग्वेज को कभी-कभी कंप्यूटर लैंग्वेज के रूप में संदर्भित किया जाता है ताकि यह जोर दिया जा सके कि वे प्रोग्रामिंग के लिए उपयोग करने के लिए नहीं हैं। कंप्यूटर भाषाओं को वर्गीकृत करने का एक तरीका उन संगणनाओं के द्वारा है जिन्हें वे अभिव्यक्त करने में सक्षम हैं, जैसा कि संगणना के सिद्धांत द्वारा वर्णित है। अधिकांश व्यावहारिक प्रोग्रामिंग भाषाएँ ट्यूरिंग पूर्ण हैं, और सभी ट्यूरिंग पूर्ण भाषाएँ एल्गोरिदम के समान सेट को लागू कर सकती हैं। ANSI/ISO SQL-92 और चैरिटी उन भाषाओं के उदाहरण हैं जो ट्यूरिंग पूर्ण नहीं हैं, फिर भी उन्हें अक्सर प्रोग्रामिंग भाषाएं कहा जाता है। हालांकि, कुछ लेखक "प्रोग्रामिंग भाषा" शब्द को ट्यूरिंग पूर्ण भाषाओं तक सीमित रखते हैं।





फ्री में वेबसाइट कैसे बनाये

  

Website Kaise Banaye – गूगल पर फ्री ब्लॉग व वेबसाइट कैसे बनाये।




अगर आपको राइटिंग का शौक है तो आपको अपनी खुद की वेबसाइट या ब्लॉग जरूर बनाना चाहिए इससे आप लोगों को जानकारी प्रदान करने के साथ-साथ उस पर Ads चलाकर पैसे भी कमा सकते है। लेकिन आपको पता नहीं कि Website Kaise Banaye तो आज इस लेख में आप Website या Blog बनाने की प्रोसेस स्टेप स्टेप जानेंगे, जिससे आप बिना किसी की मदद के आसानी से वेबसाइट बनाना सीख पाएंगे।

देखा जाए तो Google पर Website Blog Banane के पीछे सभी लोगों का अलग-अलग मतलब होता है। कई लोग वेबसाइट के द्वारा ऑनलाइन पैसा कमाना चाहते है, तो कोई अपनी खुद की वेबसाइट बनाना चाहता है ताकि वह अपनी बातों को अन्य लोगों के साथ शेयर कर सके, और कई लोग अपनी कंपनी के प्रोडक्ट्स को ऑनलाइन बेचने के लिए भी वेबसाइट बनाते है।

गूगल पर फ्री वेबसाइट बनाने के फायदे

गूगल पर फ्री वेबसाइट बनाने के फायदे बहुत सारे होते है,  यदि आपको जानना है कि Apni Website Kaise Banaye Mobile Se तो इससे पहले आप वेबसाइट बनाने से संबंधित जरुरी जानकारी अवश्य जान ले, ताकि आपको वेबसाइट बनाने में कोई परेशानी न हो। इसीलिए हम आज आपको फ्री में Website Kaise Banaye in Hindi के बारे में बताएँगे।


Website Kaise Banaye (गूगल पर फ्री ब्लॉग व वेबसाइट कैसे बनाये)



गूगल पर Website Banane Ke Liye बहुत से प्लेटफॉर्म है, जिनसे आप अपनी वेबसाइट बना सकते है, इनमें कुछ Paid Platform (जिनके लिए पैसे देने पड़ते है), और कुछ Free Platform (जिनके लिए कोई पैसा नहीं देना होता) है। Paid वेबसाइट बनाने के लिए आपको Web Hosting और Domain Name खरीदना पड़ता है, जिसकी कुछ कीमत आपको चुकानी पड़ सकती है। इसमें आपको बहुत सारे फीचर्स (सुविधाएँ) मिल जाते है जो एक फ्री वेबसाइट में नहीं मिलते है। इसलिए हम उनके बारे में बताएँगे जो सबसे ज्यादा लोकप्रिय है।

  • Blogger (Blogspot)
  • Wordpress
आपकी जानकारी के लिए बताना चाहते है कि ब्लॉग और वेबसाइट एक ही चीज़ होती है, बस इसमें थोड़ा सा फर्क होता है जैसे हर ब्लॉग एक वेबसाइट के रूप में काम कर सकता है, किंतु हर वेबसाइट ब्लॉग नहीं हो सकती। तो चलिए अब Google Par Website Kaise Banaye अथवा free website kaise banaye इसकी पूरी प्रक्रिया स्टेप बाय स्टेप जान लेते हैं।

फ्री में वेबसाइट कैसे बनाये


ब्लॉगस्पॉट (Blogspot) एक ऐसा प्लेटफॉर्म है जो आपको मुफ्त में वेबसाइट बनाने और होस्ट करने की अनुमति देता है, यह Google का खुद का प्लेटफॉर्म है, इसलिए आपको इस पर सर्वर डाउन टाइम और अन्य मुद्दों के बारे में चिंता करने की ज़रूरत नहीं है।

इसके अलावा, आपको इस पर हजारों मुफ्त ब्लॉगर टेम्प्लेट भी मिलते है जिनका उपयोग करके आप अपनी वेबसाइट को एक प्रोफेशनल रूप दे सकते है। आइए फ्री में Khud Ki Website Kaise Banaye के लिए स्टेप बाय स्टेप गाइड से शुरुआत करें।

Step1: Blogger.com की वेबसाइट पर जाएँ

सबसे पहले आप अपने कंप्यूटर पर ब्राउज़र Open कीजिये, उसके बाद आप Blogger की वेबसाइट www.blogger.com को ओपन कीजिये, (Blogger गूगल की ही एक फ्री सर्विस है) फिर उसमे “Sign In” पर क्लिक कीजिये, फिर आप अपनी ई-मेल ID और Password डालिए (इसके लिए आपका Gmail Account होना जरुरी है)।







Step 2: फिर Create New Blog पर

Sign In करने के बाद आपके सामने एक पेज ओपन होगा उसमे आप “Create New Blog” पर क्लिक करें। क्लिक करने के बाद आपके सामने एक पॉपअप विंडो ओपन होंगी, जिसमे Website का Title, Address और Theme डालना होगा।



  • Title – यहां पर सबसे पहले आपको अपने ब्लॉग या वेबसाइट का नाम डालना होगा, जैसे हमारी वेबसाइट का नाम “Hindi Sahayta” है, तो आप भी अपनी वेबसाइट का कोई नाम रख सकते है।
  • Address – यहाँ आपको अपनी वेबसाइट का URL बताना है कि उसका पता क्या होना चाहिए, आप Blogger पर फ्री वेबसाइट बना रहे है तो इसमें आपको आपकी वेबसाइट के नाम में blogspot.com लिखा हुआ मिलेगा। अगर आप किसी दूसरी वेबसाइट से पैसों से Domain खरीदकर Blogger में सेट कर देंगे, तो आपकी वेबसाइट का नाम वही बन जाएगा।
  • Theme – उसके बाद आपको अपनी वेबसाइट के लिए Theme सिलेक्ट करनी है। यहां पर आपको काफी Template दी गई है इनमें से कोई भी एक सिलेक्ट कर सकते है, जिससे आपकी वेबसाइट दिखने में अच्छी लगे।

Step 3: अब Create Blog पर क्लिक कर दें


सब डिटेल्स डालने के बाद “Create Blog” पर क्लिक कर दे, तो लीजिये आपकी फ्री वेबसाइट बनकर तैयार है, आप अपनी वेबसाइट ब्राउज़र में Site Address डालकर देख सकते है।

उम्मीद करते है कि बताई गयी स्टेप्स को फॉलो करके आपने सिख लिया होगा कि Free Website Kaise Banaye या अपनी वेबसाइट कैसे बनाएं।

Professional Website Kaise Banaye


यदि आपका कोई प्रोडक्ट है और आप चाहते है कि ज्यादा से ज्यादा कस्टमर आपके प्रोडक्ट को देखे और उसे खरीदे तो इसके लिए एक स्माल बिज़नेस वेबसाइट बनाना महत्वपूर्ण है। यदि आप गूगल की जैसी Apni Khud Ki Website Kaise Banaye इस बारे में जानना चाहते है तो इसके लिए निचे बताई गयी स्टेप्स को फॉलो करे:


1. डोमेन नेम रजिस्टर करे

आपके डोमेन नेम को इस तरह रखना चाहिए जो आपके उत्पादों या सेवाओं को प्रतिबिंबित करे, ताकि आपके उपयोगकर्ता सर्च इंजन के माध्यम से आपके व्यवसाय तक आसानी से पहुँच सके।




उपयोगकर्ता आपके डोमेन नाम को भी आपके व्यावसायिक नाम के समान होने की उम्मीद कर सकते है। डोमेन नेम आप Godaddy या Bigrock जैसी वेबसाइट से खरीद सकते है लेकिन इसके लिए आपको भुगतान करना होगा।

यदि आपको डोमेन कैसे खरीदते है या GoDaddy Par Website Kaise Banaye के बारे में नहीं पता है तो इसके लिए आप हमारी इस पोस्ट Domain Kaise Kharide? की सहायता ले सकते है।

2. वेब होस्टिंग कंपनी का पता लगाएं

इंटरनेट पर अपना डोमेन नाम प्राप्त करने के लिए आपको एक वेब होस्टिंग कंपनी ढूंढनी होगी। अधिकांश इंटरनेट सेवा प्रदान करने वाले वेब होस्टिंग की सेवाएं प्रदान करते है।

आप GoDaddy वेबसाइट से भी वेब होस्टिंग ले सकते है। वेब होस्टिंग के लिए मासिक शुल्क इस बात पर निर्भर करता है कि आपकी वेबसाइट कितनी बड़ी है या कितने उपयोगकर्ता आपकी वेबसाइट पर विजिट करते है।



3. अपना कंटेंट तैयार करें

इस बारे में सोचें कि ग्राहक आपकी वेबसाइट के माध्यम से किस तरह का कंटेंट प्राप्त करना चाहता है। इससे आपको यह पता लगाने में मदद मिलेगी कि आपको अपनी वेबसाइट में किस तरह की जानकारी शामिल करना चाहिए है।

इस बात पर विशेष ध्यान दे कि आपके कस्टमर्स की रूचि किन चीजों में है उस हिसाब से अपनी साइट का स्ट्रक्चर बनाये ताकि, उन्हें अपनी जरूरत की चीजों को खोजने में आसानी हो।







DOMAIN

 DOMAIN

How To Purchase Domain Name?



Buying a domain name may seem like a daunting process. After all, there are so many domain extensions and domain name registrars to choose from, it can be quite difficult to know where to start. 

However, once you know what is involved in buying a domain name, the process becomes pretty straightforward. 

There are three steps that you have to follow to buy a domain name:

एक डोमेन नाम ख़रीदना एक कठिन प्रक्रिया की तरह लग सकता है। आखिरकार, चुनने के लिए बहुत सारे डोमेन एक्सटेंशन और डोमेन नाम रजिस्ट्रार हैं, यह जानना काफी मुश्किल हो सकता है कि कहां से शुरू करें।

 हालाँकि, एक बार जब आप जान जाते हैं कि डोमेन नाम खरीदने में क्या शामिल है, तो प्रक्रिया बहुत सीधी हो जाती है।

 डोमेन नाम खरीदने के लिए आपको तीन चरणों का पालन करना होगा:

Step 1:  First go to google and search godaddy and click on the link which is at the top.then you will see something like

पहले  गूगल पर जाये और सर्च करे godaddy और सबसे ऊपर जो लिंक है उसे क्लिक करे तो आपको कुछ ऐसा देखने मिलेगा


Step 2: Domain Name Search .

Now you have to search your domain name and see whether the domain name you want is present or not. If you have found the domain you want, you will go to the next step.

अब आपको अपने domain name को सर्च करना है और देखना है की जो डोमेन नाम आप लेना चाहते है वो मौजूद है भी की नहीं है यदि आपको आपका मन चाहा डोमेन मिल गया हो आगे के स्टेप पर जायेंगे



Step 3: Register your desired domain name with your chosen domain registrar.

Now you have to register your domain name, continue to register and fill your details After doing all this your domain will be registered

अब आपको अपने डोमेन नाम को रजिस्टर करना होगा रजिस्टर करने क लिए कॉन्टिनेव कीजिये और अपने डेटाइले को भर दीजिये ये सब करने के बाद आपका डोमेन रजिस्टर हो जायेगा




WEBSITE

 WEBSITE (वेबसाइट)

Hello friends, we will tell you through this blog what is a website and we believe that you will definitely find a solution to your problem here, so let's start

नमस्कार दोस्तों हम इस ब्लॉग के माध्यम से आपको बताएँगे की वेबसाइट क्या होती है और हमे विश्वाश है की आपको यहाँ पर आपकी प्रॉब्लम का सलूशन जरूर मिलेगा तो आईये शुरू करते हैं 


What is a Website ? ( वेबसाइट क्या है ?)

A website is a collection of many web pages, and web pages are digital files that are written using HTML (HyperText Markup Language). To make your website available to every person in the world, it must be stored or hosted on a computer connected to the Internet round the clock.




Such computers are known as a Web Server.The website’s web pages are linked with hyperlinks and hypertext and share a common interface and design. The website might also contain some additional documents and files such as images, videos, or other digital assets.

With the Internet invading every sphere, we see websites for all kinds of causes and purposes. So, we can also say that a website can also be thought of as a digital environment capable of delivering information and solutions and promoting interaction between people, places, and things to support the goals of the organization it was created for.


एक वेबसाइट कई वेब पेजों का एक संग्रह है, और वेब पेज डिजिटल फाइलें हैं जो HTML, CSS ,JAVASCRIPT  (हाइपरटेक्स्ट मार्कअप लैंग्वेज) का उपयोग करके लिखी गई हैं। अपनी वेबसाइट को दुनिया के प्रत्येक व्यक्ति के लिए उपलब्ध कराने के लिए, इसे चौबीसों घंटे इंटरनेट से जुड़े कंप्यूटर पर संग्रहीत या होस्ट किया जाना चाहिए। ऐसे कंप्यूटर को वेब सर्वर के रूप में जाना जाता है। वेबसाइट के वेब पेज हाइपरलिंक्स और हाइपरटेक्स्ट से जुड़े हैं और एक सामान्य इंटरफ़ेस और डिज़ाइन साझा करते हैं। वेबसाइट में कुछ अतिरिक्त दस्तावेज़ और फ़ाइलें भी हो सकती हैं जैसे चित्र, वीडियो या अन्य डिजिटल संपत्ति।

इंटरनेट के हर क्षेत्र में आक्रमण के साथ, हम सभी प्रकार के कारणों और उद्देश्यों के लिए वेबसाइटें देखते हैं। इसलिए, हम यह भी कह सकते हैं कि एक वेबसाइट को एक डिजिटल वातावरण के रूप में भी माना जा सकता है जो सूचना और समाधान प्रदान करने में सक्षम है और लोगों, स्थानों और चीजों के बीच बातचीत को बढ़ावा देने के लिए संगठन के लक्ष्यों का समर्थन करने के लिए इसे बनाया गया था।

NOTE:- 

Website is a platform where we put our business online and spread it through internet to our business worldwide.

(वेबसाइट एक प्लेटफार्म है जहाँ हम अपने बुसिनेस को ऑनलाइन लेट है और उसे इंटरनेट के माध्यम से अपने बुसिनेस्स को दुनिया भर में फैलते है)


Why Website is Important ? (वेबसाइट क्यों महत्वपूर्ण है?)

If you do any business, then the website is a very important platform for you. Website is a platform where we put our business online and spread it through the Internet to our business worldwide. Through the website, the relationship between the customer and the business becomes better, the website makes you stand in a different line and Through this people take your work seriously. It also helps in customizing the look and feel of the business.


अगर आप कोई बिजनेस करते हैं तो वेबसाइट आपके लिए एक बहुत ही महत्वपूर्ण प्लेटफॉर्म है। वेबसाइट एक ऐसा प्लेटफॉर्म है जहां हम अपने बिजनेस को ऑनलाइन रखते हैं और इंटरनेट के जरिए अपने बिजनेस को दुनिया भर में फैलाते हैं। वेबसाइट के माध्यम से ग्राहक और व्यवसाय के बीच संबंध बेहतर हो जाते हैं, वेबसाइट आपको एक अलग लाइन में खड़ा कर देती है और इसके माध्यम से लोग आपके काम को गंभीरता से लेते हैं। यह व्यवसाय के स्वरूप और अनुभव को अनुकूलित करने में भी मदद करता है।





WELCOME WISHES CODE4U

 WELCOME WISHES

Hi there! We are Code4u and we are very happy to welcome you on board with our website You joined thousands of user persona profession who are already skyrocketing their knowladge and skils with Code4u by. and we know that you  will definitely get perfect knowladge from code4u


नमस्ते! हम Code4u हैं और हमें अपनी वेबसाइट पर आपका स्वागत करते हुए बहुत खुशी हो रही है आप उन हजारों [उपयोगकर्ता के व्यक्तित्व पेशे] में शामिल हो गए हैं जो पहले से ही Code4u by के साथ अपने ज्ञान और कौशल को आसमान छू रहे हैं। और हम जानते हैं कि आपको निश्चित रूप से code4u से संपूर्ण जानकारी प्राप्त होगी

How To Use Audio In Html

 How To Use Audio In Html  Friends, if you want to put a  <audio>  in html, then you have to use the audio tag. Some examples are giv...