Profile image

My Website

3,689 Planeruletheskies  4.8 years ago

https://www.w3schools.com/code/tryit.asp?filename=G67TYE5YIS2U

Go There And It "Run>>"


This Does Not Work On iOS


HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text Markup Language. HTML describes the structure of a Web page.


<!DOCTYPE html>

<html>

<head>

<title>Page Title</title>

</head>

<body>

</body>

</html>

<style>

body {

color: black;

Background-color: turquoise

}

</style>

<img src="https://steamcdn-a.akamaihd.net/steam/apps/397340/header.jpg?t=1553013240" alt="Photo" style="max-width:100%;">

<h3>1.What Is The Owner Of Simpleplanes</h3>

<textarea rows="3" cols="20">

Test

</textarea>

<button onclick="JavaScript:alert('Andrew Garrison.')">View Answer</button>

<h3>2.What Is The MVP Of Simpleplanes</h3>

<textarea rows="3" cols="20">

Test

</textarea>

<button onclick="JavaScript:alert(' SpiritusRaptor.')">View Answer</button>

<h3>3. Is Tully2001 A Mod Or A Dev</h3>

<textarea rows="3" cols="20">

Test

</textarea>

<button onclick="JavaScript:alert('Mod.')">View Answer</button>

<h1>True or False</h1>

<h3>4.Was The First Plane Called Cosair</h3>

<from>

<br>

<input type="radio" name="fruit" id="mountains">

<label for="mountains">True</label>

<br>

<input type="radio" name="fruit" id="sleep">

<label for="sleep">False</label>

</form>

<button onclick="JavaScript:alert('True.')">View Answer</button>

<h3>5.Does RailfanEthan Make Trains</h3>

<from>

<br>

<input type="radio" name="fruit" id="mountains">

<label for="mountains">True</label>

<br>

<input type="radio" name="fruit" id="sleep">

<label for="sleep">False</label>

3</form>

<button onclick="JavaScript:alert('True.')">View Answer</button>

<h3>6.Does Simpleplanes Provide Mods For Apple</h3>

<from>

<br>

<input type="radio" name="fruit" id="mountains">

<label for="mountains">True</label>

<br>

<input type="radio" name="fruit" id="sleep">

<label for="sleep">False</label>

</form>

<button onclick="JavaScript:alert('False.')">View Answer</button>

<h1>Thanks For Playing</h1>

<details>

<summary>Answer Key...</summary>

<p>1. Andrew Garrison 2. SpiritusRaptor 3. Mod 4. True 5. True 6. False <cite></cite></p>

</details>