?Explain the concept of meta tags with examples.

What will be an ideal response?


?The meta tag name derives from the word metadata, which is information about data. The followingmeta tag is already included in the initial HTML code that is inserted into every webpage:This statement declares the character encoding as UTF-8. The Unicode Transformation Format (UTF) is a compressed format that allows computers to display and manipulate text. When the browser encounters this meta tag, it displays the webpage properly, based on the particular UTF-8 encoding embedded in the tag. UTF-8 is the preferred encoding standard for webpages, email, and other applications.Besides specifying the character encoding, themetatag also allows users to specify the author, a description, and keywords for the webpage through the use of thenameandcontentattributes. Thenameattribute identifies the type of information in thecontentattribute, and thecontentattribute identifies the specific phrases or words that is required to appear as metadata. These two attributes must be used together; thecontentattribute cannot be defined if thenameattribute is not defined. The following is an example of an author meta tag:In this meta tag example,authoris the value for thenameattribute. Thecontentattribute specifies the name of the author, in this case, Jordan Wells. The following is an example of a description meta tag:The description is what some search engines add below a webpage URL in the search results to describe the content of the webpage.Visitors often read the description to determine whether they want to click that particular link (or URL) in the list of URLs in the search engine results. In thedescriptionmeta tag example, description is the value for thenameattribute. The value of thecontentattribute is a descriptive sentence about the Forward Fitness Club.The following is an example of akeywordsmeta tag:In this meta tag example,keywordsis the value for thenameattribute. Thecontentattribute specifies keywords that describe the website content, in this case, fitness, gym, group fitness, and nutrition.

Computer Science & Information Technology

You might also like to view...

You are requested to undertake a consultancy on behalf of the Managing Director of DreamHome that requires an investigation into the data distribution requirements of the organization and to prepare a report on the potential use of a database replication server. The report should compare the technology of the centralized DBMS with that of the replication server, and should address the advantages and disadvantages of implementing database replication within the organization, and any perceived problem areas. The report should also address the possibility of using a replication server to address the distribution requirements. Finally, the report should contain a fully justified set of recommendations proposing an appropriate solution.

What will be an ideal response?

Computer Science & Information Technology

What's the name of the software application that handles all the video compression for the Adobe digital video tools?

What will be an ideal response?

Computer Science & Information Technology

The buffers used in the 1950s to reduce the discrepancy in speed between the I/O and the CPU were conceptually similar to those now used routinely by Web browsers to make video and audio playback smoother.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

To search an array for a(n) ____ match, you can store either the highest or lowest value of each range for comparison.

a. Subscript b. Range c. Flag d. Index

Computer Science & Information Technology