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 --> <div class="body"> <div class="name"> <h1>Hello!,</h1> </div> <img src="https://i.imgur.com/ahxSHUD.jpg" width="250"/> <div> <h4>about me</h4> <p>My name is Ifah Pantitanonta. I’m one of only three Thai undergraduate student (that has been found) in School of Visual arts. Currently, I’m majoring in graphic design focus in interaction design. Beside study, I like dancing, traveling and eating. All those thing are making me happy and relieved from all the stress I have from school work. Also playing Pokemon Go! if I have time which I found that New York City that It’s the best city to do. </p> </div> <div> <p>Bangkok City is where I'm from.</p> <p>Born and raised in Bangkok city, all I remember and see the contrasting of old and new are living and combining. The city is well known for its vibrant street life and cultural landmarks. The interesting mixture of the historic Grand Palace and Buddhist temples stand in contrast with the nightlife scenes and walking street. It somehow managed to live and stand against each other. </p> </div> <div> <h3>most visited website</h3> <ul> <li><a href="www.amazon.com">Amazon</a></li> <li><a href="www.youtube.com">Youtube</a></li> <li><a href="www.facebook.com">Facebook</a></li> </ul> <h3>funny video</h3> <a href="www.youtube.com/watch?v=12NHWR-Ryc4"><img src="https://i.imgur.com/a59H91u.png" width="200" alt="funny vid"></a> </div> </div> <!-- End your code here --> </body> </html>
.body {text-align-last: center; margin: 120px;padding-right: 100; padding-left: 100px; padding-bottom: 100; padding-top:50; color: blue; background-color: #ADD8E6;} .name{font-size: 35px;color: white;}
// Write JavaScript here