Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

c# to html

<!-- You will need to use the <code> tag to include codes from other programing languages. --!>
<!-- Here is a basic html template with a basic c# template in it. --!>

<!DOCTYPE html>
<html>
  <head>
    <title>Title/page name</title>
  </head>
  <body>
    <code>
    using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ConsoleApp114
{
    class Program
    {
        static void Main(string[] args)
        {
        }
    }
}
    </code>
  </body>
</html>
Source by web.simmons.edu #
 
PREVIOUS NEXT
Tagged: #html
ADD COMMENT
Topic
Name
4+3 =