what are the attributes of meta tag

<head>
  <meta charset="UTF-8">
  <meta name="description" content="Free Web tutorials">
  <meta name="keywords" content="HTML, CSS, JavaScript">
  <meta name="author" content="John Doe">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

4.2
5
Krish 100200 points

                                    &lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta charset=&quot;utf-8&quot;&gt;&lt;!-- ensures the character encoding --&gt;
&lt;meta name=&quot;keywords&quot; content=&quot;give a short or mid description about the content keywords of your website&quot;&gt;
&lt;meta name=&quot;description&quot; content=&quot;&quot;give a short or mid description about the contents of your website&quot;&gt;
&lt;meta name=&quot;author&quot; content=&quot;write the name of the author of the webpage&quot;&gt;
&lt;meta name=&quot;refresh&quot; content=&quot;50&quot;&gt;&lt;!-- writing this code will make sure the browser refreshes after every 50seconds --&gt;
&lt;meta http-equi=&quot;refresh&quot; content=&quot;5; url=&quot;write the url of your website&quot;&gt;&lt;!-- writing this code, the browser will automatically redirect to the given page after the provided time , in this case it is 5seconds --&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;&lt;!-- this makes sure that the webpage is supported on all devices --&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;/body&gt;
&lt;/html&gt;

4.2 (5 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
what is property in meta tag all types of meta tags meta tag description all html meta tags meta tag? what is use meta tag in html what is meta tags in html all meta tags in html what is meta tag &lt;meta&gt; element attribute html what are meta tags What's the purpose of meta tags in HTML? what is meta tag html meta element in html list of meta properties html meta property attribute where should meta tags be type of meta tags meta tags attributes meta description tag meta tag used for how to html meta property what is an attribute of meta tag full list of meta tags and attributes Attributes for element &lt;meta&gt; what is property attribute in meta in html use of meta tag in html what is use of meta tag in html explain all the attribute of meta tags in htnl meta tag in html meta tag name attribute meta tag is used to give meta-information of a resource. Which of the following are attributes of &lt;meta&gt; element what is meta property explain meta tag html meta tag What are Meta Tags? * what does meta tag do in html meta property what is the meta tag with the description attributes of meta tag in html how to insert meta tags in html meta tag content attribute meta rights html what is use of meta tag meta name= description content= free web tutorials meta tag html why use meta tags html meta tags meta tag in details html meta name meta author name html how many meta tags how to put a description in html meta author what is meta tag in html what is name meta tag meta driscription html meta tags html head metadata description in html metadata website add meta tags meta tgags meta div tag html meta tag title meta tag jsp link for html to use meta tag author meta tag author html what does a meta tag do How to display meta information in html what is name attribute in meta element of html meta data to include your name as the author of the web page web author meta tag syntax what-is-jquery meta tag html tag for author meta tag can include in div tag meta tag in div meta tags communicate information about the browser to the server what is the meta tag why use meta tag in css meta tag and its attributes in html html metadata tags through adding meta tag in head section. what does the meta tag do meta tag content in meta tag html what is meta in html name and content attribute of a meta tag in html what are meta tags used for how to write meta tag in html meta tag arributes ?? what are the attributes of meta tag
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source