1 2 3 4 5 6 7 8 9 10
<!DOCTYPE html><html><head><style> * { border: 1px solid black; font: 20px 'SerenitySans'; } input { display: inline; width: 200px; } </style></head><body><input/>