Project 1: Portfolio
HTML Masterclass
tags.html
1 / 4
12345
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jane Doe | Full Stack Developer</title>
</head>
<body>
</body>
</html>
Welcome to Portfolio
In this interactive project, we will build a complete Portfolio step by step. We'll start with the basic document structure.
← Previous
Next →