Liveweave: Generative AI Web Editor & HTML/CSS/JS Playground
Initializing
Liveweave
Web
expand_more
home
Home
Palette
Color Explorer
arrow_outward
Polyline
Graphics Editor
arrow_outward
frame_source
Python Playground
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
Fork
account_circle
Login
settings
Settings
expand_more
Editor font
14
px
A
A
Line number
Mini map
Word wrap
sync_alt
Reset Settings
smart_display
Run
left_panel_close
AI Assistant
dashboard
All
HTML
CSS
JS
visibility
Preview
bolt
Live Preview
terminal
JS Console
<!DOCTYPE html> <html> <head> <title>Sematic UI tables demo</title> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.5.0/semantic.min.js"></script> <link type="text/css" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.5.0/semantic.min.css"/> </head> <body> <!-- Start your code here --> <table class="ui five column table"> <thead> <tr><th>Name</th> <th>Status</th> <th>Age</th> <th>Gender</th> <th>Notes</th> </tr></thead> <tbody> <tr> <td>John</td> <td>Approved</td> <td>22</td> <td>Male</td> <td>None</td> </tr> <tr> <td>Jamie</td> <td>Approved</td> <td>32</td> <td>Male</td> <td>Requires call</td> </tr> <tr> <td>Jill</td> <td>Denied</td> <td>22</td> <td>Female</td> <td>None</td> </tr> </tbody> <tfoot> <tr><th>3 People</th> <th>2 Approved</th> <th></th> <th></th> <th></th> </tr></tfoot> </table> <table class="ui red table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui orange table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui yellow table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui olive table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui green table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui teal table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui blue table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui violet table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui purple table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui pink table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui grey table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui black table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> <table class="ui inverted red table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui inverted orange table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui inverted yellow table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui inverted olive table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui inverted green table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui inverted teal table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui inverted blue table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui inverted violet table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui inverted purple table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui inverted pink table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui inverted brown table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> <table class="ui inverted grey table"> <thead> <tr><th>Food</th> <th>Calories</th> <th>Protein</th> </tr></thead><tbody> <tr> <td>Apples</td> <td>200</td> <td>0g</td> </tr> <tr> <td>Orange</td> <td>310</td> <td>0g</td> </tr> </tbody> </table> </table> <!-- End your code here --> </body> </html>
* { padding: 20px; }
// Write JavaScript here
terminal
JavaScript Console
Preview
Clear
close
›
Run