How to add meta tags to dreamweaver
How can I add meta tags to dreamweaver
How can I add meta tags to dreamweaver
You add meta tags to the <head> of your HTML document under the <title> tag. For example:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Briefly describe your page content here for search engines to see....">
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.