Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

MoSandbox

To tłumaczenie jest niekompletne. Pomóż przetłumaczyć ten artykuł z języka angielskiego.

Hello ALL

auto-generate header id test : if...else

Hello ALL

<h1>Hello ALL</h1>
<p>This is an <i>awesome1</i> paragraph</p>

Jest to eksperymentalna strona dla ludzi którzy chcą zacząć współpracę z MDM contributor.

h1{
color: yellow;
}
p{
font-size: low;
}

Wynik

Testowy wygląd

HTML Content

<canvas id='the_canvas'></canvas>

CSS Content

body, html, canvas {width:100%; height:100%;}

JavaScript Content

var canvas = document.getElementById('the_canvas');
var ctx = canvas.getContext('2d');

ctx.fillRect(50, 50, 100, 100);

 

Another livesample

JavaScript Content

const result = 1 + 1;
document.body.innerHTML += result;

Wyjście:

Koniec wyjścia
 

HTML Content

<div>Hola Mundo</div>

 

 

Autorzy i etykiety dokumentu

 Autorzy tej strony: kamis3ci, oxess
 Ostatnia aktualizacja: kamis3ci,