--- title: Sandbox slug: Sandbox translation_of: Sandbox ---
Sample HTML Content
{{EmbedLiveSample('file')}}
Sample HTML Content
Sample CSS Content
Sample JavaScript Content
{{ EmbedLiveSample('asdfghjk') }}
<html> </html>
@ Compteur de style fisheye { système: cyclique; symboles: ◉;
<h1>CSS font-family</h1>
<p class="serif">This is a paragraph, shown in the Times New Roman font.</p>
<p class="sansserif">This is a paragraph, shown in the Arial font.</p>
} .liste { list-style: fisheye, cercle; }
<p>Hello World</p>
{{EmbedLiveSample ( 'Linux is life')}}
Des trucs
Une note
Un avertissement dans une note
Une note dans un avertissement dans une note
une autre note
Une note dans une note
This is an example of how to use the MDN!
contenu
<p>Hello World</p>
{{ EmbedLiveSample('Test live sample') }}
<input type="text" id="myTextField" value="Text field."> <p></p> <button type="button" onclick="focusMethod()">Click me to focus on the text field!</button>
Sample CSS Content
focusMethod = function getFocus() { document.getElementById("myTextField").focus(); }
{{ EmbedLiveSample('Focus_on_a_text_field') }}
<button type="button" id="myButton">Click Me!</button> <p></p> <button type="button" onclick="focusMethod()">Click me to focus on the button!</button>
Sample CSS Content
focusMethod = function getFocus() { document.getElementById("myButton").focus(); }
{{ EmbedLiveSample('Focus_on_a_button') }}