Starting and ending a html page
To start a html page you first have to <html> to start the page and put enter a few times, then write </html> to end the page.
Starting the body of html
To start a body for html you use <body> and to end it put </body> under the <body>.
Ex.
<html>
<body>
</body>
</html>
</body>
</html>
No comments:
Post a Comment