Joni Honkanen Portfolio - Hello World HTML Code

Interactive HTML code showcasing Full Stack Developer Joni Honkanen's expertise in web development. Includes HTML5, CSS, JavaScript and TypeScript skills. Code example shows portfolio main page structure with semantic markup.

  • HTML5 and semantic markup
  • Responsive web design
  • Web development and programming
  • Frontend and backend technologies
  • Typewriter effect JavaScript
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Portfolio</title>
</head>
<body>
<div>
<h1>Hello! My name is Joni Honkanen ๐Ÿ‘‹</h1>
</div>
</body>
</html>