Answers for "running html in cmd"

0

running html in cmd

<!-- :
@echo off
mshta.exe "%~f0"
exit /b %errorlevel%
-->

<html>
<head>
<title>HTML IN CMD</title>
<!--meta http-equiv="X-UA-Compatible" content="IE=edge"--> 
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"/>
</head>
<body>
  <h1 class="text-primary"> Hello Wordl Using Bootstrap 4 </h1>
</body>
</html>
Posted by: Guest on October-18-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language