Recent Posts

What is Meta tag in HTML. How to add Meta tag in HTML. | infodpsoft


What is Meta Tag in HTML?
The <meta> tag provides information HTML Web Page.
you can add in your web page.<meta> tag add inside the <head> to </head> tag.


list of meta tags,meta tags generator,meta tag seo,meta tag viewport,google meta tags,how to create meta tags,html meta tags pdf,meta title,meta tags generator,meta keywords google,responsible meta tag,html text page,


Support Browser
  • Google Chrome.
  • Safari Browser.
  • Opera.
  • Mozilla Firefox.

Example:

Keyword Meta Tag :
An example is Keyword <meta> tag For Ex: TML, python, Java This Is Keyword to Your web page.

1.   <html>
2.   <head>
3.         <title>Meta Tag Demo</title>
4.         <meta name="keywords" content="HTML page, tags,"/> <!-- HTML, Python Etc -->
5.    </head>
6.    <body>
7.    <table>
8.     <tr>
9.     <td>
10.            <h1>Hello Infodpsoft</h1>
11.   </td>
12.   </tr>
13. </table>
14.   </body>
15.   </html>

Output:
list of meta tags,meta tags generator,meta tag seo,meta tag viewport,google meta tags,how to create meta tags,html meta tags pdf,meta title,meta tags generator,meta keywords google,responsible meta tag,html text page,

Author Meta Tag :
  1.  <html>
  2. <head>
  3. <title>Meta Tag Demo</title>
  4.             <meta name="keywords" content="HTML page, tags,"/> <!-- HTML, Python Etc -->
  5.             <meta name="author" content="infodpsoft" />
  6. </head>
  7. <body>
  8. <table>
  9.             <tr>
  10.             <td>
  11.             <h1>Hello Infodpsoft</h1>
  12.             </td>
  13.             </tr>
  14. </table>
  15. </body>
  16. </html>
Description Meta Tag :
You can add Description about webpage.
  1. <html>
  2. <head>
  3. <title>Meta Tag Demo</title>
  4.             <meta name="keywords" content="HTML page, tags,"/> <!-- HTML, Python Etc -->
  5.             <meta name="author" content="infodpsoft" />
  6.             <meta name="description" content=" " />
  7. </head>
  8. <body>
  9. <table>
  10.             <tr>
  11.             <td>
  12.             <h1>Hello Infodpsoft</h1>
  13.             </td>
  14.             </tr>
  15. </table>
  16. </body>
  17. </html>
List of Meta Tag:
<meta name="keywords" content="Tag,keyword"/>
<meta name="description" content="150 words"/>
<meta name="copyright" content="website name, company name"/>
<meta name="subject" content="your website's subject">
<meta name="author" content="author name"/>
 


How to Create a CSS Box Model in Html with Text - HTML | infodpsoft

HTML Heading tags html | infodpsoft




Reference website
http://tutorialspoint.com
https://www.w3schools.com

No comments:

Powered by Blogger.