Skip to Content
0
Aug 23, 2018 at 12:04 AM

HTML page is empty nothing is being displayed when I run

110 Views

Hi All,

I have installed SAP WEB IDE personal version ( Trial ) which is successfully done. Now I am trying to create a sample HTML page. I created the file with ".html" only. and I am trying to execute it. A new page opens up but with Blank.

I am very new to SAP WEB IDE and trying to learn. Please help me out.

Below is the code which I have written in the file "Firstfile.html"

<!DOCTYPE html>

<html>

<head>

<title>Page Title</title>

</head>

<body>

<h1>My First Heading</h1> <

p>My First Paragraph</p>

</body>

</html>