[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/zh-CN/docs/Web/HTML/Reference/Elements/code [Back]  [Original]

<code> - HTML | MDN

MDN Web Docs

View in English Always switch to English

<code>

20157

HTML <code>

<p>
  The <code>push()</code> method adds one or more elements to the end of an
  array and returns the new length of the array.
</p>
code {
  background-color: #eee;
  border-radius: 3px;
  font-family: courier, monospace;
  padding: 0 3px;
}

<code>

html
<p>
  
  <code>selectAll()</code>
  
</p>

<pre> <code> <code>

code CSS CSS

ARIA code
ARIA
DOM HTMLElement Gecko 1.9.2 Firefox 4Firefox HTMLSpanElement

HTML
# the-code-element


Web Proxy Viewer  |  New URL  |  Original Page