Standard Coding

Types of Meta Tags

As one of the important elements used in the head section of an HTML page, Meta-Tags could be more helpful for a website page in various ways. If you are not [...]

What are Meta-Tags?

You may have seen these in the head section of an HTML document, well meta tags are used to notify information and specify details related to the content of an [...]

Best practices for standard JavaScript coding

Use 2 spaces for indentation. function hello (name) {   console.log('hi', name) } Use single quotes for strings except to avoid [...]