$WebFilePath = "$HOMEABCTest.html"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<Head>
<style>building background-color:peachpuff;</style>
</HEAD>
<building>
<H1>PowerShell Scripted Web Page</H1>
</building>
</HTML>
Invoke-Expression $WebFilePath
————————————————-
I want to save this script as a html file that I can see with a web-browser.
But, I'm facing many errors. I searched for these errors on the Internet.
Where did I go wrong?