Putting it All Together
Unit 5 Activity 5 THIS IS THE LAST AND FINAL POST OF THIS BLOG! In this post, we will go over meta tags! Meta tags are placed in the <head> tag in the code and is not visible on the web page. The tag for the meta tag is as follows: <meta name="type of info" content="the information"> The name types for meta tags differ. We will take a look at two types of meta tags. The first one is keywords and the second is description. Keywords Tag: <meta name="keywords" content="keywords (874 characters max)"> The content area of the tag determines the amount of characters a user will be able to type into a search index on your page or site. Description Tag: <meta name="description" content="description that displays in search li...



