The html file content should be written in between <body> tag. The content of the body tag can be plain text or any other html controls or element.
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body> This is Normal text. </body> </html>
Above code shall display “This is Normal text.” in the browser.
OUTPUT
Views: 7710 | Post Order: 4