meta

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>html meta Tag</title> <style> </style> </head> <body> <section> <code><b>meta</b></code> tag use cases is as follows: <ul> <li>define character-set used in the document</li> <li>information about the website like adescription,keywords author name etc.</li> <li>open graphs and twitter cards-there are great generators that build the needed code.</li> <li></li> </ul> </section> </body> </html>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.