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? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

5th Aug 2016, 11:47 AM
The Hunter
The Hunter - avatar
3 Answers
+ 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
9th Aug 2016, 10:00 AM
Максим Князев
Максим Князев - avatar
+ 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
9th Aug 2016, 10:23 AM
Максим Князев
Максим Князев - avatar
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
21st Aug 2016, 5:13 AM
sam nursanto
sam nursanto - avatar