No, HTML programming is used for HTML websites that stay the same. ASP hosting allows for dynamic websites that change the way the viewer experiences them--and it uses a different type of programming.
====
Here is an example of what I mean...
ASP page, called: hw.asp; contains the following code:
<%
Response.Write("<p>Hello, world</p>")
%>
NOTE: ASP/Active Server Pages code is surrounded by a open and close pair of: <%...ASP code goes inside here...%>
Now, when the user types into their browser the URL for that page...
http://www.somewebaddress.com/hw.asp
...the web server computer will execute the ASP code on the server itself; then, return back to the client browser the resulting HTML codes...; so, this is what the user will see inside of their browser whenever they chose: View Source...
<p>Hello, world</p>
NOTE: They do NOT get to see the ASP code: <%...%> inside of their web browser at all. This means that because ASP code is executed entirely server side; thus, it really doesn't matter what platform calls the page...Linux/Max/Windows...none of these platforms will need to understand ASP code...instead, they only need to understand HTML which is being returned back to their web browser software that called the ASP page: (.asp).
Chat with our AI personalities
Internet programming is something totally different from other programming paradigms. I have a little programming experience with C and C++. And I have a good experience with HTML,CSS,PHP and SQL. All web pages consist of HTML tags. In fact the HTML tags represent the page. HTML programming is much easier than C/C++. And no matter what programming languages or frameworks (PHP,ADO,ASP .NET(C#,VB),SQL) we use they are embedded in HTML code while programming web applications. But this is not the case with computer programming. In fact web programming is much much easier than computer programming. it is enjoyable as well!!! But if you program webpages with Flash and ActionScript the webpages get totally different. At first you need to create a SWF file via Flash and ActionScript and then embed it in your web page via HTML.
You can use a WYSIWYG html editor to drag and drop html form controls and program their function. An html editor such as Microsoft Front Page or Adobe DreamWeaver can do these tasks.
HTML is not a programming language, so you cannot create any applications with it. It is just for formatting the look and design of a page. To get a page to do something needs programming code. There is no HTML code that would create a chat room, so you would have to use a server scripting language like PHP or ASP.
There is a special language called HTML (HyperText Markup Language) that is used to create web pages. There are also many programming languages you can use such as Java, PHP, ASP and more. It will depend on exactly are your goals for the site, as to what you need to use to create it.
Strony HTML is a different kind of programming language just like the various other types of HTML. There is DHTML, XHTML, HTML, CHTML, it really just depends on your personal preference and which programming language is easier for you to learn personally.