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> <title>HTML, CSS and JavaScript demo</title> </head> <body> <!-- Start your code here --> <h1>Lihua Jin</h1> <div id="intro"> <img src="https://i.imgur.com/WKmYjN1.jpg" width="320"/> <h2>Something about me...</h2> <p>Hello everyone, I'm Lihua, major in Design, from China. I used to live in LA for 3 years, I moved to NY at 2016. I guess I was spoiled by California sunshine, the cold and stormy winter here just never fits me well. <br /><br /> I grew up in Shenzhen, it is a young city located at the southern part of China. I said it's young because before it was ingled out to be the first of the five Special Economic Zones in May 1980, Shenzhen was only a small fishing village, and now it is a city with <strong>12 millions</strong> population.</p> </div> <div id="Shenzhen"> <h3>Fun facts about Shenzhen</h3> <ul> <li>We have the first McDonald's in main land China</li> <img src="http://s6.sinaimg.cn/middle/697fdebbg8b0d859375d5&690" width="320"/> </ul> </div> <div id="Websites"> <h3>Websites that I visit the most</h3> <ul> <li>Google </li> <img src="https://www.geek.com/wp-content/uploads/2015/10/google_homepage-625x352.jpg" width="320"/> <li>Youtube</li> <img src="https://www.youtube.com/yts/img/yt_1200-vfl4C3T0K.png" width="320"/> <li>Instagram</li> <img src="http://www.thephoblographer.com/wp-content/uploads/2016/09/instagram.jpg" width="320"/> </ul> </div> <div id="Video"> <h3>Funny video</h3> <video src="https://i.imgur.com/rUG5goZ.mp4" width="320" height="240" controls>Video not supported</video> </div> <!-- End your code here --> </body> </html>
.lw { font-size: 60px; }
// Write JavaScript here