我公司的公司指南规定,我们的产品名称是以划一和“温得”的方式书写的[表明我们所有爱营销部门如何!]。
“iPhone”等产品名称是用“i”写成黑体的。 E.g.
<b><i>i</i></b>Phone
我不想让搜索引擎分清黑体/红外文字的背景——例如,上述内容应当由一个搜索引擎读为“iPhone”,而不是! 电话:
只想检查是否有任何人知道:
<span class="branding">i</span>Phone
是否对“i”有任何额外意义?
很多人
我公司的公司指南规定,我们的产品名称是以划一和“温得”的方式书写的[表明我们所有爱营销部门如何!]。
“iPhone”等产品名称是用“i”写成黑体的。 E.g.
<b><i>i</i></b>Phone
我不想让搜索引擎分清黑体/红外文字的背景——例如,上述内容应当由一个搜索引擎读为“iPhone”,而不是! 电话:
只想检查是否有任何人知道:
<span class="branding">i</span>Phone
是否对“i”有任何额外意义?
很多人
Afaik,the <i>
tag被大多数搜索引擎忽视,如<span>
。
但是,你也可以使用特别安全局:第一字母的伪装。 这使你能够打上案文的第一封信,因此,你可以写上<代码><span类别=“branding”>iPhone</span,然后写上等标的。 品牌:第一字母{字体-重量:黑体;字体:斜体;}
。 这样,你就更不会遇到搜索引擎问题的风险,这将使你们的市场者感到欣慰。
<代码>i 电话/密码>进入一个无名的公众搜索引擎,请上<代码>iphone,i-phone
, 等。 搜索引擎现在就充斥着。 我要说的是,它没有取得任何效果。
添加、横跨和其他直线标签,应代表字面边界,而搜索引擎则不必照此办理。 如果我知道他们这样做,我就感到非常惊讶。
提炼; 诸如“带”等超文本标签;另一方面,对地静止轨道具有某些但很小的意义。 不管怎么说,拖网人会确切知道,你甚至指在 a子、pan子和tag之间。
Styling is not the only use of Spans and Divs http://en.wikipedia.org/wiki/Span_and_div#Semantic_clarity
关键词无意在超文本中具有意义。 其目的是提供线性差别,如体/体的变化等。
一些搜索引擎可能利用所供应的标签来区别含义或重要性,但的确,这页的中标语比搭桥更为重要。
等等具有意义,因为它们传达了一种概念,超越了分割。
I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....
I have a div <div id="masterdiv"> which has several child <div>s. Example: <div id="masterdiv"> <div id="childdiv1" /> <div id="childdiv2" /> <div id="...
I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...
<form><input type="file" name="first" onchange="jsFunction(2);"> <input type="file" name="second" onchange="jsFunction(3);"</form> Possible to pass just numbers to the js ...
So I ve got a menu with a hover/selected state and it loads fine in IE6/IE7. However when I scroll down the page and put the element outside of the viewport and then back in I get a broken image! I ...
I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...
Is it possible to reload a form after file-input change? I have a form where the user can chose an image for upload. I also have a php script which displays that image resized. I only wonder if it ...
I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!