RB2

by DOK_UA

HTML

<!DOCTYPE html>
<html>

  <head>
    <style>
      table {
        font-family: arial, sans-serif;
        border-collapse: collapse;
        width: 100%;
      }

      td,
      th {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 8px;
      }

      tr:nth-child(even) {
        background-color: #dddddd;
      }

    </style>
  </head>

  <body>

    <h2>Arena robots presets generator</h2>

	<p id="ui">Click the button to change the text in this paragraph.</p>
	<p id="table"></p>

    <script>
	
	

document.getElementById("ui") =...