Hi! Could we please enable some services and cookies to improve your experience and our website?
Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code
<?php
define('FONTSIZE', '150%');
?>
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Das4</title>
<style type="text/css">
p {font-size: <?=FONTSIZE?>; font-family: Verdana, Arial, Helvetica, sans-serif; color: #c00;}
</style>
</head>
<body>
<p>Բարև աշխարհ!</p>
<p>Հաջորդ պարբերությունը նույնպես կունենա տրված տառաչափը</p>
</body>
</html>