HTML部分筆試問題(附件答案)后端開發(fā)
導讀:后端開發(fā)后端開發(fā)總結了一些網(wǎng)絡前端面試(筆試)問題與您分享,本文將首先與您分享HTML部分筆試問題(附件答案),您可以自己做,看看有多少可以正確回答! 總結了一些網(wǎng)絡前端面試(筆試)問題與您分享,本文將首先與您分享HTML部分筆試問題(附件答案),您可以自己做,看看有多少可以正確回答! Q1seo網(wǎng)站優(yōu)化軟件:<keygen>HTML5標簽正確嗎? A:是。 <keygen>標簽規(guī)定用于表單的密鑰對生成器字段。提交表單時,私鑰存儲在本地,公鑰發(fā)送到服務器。HTML5 標簽。 Q2:<bdo> A:可以。 <bdo>標簽涵蓋默認文本方向。 Q3:以下HTML代碼是否正確? A:正確 <figure>標簽規(guī)定獨立的流程內(nèi)容(圖像、圖表、照片、代碼等)。).figure 元素的內(nèi)容應與主要內(nèi)容相關,但如果刪除,則不應影響文檔流。使用<figcaption>為figure添加標題元素(caption)。 Q4:small標簽應該在什么情況下使用?當你想在h1 標題后創(chuàng)建副標題?還是在foter中添加版權信息? A:smalll標簽通常用于版權信息和法律文本,或標題中的附加信息(botstrap中可見),但不能用于創(chuàng)建副標題。 The HTML Small Element (<small>) makes the text font size one size smaller (for example, from large to medium, or from small to x-small) down to the browser's minimum font size. In HTML5, this element is repurposed to represent side-comments and small print, including copyright and legal text, independent of its styled presentation. Q5:在網(wǎng)站建設多少錢結構良好的web網(wǎng)頁中,多個h1標簽會對SEO不利嗎? A:不影響。 According to Matt Cutts (lead of Google's webspam team and the de facto expert on these things), using multiple <h1> tags is fine, as long as you're not abusing it (like sticking your whole page in an <h1> and using CSS to style it back to normal size). That would likely have no effect, and might trigger a penalty, as it looks spammy. If you have multiple headings and it would be natural to use multiple <h1>'s, then go for it. 摘自:http://www.quora.com/Does-using-multiple-h1-tags-on-a-page-affect-search-engseo網(wǎng)站優(yōu)化培訓ine-rankings Q6:如果你有一個搜索結果頁面,你想突出搜索關鍵字。HTML是什么? 標簽可以使用 A:<mark>高亮文本的標簽性能。 The HTML<mark>Element represents highlighted text, i.e., a run of text marked for reference purpose, due to its relevance in a particular context. For example it can be used in a page showing search results to highlight every instance of the searched for word.
聲明: 本文由我的SEOUC技術文章主頁發(fā)布于:2023-05-27 ,文章HTML部分筆試問題(附件答案)后端開發(fā)主要講述筆試,附件,HTML網(wǎng)站建設源碼以及服務器配置搭建相關技術文章。轉(zhuǎn)載請保留鏈接: http://www.bifwcx.com/article/web_11236.html