Click here to Skip to main content
15,881,380 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
what is the meaning of each line of following code.Is it must to write it?What is the purpose of writing it
ASP.NET
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
  <meta http-equiv="Content-Language" content="English" />
    <meta name="Author" content="Urba (urbaabbasi@Gmail.com)" />
   <meta name="Urba" content="index,follow" />
    <meta name="Description" content="CENTER MANAGEMENT" />
   <meta name="Keywords" content="CENTER ,MANAGEMENT" />

what is the meaning of and class="Key"?
what does
C
" do in following code?
Student

C
ourse
Posted
Updated 4-May-13 4:35am
v4

1 solution

We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!

If you have a specific problem, then ask about it, but don't just post your homework and expect us to do it for you!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900