infobox.php
Quell Code
- <!doctype html>
- <html lang="de">
- <head>
- </head>
- <body>
- <label>Füge html Code ein</label>
- <textarea> <h2>Testinhalt</h2>
- <p>Hier im Beispiel ist jetzt html Code drinne <br>Was auch mit jeden anderen Inhalt klappen tut</p>
- </textarea>
- <button>Füge deinen Code oder text ein</button>
- <br>
- <br>
- <hr>
- <h4>Deine Infobox</h4>
- <div id="helfer">
- <div id="box">
- <h2>Testinhalt</h2>
- <p>Hier im Beispiel ist jetzt html Code drinne <br>Was auch mit jeden anderen Inhalt klappen tut</p>
- </div>
- </div>
- </body>
- </html>