0
Can someone explain me, how can there be a .html extension if it is a programming language on the web. I dont get it. Like what are the .html files in your library if you have any?
3 Réponses
+ 1
.html is like a .py in python and .sln in C. that's source code. but you don't have to compilate this code, browser will do it for you.
but it's how I get it
+ 1
1) create a .htm/.html file.
2) open via notepad(or another text editor)
3) enter there this code:
<html>
<p>Some text</p>
</html>
4) then save and open via chrome.
5) if something went wrong - try another browser
0
html isn't a programming language, it's just for make a form for your website, you can learn php or asp.net for programming language on web