aboutsummaryrefslogtreecommitdiff
path: root/files/hi-in/web/html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
commit1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch)
tree0dd8b084480983cf9f9680e8aedb92782a921b13 /files/hi-in/web/html
parent4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff)
downloadtranslated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip
initial commit
Diffstat (limited to 'files/hi-in/web/html')
-rw-r--r--files/hi-in/web/html/element/index.html100
-rw-r--r--files/hi-in/web/html/index.html48
-rw-r--r--files/hi-in/web/html/reference/index.html27
3 files changed, 175 insertions, 0 deletions
diff --git a/files/hi-in/web/html/element/index.html b/files/hi-in/web/html/element/index.html
new file mode 100644
index 0000000000..929416d198
--- /dev/null
+++ b/files/hi-in/web/html/element/index.html
@@ -0,0 +1,100 @@
+---
+title: HTML elements reference
+slug: Web/HTML/Element
+translation_of: Web/HTML/Element
+---
+<div>{{HTMLSidebar("Elements")}}</div>
+
+<p><span class="seoSummary">This page lists all the {{Glossary("HTML")}} {{Glossary("Element","elements")}}, which are created using {{Glossary("Tag", "tags")}}.</span> They are grouped by function to help you find what you have in mind easily. An alphabetical list of all elements is provided in the sidebar on every element's page as well as this one.</p>
+
+<div class="note">
+<p>For more information about the basics of HTML elements and attributes, see <a href="/en-US/docs/Web/Guide/HTML/Introduction#Elements_%E2%80%94_the_basic_building_blocks">the section on elements in the Introduction to HTML article</a>.</p>
+</div>
+
+<h2 id="Main_root">Main root</h2>
+
+<p>{{HTMLRefTable("HTML Root Element")}}</p>
+
+<h2 id="Document_metadata">Document metadata</h2>
+
+<p>Metadata contains information about the page. This includes information about styles, scripts and data to help software ({{Glossary("search engine", "search engines")}}, {{Glossary("Browser","browsers")}}, etc.) use and render the page. Metadata for styles and scripts may be defined in the page or link to another file that has the information. </p>
+
+<p>{{HTMLRefTable("HTML Document Metadata")}}</p>
+
+<h2 id="Sectioning_root">Sectioning root</h2>
+
+<p>{{HTMLRefTable("Sectioning Root Element")}}</p>
+
+<h2 id="Content_sectioning">Content sectioning</h2>
+
+<p>Content sectioning elements allow you to organize the document content into logical pieces. Use the sectioning elements to create a broad outline for your page content, including header and footer navigation, and heading elements to identify sections of content.   </p>
+
+<p>{{HTMLRefTable("HTML Sections")}}</p>
+
+<h2 id="Text_content">Text content</h2>
+
+<p>Use HTML text content elements to organize blocks or sections of content placed between the opening {{HTMLElement("body")}} and closing <code>&lt;/body&gt;</code> tags. Important for {{Glossary("accessibility")}} and {{Glossary("SEO")}}, these elements identify the purpose or structure of that content.     </p>
+
+<p>{{HTMLRefTable("HTML Grouping Content")}}</p>
+
+<h2 id="Inline_text_semantics">Inline text semantics</h2>
+
+<p>Use the HTML inline text semantic to define the meaning, structure, or style of a word, line, or any arbitrary piece of text.</p>
+
+<p>{{HTMLRefTable("HTML Text-Level Semantics")}}</p>
+
+<h2 id="Image_and_multimedia">Image and multimedia</h2>
+
+<p>HTML supports various multimedia resources such as images, audio, and video.</p>
+
+<p>{{HTMLRefTable("multimedia")}}</p>
+
+<h2 id="Embedded_content">Embedded content</h2>
+
+<p>In addition to regular multimedia content, HTML can include a variety of other content, even if it's not always easy to interact with.</p>
+
+<p>{{HTMLRefTable({"include":["HTML embedded content"], "exclude":["multimedia"]})}}</p>
+
+<h2 id="Scripting">Scripting</h2>
+
+<p>In order to create dynamic content and Web applications, HTML supports the use of scripting languages, most prominently JavaScript. Certain elements support this capability.</p>
+
+<p>{{HTMLRefTable("HTML Scripting")}}</p>
+
+<h2 id="Demarcating_edits">Demarcating edits</h2>
+
+<p>These elements let you provide indications that specific parts of the text have been altered.</p>
+
+<p>{{HTMLRefTable("HTML Edits")}}</p>
+
+<h2 id="Table_content">Table content</h2>
+
+<p>The elements here are used to create and handle tabular data.</p>
+
+<p>{{HTMLRefTable("HTML tabular data")}}</p>
+
+<h2 id="Forms">Forms</h2>
+
+<p>HTML provides a number of elements which can be used together to create forms which the user can fill out and submit to the Web site or application. There's a great deal of further information about this available in the <a href="/en-US/docs/Web/Guide/HTML/Forms">HTML forms guide</a>.</p>
+
+<p>{{HTMLRefTable({"include": ["HTML forms"], "exclude":["Deprecated"]})}}</p>
+
+<h2 id="Interactive_elements">Interactive elements</h2>
+
+<p>HTML offers a selection of elements which help to create interactive user interface objects.</p>
+
+<p>{{HTMLRefTable("HTML interactive elements")}}</p>
+
+<h2 id="Web_Components">Web Components</h2>
+
+<p>Web Components is an HTML-related technology which makes it possible to, essentially, create and use custom elements as if it were regular HTML. In addition, you can create custom versions of standard HTML elements.</p>
+
+<p>{{HTMLRefTable({"include":["Web Components"],"exclude":["Deprecated", "Obsolete"]})}}</p>
+
+<h2 id="Obsolete_and_deprecated_elements">Obsolete and deprecated elements</h2>
+
+<div class="warning">
+<p><strong>Warning:</strong> These are old HTML elements which are deprecated and should not be used. <strong>You should never use them in new projects, and should replace them in old projects as soon as you can.</strong> They are listed here for informational purposes only.</p>
+</div>
+
+<p>{{HTMLRefTable({"include":["Deprecated","Obsolete"]})}}</p>
diff --git a/files/hi-in/web/html/index.html b/files/hi-in/web/html/index.html
new file mode 100644
index 0000000000..625fe9a956
--- /dev/null
+++ b/files/hi-in/web/html/index.html
@@ -0,0 +1,48 @@
+---
+title: एचटीएमल (हाइपर टेक्स्ट मार्कअप लेंगुएज)
+slug: Web/HTML
+tags:
+ - एचटीएमल
+translation_of: Web/HTML
+---
+<div>{{HTMLSidebar}}</div>
+
+<p>हाइपर टेक्स्ट मार्कअप लेंगुएज (एचटीएमल) बनाने और दृश्य दिखा कर <span style="line-height: 1.5;">एक वेबपेज का प्रतिनिधित्व करने के लिए प्रयोग किया जाता है.</span></p>
+
+<p>एचटीएमल "मार्कअप" जोरता है अंग्रेजी श्रेणी में .  "हाइपर टेक्स्ट" एक वेब पेज से दूसरे वेब पेज का उल्लेखन है, जिस से वर्ल्ड वाइड वेब का निर्माण हुआ है.<span style="line-height: 1.5;"> </span>वेबपेज बनाकर और अपलोड करके इंटरनेट पर, हम वर्ल्ड वाइड वेब का एक सक्रिय भागीदार बन सकते है. <span class="seoSummary" style="line-height: 1.5;">एचटीएमल दृश्य छवि और अन्य मीडिया का समर्थन करता  है.</span><span style="line-height: 1.5;"> </span><span style="line-height: 1.5;">एचटीएमल </span><span style="line-height: 1.5;">एक </span><span style="line-height: 1.5;">ऐसी</span><span style="line-height: 1.5;"> </span><span style="line-height: 1.5;">भाषा </span><span style="line-height: 1.5;">है </span><span style="line-height: 1.5;">जो </span><span style="line-height: 1.5;">वेब</span><span style="line-height: 1.5;"> </span><span style="line-height: 1.5;">डॉक्युमेंट </span>के ढांचे और सामग्री<span style="line-height: 1.5;"> </span><span style="line-height: 1.5;">को दर्शाती</span> है. वेब पेज कि सामग्री एचटीएमल के साथ टैग है <span style="line-height: 1.5;">जैसे कि  </span><span style="line-height: 1.5;">{{HTMLElement("img")}}, {{HTMLElement("title")}}, {{HTMLElement("p")}}, {{HTMLElement("div")}}, {{HTMLElement("picture")}}. </span><span style="line-height: 1.5;">यह </span><span style="line-height: 1.5;">तत्व </span><span style="line-height: 1.5;">एक वेबसाइट का निर्माण ब्लॉक </span><span style="line-height: 1.5;">है.</span></p>
+
+<p><span class="seoSummary">यह लेख वेब विकास के लिए संदर्भ सामग्री प्रदान करता है.</span></p>
+
+<section class="cleared" id="sect1">
+<ul class="card-grid">
+ <li><span>एचटीएमल संदर्भ</span>
+
+ <p>हमारे <a href="/hi-IN/docs/Web/HTML/Reference">व्यापक संदर्भ</a> मे, आपको जानकारी मिल जाएगी हर एक तत्व और गुण के बारे मेँ.</p>
+ </li>
+ <li><span>एचटीएमल गाइड</span>
+ <p>कैसे उपयोग करे एचटीएमल के लेख, अच्छी तरह से ट्यूटोरियल और पूर्ण उदाहरण के लिए  <a href="/hi-IN/docs/Web/Guide/HTML">एचटीएमएल डेवलपर मार्गदर्शिका</a> देखें.</p>
+ </li>
+ <li><span>एचटीएमल परिचय</span>
+ <p>अगर आप वेब विकास के लिए नए हैं, हमारा <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Introduction">परिचय</a> पढ़ लें कि एचटीएमएल है क्या और इसका इस्तेमाल कैसे करे.</p>
+ </li>
+</ul>
+
+<div class="row topicpage-table">
+<div class="section">
+<h2 class="Documentation" id="Documentation" name="Documentation">सन्दर्भ</h2>
+
+<p>{{SubpagesWithSummaries}}</p>
+
+<p><span class="alllinks"><a href="/en-US/docs/tag/HTML" title="Article tagged: HTML">देखने के सभी...</a></span></p>
+</div>
+
+<div class="section">
+<h2 class="Tools" id="Tools" name="Tools">गाइड और ट्यूटोरियल</h2>
+
+<dl>
+ <dt><a href="/en-US/docs/Web/Guide/HTML">एचटीएमएल विकासकर्ता गाइड</a></dt>
+ <dd>एचटीएमल के साथ वेब सामग्री का निर्माण, ट्यूटोरियल और अन्य सामग्री का प्रदर्शन MDN लेख से मिल सकता है.</dd>
+</dl>
+</div>
+</div>
+</section>
diff --git a/files/hi-in/web/html/reference/index.html b/files/hi-in/web/html/reference/index.html
new file mode 100644
index 0000000000..dacb09663d
--- /dev/null
+++ b/files/hi-in/web/html/reference/index.html
@@ -0,0 +1,27 @@
+---
+title: HTML reference
+slug: Web/HTML/Reference
+tags:
+ - Attribute
+translation_of: Web/HTML/Reference
+---
+<div>{{HTMLSidebar}}</div>
+
+<p>This <a href="/en-US/docs/Web/HTML">HTML</a> reference describes all <strong>elements</strong> and <strong>attributes</strong> of HTML, including <strong>global attributes</strong> that apply to all elements.</p>
+
+<dl>
+ <dt><a href="/en-US/docs/Web/HTML/Element">HTML element reference</a></dt>
+ <dd>This page lists all the HTML elements, which are created using tags.</dd>
+ <dt><a href="/en-US/docs/Web/HTML/Attributes">HTML attribute reference</a></dt>
+ <dd>Elements in HTML have attributes; these are additional values that configure the elements or adjust their behavior in various ways to meet the criteria the users want.</dd>
+ <dt><a href="/en-US/docs/Web/HTML/Global_attributes">Global attributes</a></dt>
+ <dd>Global attributes are attributes common to all HTML elements; they can be used on all elements, though they may have no effect on some elements.</dd>
+ <dt><a href="/en-US/docs/Web/HTML/Link_types">Link types</a></dt>
+ <dd>In HTML, the following link types indicate the relationship between two documents, in which one links to the other using an {{HTMLElement("a")}}, {{HTMLElement("area")}}, or {{HTMLElement("link")}} element.</dd>
+ <dt><a href="/en-US/docs/Web/Guide/HTML/Content_categories">Content Categories</a></dt>
+ <dd>Every HTML element is a member of one or more content categories — these categories group elements that share common characteristics.</dd>
+ <dt><a href="/en-US/docs/Web/HTML/Date_and_time_formats">Date and time formats used in HTML</a></dt>
+ <dd>Certain HTML elements allow you to specify dates and/or times as the value or as the value of an attribute. These include the date and time variations of the {{HTMLElement("input")}} element as well as the {{HTMLElement("ins")}} and {{HTMLElement("del")}} elements.</dd>
+</dl>
+
+<p><span class="alllinks"><a href="/en-US/docs/tag/HTML" title="Article tagged: HTML">View all pages tagged "HTML"...</a></span></p>