Liveweave: Generative AI Web Editor & HTML/CSS/JS Playground
Initializing
Liveweave
Web
expand_more
home
Home
data_object
CSS Explorer
arrow_outward
Palette
Color Explorer
arrow_outward
Polyline
Graphics Editor
arrow_outward
data_array
Python Editor
New
arrow_outward
build
Tools
expand_more
restart_alt
Load "Hello Weaver!"
post_add
Generate Lorem ipsum...
code
Format HTML
code_blocks
Format CSS
data_object
Format JavaScript
library_add
Library
expand_more
A
Algolia JS
Animate CSS
Apex Charts JS
B
Bulma CSS
Bootstrap
C
Chart JS
Chartist
Create JS
D
D3
Dojo
F
Foundation
Fullpage JS
G
Granim JS
Google Charts
H
Halfmoon
J
jQuery
M
Materialize
Moment JS
Masonry JS
Milligram CSS
P
Pure CSS
Primer CSS
Popper JS
Pattern CSS
Picnic CSS
R
React JS
Raphael JS
Raisin CSS
S
Semantic UI
Skeleton CSS
Spectre CSS
Tachyons CSS
T
Tailwind
Three JS
U
UI Kit
Vis JS
W
Water CSS
download
Download
expand_more
developer_mode
Download as HTML
folder_zip
Download as .ZIP
cloud_upload
Save
account_circle
Login
settings
Settings
expand_more
14
px
Live mode
Night mode
Line number
Mini map
Word wrap
sync_alt
Reset Settings
smart_display
Run
<!DOCTYPE html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <title>test</title> </head> <body> <div class="row"> <div class="twelve columns"> <h1 style="margin-left:calc(50% - 200px);color:#999;">test</h1> </div> <script type="text/javascript"> function selectText(obj) { // Joel Folkesson if (document.selection) { var range = document.body.createTextRange(); range.moveToElementText(obj).trimRight(); range.select().trimRight(); } else if (window.getSelection) { var range = document.createRange(); range.selectNode(obj); window.getSelection().addRange(range); } } </script> <style> ::selection { background: #FF8C00!important; color:#fff!important; } ::-moz-selection { background: #FF8C00!important; color:#fff!important; } ::-webkit-selection { background: #FF8C00!important; color:#fff!important; } </style> <hr /> <h5 style="margin-left:calc(50% - 40px);">Product page</h5> <table id="grid" class="responsive" style="width:1000px;"> <tbody> <tr onclick=""> <th>Field Display-name</th> <th>HTML Identifier</th> <th>Is Required</th> <th>Data Type</th> <th>HTML Type</th> <th>HTML Attribute</th> <th>Field Type</th> <th>Event Type</th> </tr> <tr> <td onclick="selectText(this);">pUnitPrice_pp</td> <td onclick="selectText(this);" onmouseover="selectText(this);">.priceStor</td> <td></td> <td>Price & Currency</td> <td>Div</td> <td>Value</td> <td>Raw</td> <td>Onload</td> </tr> </tbody> </table> <br/><br/><br/><br/><br/> </div> </body> </html>
.lw { font-size: 60px; }
/* Write JavaScript here */
Check out the new AI-powered Python Playground
×