Hope

Ride run man
 avatar
unknown
java
a month ago
482 B
6
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Times New Roman Example</title>
    <style>
        body {
            font-family: "Times New Roman", Times, serif;
            font-size: 18px;
            line-height: 1.6;
        }
    </style>
</head>
<body>
    <h1>Welcome</h1>
    <p>This is an example of text styled with the "Times New Roman" font.</p>
</body>
</html>
Leave a Comment