# Languages

## PHP

{% hint style="warning" %}
Make sure you trust the code you input in the PHP editor and consider it safe. This code will be run as-is with no prior checks.
{% endhint %}

PHP (Hypertext Preprocessor) is an open source scripting language used mainly for web development.&#x20;

### Input

* Select required code block.
* Navigate to the Primary tab of the the Block Inspector.
* Find PHP window.
* Input required code.

<figure><img src="https://3250709389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MS33S0eoYwMaMrLb7T_%2Fuploads%2F8gcZh8G9aVSzUL0ihTwf%2Fphp.jpg?alt=media&#x26;token=299e044a-ef12-4009-b737-119095df474a" alt=""><figcaption></figcaption></figure>

## CSS

CSS (Cascading Style Shee&#x74;*)*  is used to stylise elements written in a markup language such as HTML.&#x20;

### Input

* Select required code block.
* Navigate to the Primary tab of the the Block Inspector.
* Find CSS window.
* Input required code.

<figure><img src="https://3250709389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MS33S0eoYwMaMrLb7T_%2Fuploads%2F9NHi4urXMYotonxCD1Yt%2Fcss.jpg?alt=media&#x26;token=1e7cf625-c331-46f9-9252-067ae0d657dc" alt=""><figcaption></figcaption></figure>

## JS

JS (Javascript) is a scripting language used to create dynamic web page content.

{% hint style="warning" %}
The JS code must be executed before it is applied to ensure there are no errors.
{% endhint %}

### Input

* Select required code block.
* Navigate to the Primary tab of the the Block Inspector.
* Find JS window.
* Input required code.
* Click Execute ▷ button .

<figure><img src="https://3250709389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MS33S0eoYwMaMrLb7T_%2Fuploads%2F3o9hLJ5n6R8QTINEawtf%2Fjs.jpg?alt=media&#x26;token=c770ce21-d69a-46eb-9296-d15c720a862c" alt=""><figcaption></figcaption></figure>
