HTML/CSS/JavaScript Playground
HTML/CSS/JavaScript
HTML
CSS
Javascript
C++
C
PHP
Java
Python
Swift
C#
Ruby
Node.JS
Kotlin
jQuery
Go
R
TypeScript
Start HTML Course
Register
server-nodejs-localhost.html
0
Author: Malick Diagne
Dark
Public
Save
html
html
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
server nodejs localhost
</
title
>
</
head
>
<
body
>
<
form
action
=
"
http://localhost:3000
"
>
<
input
type
=
"submit"
value
=
"send"
>
</
form
>
</
body
>
</
html
>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body
{
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console