Horje
add custom values in html tag Code Example
add custom values in html tag
<p username="Grepper" id="element"></p>
<script>
	Username = document.getElementById("element").getAttribute("username")
	console.log(Username) // "Grepper"
</script>




Html

Related
What is the RPC URL for Binance smart chain? Code Example What is the RPC URL for Binance smart chain? Code Example
test image as base 64 string Code Example test image as base 64 string Code Example
bsc chain rpc Code Example bsc chain rpc Code Example
change color of mark in css Code Example change color of mark in css Code Example
html first line indent Code Example html first line indent Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
6