Answer: Met tags are used to give the basic information about a web page like page title, page description, page keywords and more.
These Meta tags can be set directly through page directive as shown in the below code snippet.
<%@ Page Title="Your Page Title" MetaDescription="Your Page Description" MetaKeywords="Your Page Keywords" Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
Asked In: Many Interviews |
Alert Moderator