Hello, there is a code:
<html> <head> <meta charset = "UTF - 8"> <title>Форма</title> <script src="window.js"></script> </head> <body> <h1 align = "center">Создание таблици</h1> <form action = ""> <fieldset> <label>Введите число: </label> <input type = "text" id = "txtName" /> <input type="button" value="Построение таблици" onClick=""> </fieldset> </form> </body> </html> I would like the form to be located in the center of the page (with the input field blo above the button), had a certain size, and its frame had rounded edges. How to do it? If you think. that the code is incorrect for correct, please indicate the flaw.