Topic→ How to create first file of html .
Just follow the following steps.
1.Open Notepad first.
2.Type the following code.
<html>
<title>first file</title>
<body>
welcome to html
</body>
</html>
3. Save the file as → First.html
4. You will see the following output.
No comments:
Post a Comment