Auto refresh code in HTML using meta tags

后端 未结 6 1205
野的像风
野的像风 2020-11-27 11:29

I\'m trying to refresh the same page but it isn\'t working. This is my HTML code:


    
        HTML in 10 Simple Steps          
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-5408099190056760"
     data-ad-slot="7305827575"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>        </div>
      </div>
      
      <div class="fly-panel detail-box" id="flyReply">
        <fieldset class="layui-elem-field layui-field-title" style="text-align: center;">
          <legend>6条回答</legend>        </fieldset>

        <ul class="jieda" id="jieda">
                    <li data-id="111" class="jieda-daan">
            <a name="item-1111111111"></a>
            <div class="detail-about detail-about-reply">
                         <a class="fly-avatar" href="">
                <img src="https://www.e-learn.cn/qa/data/avatar/000/00/00/small_000000007.jpg" alt=" 清酒与你 ">
              </a>
              <div class="fly-detail-user">
                <a href="" class="fly-link">
                  <cite> 清酒与你</cite>
                                             
                </a>
                
                <span>(楼主)</span>
            
              </div>              <div class="detail-hits">
                <span>2020-11-27 12:15</span>
              </div>

            </div>
            <div class="detail-body jieda-body photos">
              <p>          
<p>You're using smart quotes. That is, instead of standard quotation marks (<code>"</code>), you are using curly quotes (<code>”</code>). This happens automatically with Microsoft Word and other word processors to make things look prettier, but it also mangles HTML.  Make sure to code in a plain text editor, like Notepad or Notepad2.</p>

<pre><code><html>
  <head>
    <title>HTML in 10 Simple Steps or Less
     
  
  
  

提交回复
热议问题