Insert into html tag

@dadidadi - can you explain a bit more what you are trying to do? It’s not clear from your question.

every web page starts with html tag I want to add attribute to that tag

Perhaps an example would help us understand your question?

example:
<html translate=“no”>

Ah! Try this:

$("HTML").attr("translate", "no")
1 Like

worked … thank you