What does <%
mean in HTML.?
I have seen such code and can't find what is it.
Asked
Active
Viewed 51 times
-2

Quentin
- 914,110
- 126
- 1,211
- 1,335

Roman Hapatyn
- 19
- 1
- 5
-
https://msdn.microsoft.com/en-us/library/k6xeyd4z%28v=vs.100%29.aspx?f=255&MSPPError=-2147217396 – j08691 Nov 30 '16 at 22:13
-
1This is not part of HTML, so it doesn't have any use (in HTML). As j08691 points out, this could be part of some template language. – Felix Kling Nov 30 '16 at 22:14
-
Yeap. Thanks) I was trying to search it in search panel, but there were no results, so I decided to post it. – Roman Hapatyn Nov 30 '16 at 22:26
1 Answers
0
It is a marker for the start of ASP or PHP code depending on the server configuration

Ed Heal
- 59,252
- 17
- 87
- 127