Initializing
Liveweave
Web
expand_more
home
Home
data_object
CSS Explorer
arrow_outward
Palette
Color Explorer
arrow_outward
Polyline
Graphics Editor
arrow_outward
outbox_alt
Generative AI
arrow_outward
frame_source
Python Playground
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> <html lang="en"> <head> <meta charset="utf-8"> <title> Liveweave </title> <!-- Place cursor after this and select a JavaScript library from the menu above --> <!-- Supports context-sensitive CSS3 auto-completion --> <!-- Style starts here. Try adding new CSS tags. --> <style type="text/css"> body { padding: 1em; } #bottom_chat { width: 100%; height: 260px; position: fixed; bottom: 0; z-index: 3; pointer-events:none; } .bottom_chat { width: 300px; height: 250px; background-color: #ffffff; border-top: 1px solid #333333; border-right: 1px solid #000000; border-left: 1px solid #333333; margin: 0 5px; padding: 5px; float: right; font-size: 0.9em; text-align: justify; z-index:1; pointer-events:auto; } </style> <!-- Style ends here --> </head> <body> <h1> HTML Ipsum Presents </h1> <p> <strong> Pellentesque habitant morbi tristique </strong> senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. <em> Aenean ultricies mi vitae est. </em> Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, <code> commodo vitae </code> , ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. <a href="#"> Donec non enim </a> in turpis pulvinar facilisis. Ut felis. </p> <h2> Header Level 2 </h2> <ol> <li> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </li> <li> Aliquam tincidunt mauris eu risus. </li> </ol> <blockquote> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est. </p> </blockquote> <h3> Header Level 3 </h3> <ul> <li> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </li> <li> Aliquam tincidunt mauris eu risus. </li> </ul> <pre> <code> #header h1 a { display: block; width: 300px; height: 80px; } </code> </pre> <div id="bottom_chat"> <form action="#" method="post" class="bottom_chat"> <div> <label for="name"> Text Input: </label> <input type="text" name="name" id="name" value="" tabindex="1" /> </div> <div> <h4> Radio Button Choice </h4> <label for="radio-choice-1"> Choice 1 </label> <input type="radio" name="radio-choice-1" id="radio-choice-1" tabindex="2" value="choice-1" /> <label for="radio-choice-2"> Choice 2 </label> <input type="radio" name="radio-choice-2" id="radio-choice-2" tabindex="3" value="choice-2" /> </div> <div> <label for="select-choice"> Select Dropdown Choice: </label> <select name="select-choice" id="select-choice"> <option value="Choice 1"> Choice 1 </option> <option value="Choice 2"> Choice 2 </option> <option value="Choice 3"> Choice 3 </option> </select> </div> <div> <label for="textarea"> Textarea: </label> <textarea cols="40" rows="8" name="textarea" id="textarea"> </textarea> </div> <div> <label for="checkbox"> Checkbox: </label> <input type="checkbox" name="checkbox" id="checkbox" /> </div> <div> <input type="submit" value="Submit" /> </div> </form> <form action="#" method="post" class="bottom_chat"> <div> <label for="name"> Text Input: </label> <input type="text" name="name" id="name" value="" tabindex="1" /> </div> <div> <h4> Radio Button Choice </h4> <label for="radio-choice-1"> Choice 1 </label> <input type="radio" name="radio-choice-1" id="radio-choice-1" tabindex="2" value="choice-1" /> <label for="radio-choice-2"> Choice 2 </label> <input type="radio" name="radio-choice-2" id="radio-choice-2" tabindex="3" value="choice-2" /> </div> <div> <label for="select-choice"> Select Dropdown Choice: </label> <select name="select-choice" id="select-choice"> <option value="Choice 1"> Choice 1 </option> <option value="Choice 2"> Choice 2 </option> <option value="Choice 3"> Choice 3 </option> </select> </div> <div> <label for="textarea"> Textarea: </label> <textarea cols="40" rows="8" name="textarea" id="textarea"> </textarea> </div> <div> <label for="checkbox"> Checkbox: </label> <input type="checkbox" name="checkbox" id="checkbox" /> </div> <div> <input type="submit" value="Submit" /> </div> </form> <form action="#" method="post" class="bottom_chat"> <div> <label for="name"> Text Input: </label> <input type="text" name="name" id="name" value="" tabindex="1" /> </div> <div> <h4> Radio Button Choice </h4> <label for="radio-choice-1"> Choice 1 </label> <input type="radio" name="radio-choice-1" id="radio-choice-1" tabindex="2" value="choice-1" /> <label for="radio-choice-2"> Choice 2 </label> <input type="radio" name="radio-choice-2" id="radio-choice-2" tabindex="3" value="choice-2" /> </div> <div> <label for="select-choice"> Select Dropdown Choice: </label> <select name="select-choice" id="select-choice"> <option value="Choice 1"> Choice 1 </option> <option value="Choice 2"> Choice 2 </option> <option value="Choice 3"> Choice 3 </option> </select> </div> <div> <label for="textarea"> Textarea: </label> <textarea cols="40" rows="8" name="textarea" id="textarea"> </textarea> </div> <div> <label for="checkbox"> Checkbox: </label> <input type="checkbox" name="checkbox" id="checkbox" /> </div> <div> <input type="submit" value="Submit" /> </div> </form> </div> </body> </html>