# Is the Node-RED editor using html5?

**URL:** https://discourse.nodered.org/t/is-the-node-red-editor-using-html5/49282
**Category:** General
**Created:** [3 August 2021 20:11 UTC](https://discourse.nodered.org/t/is-the-node-red-editor-using-html5/49282 "2021-08-03T20:11:13Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![jaime.villasenor](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/jaime.villasenor/32/45977_2.png) [@jaime.villasenor](https://discourse.nodered.org/u/jaime.villasenor)
#### Post date: [3 August 2021 20:11 UTC](https://discourse.nodered.org/t/is-the-node-red-editor-using-html5/49282/1 "2021-08-03T20:11:13Z")

</div>

Hello guy, does any one know if the Node-RED editor is built using HTML5?

---

<div class="post-metadata">

### Author: ![hardillb](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hardillb/32/12373_2.png) [@hardillb](https://discourse.nodered.org/u/hardillb)
#### Post date: [3 August 2021 20:42 UTC](https://discourse.nodered.org/t/is-the-node-red-editor-using-html5/49282/2 "2021-08-03T20:42:21Z")

</div>

Which aspects of the editor are you particularly interested it?

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [3 August 2021 20:44 UTC](https://discourse.nodered.org/t/is-the-node-red-editor-using-html5/49282/3 "2021-08-03T20:44:13Z")

</div>

Hi @jaime.villasenor

The editor is a mix of HTML and JavaScript. Most of the heavy lifting is done in JavaScript. I can't recall what's specifically in HTML5... What do you want to know?

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [4 August 2021 01:21 UTC](https://discourse.nodered.org/t/is-the-node-red-editor-using-html5/49282/4 "2021-08-04T01:21:49Z")

</div>

The editor does indeed use HTML v5 by definition since the opening 2 tags are `<!doctype html><html>`. I think that there probably should be a `lang` attribute on the html tag but you do have the meta charset tag set to utf-8 which I think is the most common setting for modern html.

Here is a basic html5 template: [HTML5 Template: A Basic Boilerplate for Any Project - SitePoint](https://www.sitepoint.com/a-basic-html5-template/#thecompletehtml5boilerplate)

I couldn't even find an example of an older version of html now. However, there were several variations and a choice between xhtml and html standards.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [3 October 2021 01:22 UTC](https://discourse.nodered.org/t/is-the-node-red-editor-using-html5/49282/5 "2021-10-03T01:22:36Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
