HTML syntax
An HTML document consists of three parts
An HTML document consists of three parts
- <html>
- <head>section
- <body>section
| <html> <head> <title> ------- </title> </head> <body> -------- </body> </html> |



