Предмет: Информатика, автор: ann29496

СРОЧНО ДАЮ 50 БАЛЛОВ!!!створіть програму яка створює два текстових поля : текст - Times New Roman 13, розташування - 50 пікселів від лівого краю, на 50 пікселів нижче від напису і відстань між написами - 30 пікселів.

Ответы

Автор ответа: mixail0809
1

<!DOCTYPE html>

<html>

<head>

<title>Text Fields</title>

<style>

label {

margin-bottom: 30px;

}

</style>

</head>

<body>

<div>

<label for="text1" style="font-family: Times New Roman; font-size: 13px; position: absolute; left: 50px; top: 50px;">Text 1:</label>

<input type="text" id="text1" style="font-family: Times New Roman; font-size: 13px; position: absolute; left: 50px; top: 80px;">

</div>

<div>

<label for="text2" style="font-family: Times New Roman; font-size: 13px; position: absolute; left: 50px; top: 110px;">Text 2:</label>

<input type="text" id="text2" style="font-family: Times New Roman; font-size: 13px; position: absolute; left: 50px; top: 140px;">

</div>

</body>

</html>

Похожие вопросы
Предмет: Русский язык, автор: symbatromankulova42
Предмет: Литература, автор: vopkeanzelika421