<!DOCTYPE html>
<html>
<head><script>
alert ("hi");
</script>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<title>Hello, World!</title>
</head>
<body>
<h1>
Hello, World!
</h1>
<p align="center">Welcome to my website.This site shows tutorials for html.</p>
<p align="right">Welcome to my website.This site shows tutorials for html.</p>
<p align="left">Welcome to my website.This site shows tutorials for html.</p>
<hr color="red">
</body>
</html>
OUTPUT :
No comments:
Post a Comment