How can i use content tag in html

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • php1
    New Member
    • Aug 2017
    • 1

    How can i use content tag in html

    <
    Code:
    %@ Master Language="VB" CodeFile="MasterPage.master.vb" Inherits="MasterPage" %>
    
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    
    <head id="Head1" runat="server">
    
    
    <title>Web Shop</title>
    
    
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    
    
    <link rel="stylesheet" type="text/css" href="~/CSS File/Default.css" title="default"/>
    
    
    </head>
    
    
    <body>
    
    
    <div id="WholePage">
    
    
      <div id="Inner">
    
    
        <div id="Container">
    
    
          <div id="Head">
    
    
            <div id="Head_left">
    
    
              <div id=""></div>
    
    
            </div>
    
    
            <div id="Head_right">
    
    
              <div id="Logo">
    
    
                <div id="Name"><span>Ped</span><span>iatrics</span> <span>I</span><span>nformation <span>S</span>ystems</span> </div>
    
    
                <div id="Informations">Good afternoon | It's Friday | Time: 12:51 </div>
    
    
              </div>
    
    
              <div id="Top_menu"> <a href="http://www.templateonweb.com/"><span>CART</span></a> <a href="http://www.templateonweb/"><span>ORDERS</span></a> <a href="http://www.templateonweb/"><span>CONTACT</span></a> <a href="http://www.templateonweb/"><span>HELP</span></a> <a href="http://www.templateonweb/"><span>HOME</span></a> </div>
    
    
            </div>
    
    
          </div>
    
    
          <div id="CentralPart">
    
    
           
    
    
    
            <div id="LeftPart">
    
    
              <div id="Menu">
    
    
                <div id="Menu_header">
    
    
                  <div> <span>MENU</span> </div>
    
    
                  <div> </div>
    
    
                </div>
    
    
                <div id="Menu_content"> <a href="http://www.templateonweb/"><span>How to Section</span></a><br/>
    
    
                  <a href="http://www.templateonweb/"><span>Submit SUR</span></a><br/>
    
    
                  <a href="http://www.templateonweb/"><span>Instruction Documents</span></a><br/>
    
    
                  <a href="http://www.templateonweb/"><span>P.C.</span></a><br/>
    
    
                  <a href="http://www.templateonweb/"><span>Internet</span></a><br/>
    
    
                  <a href="http://www.templateonweb/"><span>Network</span></a><br/>
    
    
                  <a href="http://www.templateonweb/"><span>Pediatrics Information Sys. Staff</span></a><br/>
    
    
                  <a href="http://www.templateonweb/"><span>Instruction Documents</span></a><br/>
    
    
                  <a href="http://www.templateonweb/"><span>Instruction Documents</span></a><br/>
    
    
                  <a href="http://www.templateonweb/"><span>Instruction Documents</span></a><br/>
    
    
                  <a href="http://www.templateonweb/"><span>Instruction Documents</span></a><br/>
    
    
                  <a href="http://www.templateonweb/"><span>Instruction Documents</span></a><br/>
    
    
                  <a href="http://www.templateonweb/"><span>Instruction Documents</span></a><br/>
    
    
                </div>
    
    
              </div>
    
    
              <div id="Poll"></div>
    
    
              <div id="Banner"></div>
    
    
            </div>
    
    
            <div id="RightPart" style="float:right; width:500px;">
                <asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
                         Hello World!
                </asp:ContentPlaceHolder>
            </div>
    
    
             
    
    
    
          </div>
    
    
              
    
    
    
          <div id="Bottom">
    
    
            <p> </p>
    
    
          </div>
    
    
        </div>
    
    
      </div>
    
    
    </div>
    
    
    </body>
    
    
    </html>
    Last edited by Niheel; Aug 22 '17, 10:21 PM.
Working...