Basic html


The basics that you have to learn in html are how to start it, end it and how to make the body and end it.

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>


No comments:

Post a Comment