--- layout: single elementName: code ---

# code

Defines a snippet of code within a block of text.

Example: Copy

Type npm install in your terminal to install a project's dependencies.
{% highlight html %}Type npm install in your terminal to install a project's dependencies.{% endhighlight %}