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 477573 of HTML

  • Revisi slug: Web/HTML
  • Revisi judul: HTML
  • Revisi ID: 477573
  • Dibuat:
  • Pembuat: pieteru_insekai
  • Revisi terkini? Tidak
  • Komentar

Perubahan Konten

HyperText Markup Language (HTML) adalah bahasa inti dari hampir semua konten Web. Sebagian besar dari apa yang Anda lihat pada layar browser anda adalah sebuah deskripsi, secara mendasar, menggunakan HTML. Lebih tepatnya, HTML adalah bahasa yang menggambarkan struktur dan isi semantik dari sebuah dokumen Web. Konten dalam halaman Web  ditandai dengan elemet HTML seperti  {{HTMLElement("img")}}, {{HTMLElement("title")}}, {{HTMLElement("p")}}, {{HTMLElement("div")}}, dan sebagainya.

HTML adalah standar internasional yang spesifikasinya didasari dari World Wide Web Consortium dan WHATWG. Ini dinaggap sebagai "standar dasar" dan secara teknik selalu dibenahi. Versi terkini dari HTML yang spesifikasinya menunjuk HTML5.

HTML5 is the latest version of HTML and XHTML.The HTML standard defines a single language that can be written using the relaxed HTML syntax, but also the more strict XML 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. Style and formatting is defined and controlled using Cascading Style Sheets (CSS).

The articles here provide reference materials you can refer to while you developer for the Web.

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 list 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.

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-html", "mozilla.dev.tech.html")}}
  • 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.

Don't forget about the netiquette...

Tools for HTML developers

View All...

 

Sumber Perubahan

<p><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;adalah bahasa inti dari hampir semua konten Web.&nbsp;Sebagian besar dari apa yang Anda lihat pada layar browser anda adalah sebuah deskripsi, secara mendasar, menggunakan HTML.</span>&nbsp;Lebih tepatnya, HTML adalah bahasa yang menggambarkan struktur dan isi semantik dari sebuah dokumen Web. Konten dalam halaman Web &nbsp;ditandai dengan elemet HTML seperti &nbsp;{{HTMLElement("img")}}, {{HTMLElement("title")}}, {{HTMLElement("p")}}, {{HTMLElement("div")}}, dan sebagainya.</p>
<p>HTML adalah standar internasional yang spesifikasinya didasari dari <a class="external" href="https://www.w3.org/">World Wide Web Consortium</a> dan <a href="https://www.whatwg.org/" title="https://www.whatwg.org/">WHATWG</a>. Ini dinaggap sebagai "standar dasar" dan secara teknik selalu dibenahi. Versi terkini dari HTML yang spesifikasinya menunjuk <strong>HTML5</strong>.</p>
<p>HTML5 is the latest version of HTML and XHTML.The <a href="https://www.whatwg.org/specs/web-apps/current-work/multipage/" title="https://www.whatwg.org/specs/web-apps/current-work/multipage/">HTML standard</a>&nbsp;defines a single language that can be written using the relaxed HTML syntax, but also the more strict XML 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>. Style and formatting is defined and controlled 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 developer for the Web.</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.</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 list 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.</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 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-html", "mozilla.dev.tech.html")}}</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>
    </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>
Kembalikan ke perubahan ini