From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/hi-in/web/html/element/index.html | 100 ++++++++++++++++++++++++++++++ files/hi-in/web/html/index.html | 48 ++++++++++++++ files/hi-in/web/html/reference/index.html | 27 ++++++++ 3 files changed, 175 insertions(+) create mode 100644 files/hi-in/web/html/element/index.html create mode 100644 files/hi-in/web/html/index.html create mode 100644 files/hi-in/web/html/reference/index.html (limited to 'files/hi-in/web/html') 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 +--- +
{{HTMLSidebar("Elements")}}
+ +

This page lists all the {{Glossary("HTML")}} {{Glossary("Element","elements")}}, which are created using {{Glossary("Tag", "tags")}}. 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.

+ +
+

For more information about the basics of HTML elements and attributes, see the section on elements in the Introduction to HTML article.

+
+ +

Main root

+ +

{{HTMLRefTable("HTML Root Element")}}

+ +

Document metadata

+ +

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. 

+ +

{{HTMLRefTable("HTML Document Metadata")}}

+ +

Sectioning root

+ +

{{HTMLRefTable("Sectioning Root Element")}}

+ +

Content sectioning

+ +

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.   

+ +

{{HTMLRefTable("HTML Sections")}}

+ +

Text content

+ +

Use HTML text content elements to organize blocks or sections of content placed between the opening {{HTMLElement("body")}} and closing </body> tags. Important for {{Glossary("accessibility")}} and {{Glossary("SEO")}}, these elements identify the purpose or structure of that content.     

+ +

{{HTMLRefTable("HTML Grouping Content")}}

+ +

Inline text semantics

+ +

Use the HTML inline text semantic to define the meaning, structure, or style of a word, line, or any arbitrary piece of text.

+ +

{{HTMLRefTable("HTML Text-Level Semantics")}}

+ +

Image and multimedia

+ +

HTML supports various multimedia resources such as images, audio, and video.

+ +

{{HTMLRefTable("multimedia")}}

+ +

Embedded content

+ +

In addition to regular multimedia content, HTML can include a variety of other content, even if it's not always easy to interact with.

+ +

{{HTMLRefTable({"include":["HTML embedded content"], "exclude":["multimedia"]})}}

+ +

Scripting

+ +

In order to create dynamic content and Web applications, HTML supports the use of scripting languages, most prominently JavaScript. Certain elements support this capability.

+ +

{{HTMLRefTable("HTML Scripting")}}

+ +

Demarcating edits

+ +

These elements let you provide indications that specific parts of the text have been altered.

+ +

{{HTMLRefTable("HTML Edits")}}

+ +

Table content

+ +

The elements here are used to create and handle tabular data.

+ +

{{HTMLRefTable("HTML tabular data")}}

+ +

Forms

+ +

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 HTML forms guide.

+ +

{{HTMLRefTable({"include": ["HTML forms"], "exclude":["Deprecated"]})}}

+ +

Interactive elements

+ +

HTML offers a selection of elements which help to create interactive user interface objects.

+ +

{{HTMLRefTable("HTML interactive elements")}}

+ +

Web Components

+ +

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.

+ +

{{HTMLRefTable({"include":["Web Components"],"exclude":["Deprecated", "Obsolete"]})}}

+ +

Obsolete and deprecated elements

+ +
+

Warning: These are old HTML elements which are deprecated and should not be used. You should never use them in new projects, and should replace them in old projects as soon as you can. They are listed here for informational purposes only.

+
+ +

{{HTMLRefTable({"include":["Deprecated","Obsolete"]})}}

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 +--- +
{{HTMLSidebar}}
+ +

हाइपर टेक्स्ट मार्कअप लेंगुएज (एचटीएमल) बनाने और दृश्य दिखा कर एक वेबपेज का प्रतिनिधित्व करने के लिए प्रयोग किया जाता है.

+ +

एचटीएमल "मार्कअप" जोरता है अंग्रेजी श्रेणी में .  "हाइपर टेक्स्ट" एक वेब पेज से दूसरे वेब पेज का उल्लेखन है, जिस से वर्ल्ड वाइड वेब का निर्माण हुआ है. वेबपेज बनाकर और अपलोड करके इंटरनेट पर, हम वर्ल्ड वाइड वेब का एक सक्रिय भागीदार बन सकते है. एचटीएमल दृश्य छवि और अन्य मीडिया का समर्थन करता  है. एचटीएमल एक ऐसी भाषा है जो वेब डॉक्युमेंट के ढांचे और सामग्री को दर्शाती है. वेब पेज कि सामग्री एचटीएमल के साथ टैग है जैसे कि  {{HTMLElement("img")}}, {{HTMLElement("title")}}, {{HTMLElement("p")}}, {{HTMLElement("div")}}, {{HTMLElement("picture")}}. यह तत्व एक वेबसाइट का निर्माण ब्लॉक है.

+ +

यह लेख वेब विकास के लिए संदर्भ सामग्री प्रदान करता है.

+ +
+ + +
+
+

सन्दर्भ

+ +

{{SubpagesWithSummaries}}

+ +

देखने के सभी...

+
+ +
+

गाइड और ट्यूटोरियल

+ +
+
एचटीएमएल विकासकर्ता गाइड
+
एचटीएमल के साथ वेब सामग्री का निर्माण, ट्यूटोरियल और अन्य सामग्री का प्रदर्शन MDN लेख से मिल सकता है.
+
+
+
+
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 +--- +
{{HTMLSidebar}}
+ +

This HTML reference describes all elements and attributes of HTML, including global attributes that apply to all elements.

+ +
+
HTML element reference
+
This page lists all the HTML elements, which are created using tags.
+
HTML attribute reference
+
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.
+
Global attributes
+
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.
+
Link types
+
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.
+
Content Categories
+
Every HTML element is a member of one or more content categories — these categories group elements that share common characteristics.
+
Date and time formats used in HTML
+
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.
+
+ +

View all pages tagged "HTML"...

-- cgit v1.2.3-54-g00ecf