下列选项中,转行标记是

作者:高老师 浏览 0

下列选项中,转行标记是
A、<br>B、<hx><br>C、<br><br>D、<pre><br>【正确答案】:C<br> </div> <div class="wechat-qrcode" style="margin-top: 20px; padding: 20px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); text-align: center;"> <p style="margin: 0 0 15px; font-weight: bold;">📱 扫码体验刷题小程序</p> <div style="display: flex; justify-content: center; margin-bottom: 15px;"> <img src="https://liantibao.com/public/skin/images/mooc.jpg" alt="微信小程序二维码" style="max-width: 150px; height: auto; border: 1px solid var(--border); border-radius: 8px;"> </div> <p style="margin: 0; font-size: 14px; color: var(--muted);">扫一扫使用我们的微信小程序</p> </div> </article> <section class="hot" aria-labelledby="hot-title"> <h3 id="hot-title">热门题目</h3> <ul> <li><a href="/post/69423.html">判断商品或服务的质量是否存在不合理危险的根本标准是 ()</a></li> <li><a href="/post/102331.html">《变形记》的作者奥维德是</a></li> <li><a href="/post/102745.html">紫式部的代表作是()</a></li> <li><a href="/post/159420.html">家庭气氛的宽松和协调意味着没有任何矛盾和冲突。</a></li> <li><a href="/post/163514.html">已知A是B的充分必要条件,则不能( )。</a></li> <li><a href="/post/164982.html">狭义的审美观包括( )</a></li> <li><a href="/post/193936.html">下列不属于财务会计净资产类科目的是</a></li> <li><a href="/post/198019.html">研究账户的分类是为了从相互联系的账户中探求其相互区别,认识设置和运用账户的规 律性。</a></li> <li><a href="/post/215294.html">Trade firm</a></li> <li><a href="/post/226875.html">My schedule is more flexible from November 15 to 18.I wonder if </a></li> <li><a href="/post/241905.html">IETF对于基于类别的服务质量的体系结构进行了标准化,称为____。</a></li> <li><a href="/post/291229.html">下列情况中.注册会计师应在审计报告的意见段之后增加强调事项段的有 【 】</a></li> </ul> </section> <div class="tools" aria-label="页面工具"> <button class="tool" id="inc" title="放大">➕</button> <button class="tool" id="dec" title="缩小">➖</button> <button class="tool" id="copy" title="复制">📋</button> <button class="tool" id="top" title="回到顶部">⬆️</button> </div> <div class="toast" id="toast">已复制到剪贴板</div> </main> <!-- 公共底部模板 --> <footer role="contentinfo"> <div class="container footer-inner"> <p>© 翰林刷题,免费考试真题网站! © 2021 翰林刷题 - https://20230611.cn . All rights reserved</p> <p>备案号:<a href="https://beian.miit.gov.cn/" target="_blank" rel="nofollow noopener">粤ICP备20061021号-2</a></p> </div> </footer> <!-- 百度统计代码 --> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?d73808cf1d83d2a1038561112d1fcd0f"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </body> </html> <script> (function(){ const article = document.getElementById('article'); const inc = document.getElementById('inc'); const dec = document.getElementById('dec'); const copy = document.getElementById('copy'); const topBtn = document.getElementById('top'); const toast = document.getElementById('toast'); let size = 1.0; function show(msg){ toast.textContent = msg; toast.classList.add('show'); setTimeout(()=>toast.classList.remove('show'), 2200); } inc.addEventListener('click',()=>{ if(size < 1.6){ size += 0.1; article.style.fontSize = size + 'rem'; } }); dec.addEventListener('click',()=>{ if(size > 0.8){ size -= 0.1; article.style.fontSize = size + 'rem'; } }); copy.addEventListener('click',()=>{ const txt = article.innerText; if(navigator.clipboard && window.isSecureContext){ navigator.clipboard.writeText(txt).then(()=>show('复制成功!')).catch(()=>show('复制失败')) } else { const t = document.createElement('textarea'); t.value = txt; t.style.position='fixed'; t.style.left='-9999px'; document.body.appendChild(t); t.select(); try{ document.execCommand('copy'); show('复制成功!') }catch(e){ show('复制失败') } document.body.removeChild(t); } }); topBtn.addEventListener('click',()=>{ window.scrollTo({top:0,behavior:'smooth'}); show('回到顶部'); }); })(); </script> </body> </html>