Write a program to create a webpage to print values 1 to 5
Description: Write a program to create a webpage to print values 1 to 5 on the screen.
Hint: Put values inside the body tag.
<html>
<body>
1 2 3 4 5
</body>
</html>
Tutorials Class - Output Window
12345
Learn more about the similar topics:
| Tutorials |
|---|
| HTML Elements and Tags |
| Interview Questions & Answers |
|---|
| Do all HTML tags require both a begin and end tag? |