11 lines
222 B
HTML
11 lines
222 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Calculator Help</title>
|
||
|
<link href="style.css" rel="stylesheet" type="text/css" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>Hello world! :) </h1>
|
||
|
<span>My name is <strong>Tibi</strong>. </span>
|
||
|
</body>
|
||
|
</html>
|