I often see this meta tag in html , but I don't really understand what it does :
Can anybody help me to know what this is doing ?
#AskNostr
#HTML
#Coding
I often see this meta tag in html , but I don't really understand what it does :
Can anybody help me to know what this is doing ?
#AskNostr
#HTML
#Coding
This sets the viewing window of the browser to the device width or 100% , and initial zoom level on loading content to 1.0
A good explanation here for reference:
https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag
Thanks meme-man