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> <head> <h2>Sam</h2> <h5>JiYun Roh</h5> </head> <img src="https://i.imgur.com/MOjkMD7.jpg" style="width:400px;height:300px;"> <!-- <img src="https://i.imgur.com/MOjkMD7.jpg" style="width:500px;height:400px;"--> <br /> <body> <div> <p>I am interested in many things. I am flexible for all kinds of subjects including technology,, business, psychology, and politics. So far, I want to build my career as a designer that can impact the world with well-rounded perspective. My hobbies include, playing drums, playing pick-up soccer with a group of chill people, and reading and analyzing people’s thought processes. </p> <p2>I was born in Seoul, South Korea, raised in Shenzhen, China, and moved to NYC. </p2> </div> <br /> <p3>China was most savaged country, and it was an interesting place to be raised in. Police stopped me when I was riding my electronic scooter, and they ended up selling my scooter to a scooter shop. Next thing I know, someone was buying my scooter at the store. I was sad because I could not do anything. </p3> </body> <body2> <h3>Websites I visit most often</h3> <ul> <li><a href="amazon.com">Amazon</a></li> <li><a href="google.com">Google</a></li> <li><a href="medium.com">Medium</a></li> </ul> </body2> <body3> <h3>Cool websites</h3> <ul> <li><a href="shantellmartin.art">Shantell Martin</a></li> <li><a href="basicagency.com/yir/">Basic Agency</a></li> <li><a href="https://www.i-studio.co.jp/">I-studio</a></li> </ul> </body3> <h3><a href="https://www.youtube.com/watch?v=v-RE7RUzjf8&list=PLXpt-9mkaHHt3VjfdnET3aLS4P2t7yCZ1">Click here for a sort of funny video</a></h3> </html>
h1 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: black; text-align: left; } h2 { font-family: "Helvetica Neue", Helvetica, sans-serif; color: black; font-size: smaller; } h3 { font-family: "Helvetica Neue", Helvetica, sans-serif; color: #000000; } body { background-color: white; font-family: "Helvetica NEue", Helvetica, sans-serif; } p { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; }
// Write JavaScript here