<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0;
}
* {
box-sizing: border-box;
}
input, textarea {
width: 100%;
}
</style>
</head>
<body>
<form action="/action_page.php">
姓:<br>
<input type="text" name="firstname" value="ミッキー"><br>
名:<br>
<input type="text" name="lastname" value="マウス"><br>
コメント:<br>
<textarea name="message" rows="5" cols="30">