HTML/HTML tags

From Wikiversity
Revision as of 15:04, 7 February 2020 by Hasley (discuss | contribs) (add <syntaxhighlight> tag)
Jump to navigation Jump to search
<html>
<head>
<title>Greeting Webpage</title>
</head>
<body>
Welcome to my webpage
</body>
</html>