Suppose in the text of the document index.html if such code:
<header></header> <footer></footer>
How to implement such a thing so that this code changes to, for example, this:
<шапка></шапка> <низ></низ>
Suppose in the text of the document index.html if such code:
<header></header> <footer></footer>
How to implement such a thing so that this code changes to, for example, this:
<шапка></шапка> <низ></низ>
Source: https://ru.stackoverflow.com/questions/368798/
All Articles