Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 490187 of HTML

  • Revision slug: Web/HTML
  • Revision title: HTML
  • Revision id: 490187
  • Created:
  • Creator: amir.farsi
  • Is current revision? خیر
  • توضیح

Revision Content

HyperText Markup Language (HTML) زبان اصلی تقریباً همه‌ی محتوای وب است. اکثر چیزهایی که شما روی صفحه در مرورگرتان میبینید اساساً، با استفاده از HTML توصیف شده است. Most of what you see on screen in your browser is described, fundamentally, using HTML. More precisely, HTML is the language that describes the structure and the semantic content of a Web document. Content within a Web page is tagged with HTML elements such as {{HTMLElement("img")}}, {{HTMLElement("title")}}, {{HTMLElement("p")}}, {{HTMLElement("div")}}, and so forth.

HTML is an international standard whose specifications are maintained by the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG). The WHATWG considers HTML a "living standard" which is constantly evolving, whereas the W3C works on both "snapshots" of HTML, the most current of which is HTML5 and on the evolution of HTML (HTML 5.1).

The HTML specification defines a single language that can be written using the relaxed HTML syntax, but also the more strict XML (Extensible Markup Language) one, and also addresses the needs of web applications.

HTML5 does not describe the style and formatting of content, but only the content itself and its meaning. If you want to add style and formatting to your website it is defined and controlled by using Cascading Style Sheets (CSS).

The articles here provide reference materials you can refer to while you develop for the Web, so what are you waiting for?

Documentation about HTML

Introduction to HTML
An introductory guide to HTML, including its syntax and usage. 
HTML element reference
A detailed reference of all HTML elements and their features, capabilities, and compatibility with various browsers.
HTML attribute reference
A cheatsheet of all HTML attributes and which elements they can be used with.
HTML guide
Guides and tutorial content to help you learn and use HTML with ease.

View All...

Getting help from the community

You need help on a HTML-related problem and can't find the solution in the documentation?

  • Consult the dedicated Mozilla forum : {{DiscussionList("dev-tech-layout", "mozilla.dev.tech.layout")}}
  • Go to Stack Overflow, a collaboratively built and maintained Q&A site and look if you can find the answer to your question. If not you will be able to ask your question there.
  • Join us on IRC.

Don't forget about the netiquette...

Tools for HTML developers

View All...

 

Revision Source

<p dir="rtl"><strong><img alt="" src="/files/3563/HTML5_Logo_128.png" style="width: 128px; height: 128px; margin: 6px; float: left;" /><span class="seoSummary">HyperText Markup Language (HTML)</span></strong><span class="seoSummary">&nbsp;زبان اصلی تقریباً همه‌ی محتوای وب است. اکثر چیزهایی که شما روی صفحه در مرورگرتان میبینید اساساً، با استفاده از HTML توصیف شده است. Most of what you see on screen in your browser is described, fundamentally, using HTML.</span> More precisely, HTML is the language that describes the structure and the semantic content of a Web document. Content within a Web page is tagged with HTML elements such as {{HTMLElement("img")}}, {{HTMLElement("title")}}, {{HTMLElement("p")}}, {{HTMLElement("div")}}, and so forth.</p>
<p>HTML is an international standard whose specifications are maintained by the <a class="external" href="https://www.w3.org/">World Wide Web Consortium</a> (W3C) and the <a href="https://www.whatwg.org" title="https://www.whatwg.org">Web Hypertext Application Technology Working Group</a> (WHATWG). The WHATWG considers HTML a "living standard" which is constantly evolving, whereas the W3C works on both "snapshots" of HTML, the most current of which is <strong>HTML5</strong> and on the evolution of HTML (HTML 5.1).</p>
<p>The <a href="https://www.w3.org/html/wg/drafts/html/master/" title="https://www.w3.org/html/wg/drafts/html/master/">HTML specification</a> defines a single language that can be written using the relaxed HTML syntax, but also the more strict XML (<a href="https://www.w3.org/XML/" title="https://www.w3.org/XML/">Extensible Markup Language</a>) one, and also addresses the needs of web applications.</p>
<p>HTML5 does<strong> not</strong> describe the style and formatting of content, but only the content itself and its <strong>meaning</strong>. If you want to add style and formatting to your website it is defined and controlled by using <a href="/en-US/docs/CSS" title="/en-US/docs/Web/CSS"><strong>Cascading Style Sheets</strong></a> (CSS).</p>
<p><span class="seoSummary">The articles here provide reference materials you can refer to while you develop for the Web, so what are you waiting for?</span></p>
<div class="cleared topicpage-table">
 <div class="section">
  <h2 class="Documentation" id="Documentation" name="Documentation">Documentation about HTML</h2>
  <dl>
   <dt>
    <a href="/en-US/docs/Web/Guide/HTML/Introduction" title="Introduction to HTML"><strong>Introduction to HTML</strong></a></dt>
   <dd>
    An introductory guide to HTML, including its syntax and usage.&nbsp;</dd>
   <dt>
    <a href="/en-US/docs/Web/HTML/Element" title="HTML/Element">HTML element reference</a></dt>
   <dd>
    A detailed reference of all HTML elements and their features, capabilities, and compatibility with various browsers.</dd>
   <dt>
    <a href="/en-US/docs/Web/HTML/Attributes" title="HTML/Attributes">HTML attribute reference</a></dt>
   <dd>
    A cheatsheet of all HTML attributes and which elements they can be used with.</dd>
   <dt>
    <a href="/en-US/docs/Web/Guide/HTML" title="/en-US/docs/Web/Guide/HTML">HTML guide</a></dt>
   <dd>
    Guides and tutorial content to help you learn and use HTML with ease.</dd>
  </dl>
  <p><span class="alllinks"><a href="/en-US/docs/tag/HTML" title="Article tagged: HTML">View All...</a></span></p>
  <h2 class="Related_Topics" id="Related_Topics" name="Related_Topics">Related Topics</h2>
  <ul>
   <li>The <a href="/en-US/docs/CSS" title="CSS">Cascading Style Sheets (CSS)</a> used to give style and formatting to HTML.</li>
   <li>The <a href="/en-US/docs/DOM" title="Document Object Model (DOM)">Document Object Model (DOM)</a> is the representation of an HTML document as a tree of objects.</li>
  </ul>
 </div>
 <div class="section">
  <h2 class="Community" id="Community" name="Community">Getting help from the community</h2>
  <p>You need help on a HTML-related problem and can't find the solution in the documentation?</p>
  <ul>
   <li>Consult the dedicated Mozilla forum : {{DiscussionList("dev-tech-layout", "mozilla.dev.tech.layout")}}</li>
   <li>Go to <a href="https://stackoverflow.com/questions/tagged/html" title="https://stackoverflow.com/questions/tagged/css">Stack Overflow</a>, a collaboratively built and maintained Q&amp;A site and look if you can find the answer to your question. If not you will be able to ask your question there.</li>
   <li>Join us on <a href="https://quality.mozilla.org/docs/misc/getting-started-with-irc/" title="https://quality.mozilla.org/docs/misc/getting-started-with-irc/">IRC</a>.</li>
  </ul>
  <p><span class="alllinks"><a href="https://www.catb.org/~esr/faqs/smart-questions.html">Don't forget about the <em>netiquette</em>...</a></span></p>
  <h2 class="Tools" id="Tools" name="Tools">Tools for HTML developers</h2>
  <ul>
   <li>Recent versions of Firefox include built-in <a href="/en-US/docs/Tools#Integrated_into_Firefox" title="/en-US/docs/Tools#Integrated_into_Firefox">Web Developer tools</a>, such as the <a href="/en-US/docs/Tools/Web_Console" title="/en-US/docs/Tools/Web_Console">Web Console</a>, <a href="/en-US/docs/Tools/Page_Inspector" title="/en-US/docs/Tools/Page_Inspector">Page Inspector</a>, <a href="/en-US/docs/Tools/Style_Editor" title="/en-US/docs/Tools/Style_Editor">Style Editor</a>, and <a href="/en-US/docs/Tools/Responsive_Design_View" title="/en-US/docs/Tools/Responsive_Design_View">Responsive Design View</a> that assist with developing, debugging, and improving Web pages</li>
   <li>Firefox' <a class="link-https" href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug extension</a><span class="external">, a popular</span> extension of that navigator that allows to edit live CSS on watched sites. Very practical to test some changes, though this extension does much more.</li>
   <li><a class="external" href="https://validator.w3.org/">HTML Validator</a></li>
   <li><a class="link-https" href="https://addons.mozilla.org/en-US/firefox/addon/web-developer/">Web Developer Extension</a></li>
   <li><a class="external" href="https://tidy.sourceforge.net/">HTML Tidy</a></li>
   <li><a class="external" href="https://prettydiff.com/?html">Pretty Diff</a></li>
  </ul>
  <p><span class="alllinks"><a href="/en-US/docs/tag/HTML:Tools" title="Article tagged: HTML:Tools">View All...</a></span></p>
 </div>
</div>
<p>&nbsp;</p>
Revert to this revision