RapidEdit
Open in new Tab
Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Page Title
</
title
>
<
style
>
/* Style your html elements here */
</
style
>
</
head
>
<
body
>
<
h1
>
This is a Heading
</
h1
>
<
p
>
This is a paragraph.
</
p
>
<
script
>
//add scripts to your html here
</
script
>
</
body
>
</
html
>
Enter to Rename, Shift+Enter to Preview
Live Preview