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>HTML5, CSS3 and JavaScript demo</title> </head> <body> <!-- Start your code here --> <div id="output" style="left: 686.5px; top: 47px; height: 549px; width: 662.5px;"><h1>online editor</h1> <ul> <li>md <a href="http://joncom.be/experiments/markdown-editor/edit/">http://joncom.be/experiments/markdown-editor/edit/</a></li> <li>html5 <a href="http://liveweave.com/">http://liveweave.com/</a></li> </ul> <h1>MD 使用例</h1> <p>ã“ã“ã«ãƒ—ãƒã‚¸ã‚§ã‚¯ãƒˆã®æ¦‚è¦ã‚’書ãã¾ã™ã€‚ 行末ã«ã‚¹ãƒšãƒ¼ã‚¹ã‚’2ã¤å…¥ã‚Œã‚‹ã¨ 改行ã•れã¾ã™ã€‚</p> <p>段è½ã‚’分ã‘ã‚‹ã«ã¯ã€<a href="http://example.com/">空行</a> を入れã¾ã™ã€‚</p> <h2>ä½¿ã„æ–¹</h2> <h3>インライン</h3> <p>インラインã®ã‚³ãƒ¼ãƒ‰ã¯ã€<strong>ãƒãƒƒã‚¯ã‚¯ã‚©ãƒ¼ãƒˆ</strong> (<code>`</code>) ã§å›²ã¿ã¾ã™ã€‚</p> <h3>ブãƒãƒƒã‚¯ãƒ¬ãƒ™ãƒ«</h3> <pre><code>function f () { alert(0); /* å…ˆé ã«4æ–‡å—ã®ã‚¹ãƒšãƒ¼ã‚¹ã€ ã‚‚ã—ãã¯ã‚¿ãƒ–を挿入ã—ã¾ã™ */ } </code></pre> <h2>パラメータã®è§£èª¬</h2> <p>リストã®é–“ã«ç©ºè¡Œã‚’挟むã¨ã€ãれãžã‚Œã®ãƒªã‚¹ãƒˆã« <code><p></code> ã‚¿ã‚°ãŒæŒ¿å…¥ã•れã€è¡Œé–“㌠広ããªã‚Šã¾ã™ã€‚</p> <pre><code>def MyFunction(param1, param2, ...) </code></pre> <ul> <li><p><code>param1</code> : <em>パラメータ1</em> ã®èª¬æ˜Ž</p></li> <li><p><code>param2</code> : <em>パラメータ2</em> ã®èª¬æ˜Ž</p></li> </ul> <h2>é–¢é€£æƒ…å ±</h2> <h3>リンクã€ãƒã‚¹ãƒˆã—ãŸãƒªã‚¹ãƒˆ</h3> <ol> <li><a href="http://example.com/" title="リンクã®ã‚¿ã‚¤ãƒˆãƒ«">リンク1</a> <ul><li><img src="http://github.com/unicorn.png" alt="ç”»åƒ1" title="ç”»åƒã®ã‚¿ã‚¤ãƒˆãƒ«"></li></ul></li> <li>[リンク2][link] <ul><li>[![ç”»åƒ2][image]](https://github.com</li></ul></li> </ol></div> <!-- End your code here --> </body> </html>
.lw { font-size: 60px; }
/* Write JavaScript here */