menifest also reffered to as assembly metadata(data about data),contains all information related to assembly like identity section,version number,strong name (optional),culture.so menifest contains information related to the identification assembly or it is a part of assembly where assembly is self describing.
metadata is the information that enables components to be self describing.it is used to describe which class is used,function,methods,fields ....So it is the data about data.
Meta data holds information regarding an webpage's title, related keywords, and a description. Few search engines place importance on meta data and Google places no importance, whatsoever, on meta data. However, properly using meta data CAN be helpful for search engine optimization. Furthermore, misusing meta data can have harmful effects, so it is important to learn what is and isn't acceptable to search engines when it comes to meta data. Keywords are an important part of meta data, so it is important to optimized meta keywords according to what lengths search engines allow in order to avoid "keyword stuffing."
Meta data, overall, can hold a huge amount of information about a website. However, the three most important types of meta data are: Meta keywords (the keywords that describe what a page is about) Meta Title (the page's title) Meta Description (a full, but short description of a webpage.)
The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable.Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata. The <meta> tag always goes inside the head element.The metadata can be used by browsers (how to display content or reload page), search engines (keywords), or other web services. Ex: <head> <meta name="description" content="Sample Code" /> <meta name="keywords" content="HTML,CSS,XML,JavaScript" /> <meta name="author" content="Anand V" /> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" /> </head>
Meta Tag:HTML meta tags are referred as tags of page data head tags of a document's HTML code. Actually these are hidden keyword who set in the code. These are invisible to visitors but are visible and readable by Search Engines.Example:Not considered as Meta Tag, even required anyway
The main content of the page is wrapped with BODYtags:... meta data, title, javascript, etc. ...... main content and more HTML code ...
The terms "meta data" and "metadata" are often used interchangeably, but technically "meta data" refers to data about data, while "metadata" specifically refers to structured information that describes, explains, or provides context for other data.
Metadata is information that describes other data, such as the title, author, and date of a document. "Meta data" is simply a misspelling or incorrect spacing of the term "metadata."
Data dictionary is a set of meta-data which contains the definition and representation of data elements.It gives a single point of reference of data repository of an organization.Data dictionary lists all data elements but does not say anything about relationships between data elements.
Metada data is data that describes other data.
haha no1 knows
Meta data holds information regarding an webpage's title, related keywords, and a description. Few search engines place importance on meta data and Google places no importance, whatsoever, on meta data. However, properly using meta data CAN be helpful for search engine optimization. Furthermore, misusing meta data can have harmful effects, so it is important to learn what is and isn't acceptable to search engines when it comes to meta data. Keywords are an important part of meta data, so it is important to optimized meta keywords according to what lengths search engines allow in order to avoid "keyword stuffing."
meta data
Meta data is a just information of object which are existing with in the database.the data about the data called Meta data.meta data contained the information with in the database.
Meta data is data that describes how and when and by whom a particular set of data was collected at that time. It is also stated that it is essential for understanding information stored in certain data warehouses.
meta
meta
meta data can be define as the data about data....data is the known facts which can be recorded and altered...and the info. about the data is called meta data...example :-Suppose in a student table student name,age,sex,class,subject,stream all are the data of the student table and the data about these data(name,age,sex, etc...) like what type of data whether it is a integer or string or char and what is the range like age should be with in o-20 like the all are called Meta Data.......