let’s look at this code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World</title>
</head>
<body>
<h1>Hello world</h1>
<p>This is the beginning</p>
</body>
</html>
you can try this by your own with Visual Studio Code or Notepad++, and simulate with XAMPP or WAMP. These are the useful tools for web development starter. Although, you may need more to learn about this
we’ll learn together
Leave a Reply