页面链接名称 [英] page link name

查看:86
本文介绍了页面链接名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在html中嵌入导航说明。


这样可以抓住这些页面,页面链接名称

可以提取和导航生成。


我正在考虑这些方面的事情:


< meta name =" page link" ; content ="关于我们>

< meta name =" page directory" content =" root">


***********

< meta name =" page link" content =" Info 1">

< meta name =" page directory" content =" Info">

##################


这将生成导航类似这样的事情:


< ul style =" display:inline">

< li>信息

< ul>

< li>信息1< li>

< li>信息2< li>

< / ul> ;

< / li>

< li>关于我们< / li>

< / ul>


以前这样的事情肯定已经完成了。


关于嵌入导航指令的想法???


干杯,

杰夫

解决方案

Jeff Thies写道:

我会喜欢在html中嵌入导航说明。

这样可以抓住这些页面,并且可以提取页面链接名称
并生成导航。

我我正在考虑这些方面的事情:

< meta name =" page link " content ="关于我们>
< meta name =" page directory" content =" root">

***********
< meta name =" page link" content =" Info 1">
< meta name =" page directory" content =" Info">

##################

这会产生如下所示的导航:

< ul style =" display:inline">
< li>信息
< ul>
< li>信息1< li> ;
< li>信息2< li>
< / ul>
< / li>
< li>关于我们< / li>
< / ul>

以前这样的事情已经完成了。

嵌入导航指令的想法???

干杯,
Jeff




见:

http://www.w3.org/TR/html401/struct/...html#edef-LINK


或更具体地说:

http://www.w3.org/TR/html401/struct/links.html#adef-rel
http://www.w3.org/TR/html401/struct/links.html#adef-rev


并且:

http://www.w3.org/TR/html401/types.html#type-links

-Andy

凝视着我的水晶球,我观察到了Jeff Thies。 < no **** @ nospam.net>

写新闻:vL ******************* @ newsread2.news.atl .eart hlink.net:

我想在html中嵌入导航说明。

这样这些页面可以被蜘蛛网和页面可以提取链接名称
并生成导航。

我正在考虑这些方面的内容:

< meta name =" page link" content ="关于我们>> < meta name =" page directory"
content =" root">

***********
< meta name = 页面链接 content =" Info 1"> < meta name =" page directory"
content =" Info">

##################

这会生成如下所示的导航:

< ul style =" display:inline"> < li>信息< ul>
< li>信息1< li>
< li>信息2< li>
< / ul>
< / li>
< li>关于我们< / li>
< / ul>

之前已经做过类似的事情。
关于嵌入导航指令的想法???

干杯,
杰夫




我想你可能在寻找LINK元素 -
http:// www .w3.org / TR / html4 / struct / links.html#edef-LINK


-

Adrienne Boswell

请回复小组以便其他人分享
http:/ /www.arbpen.com




" Andy Holmes" <啊*************** @ shaw.ca>在消息中写道

新闻:HH *********************** @ news2.calgary.shaw。 ca ...

Jeff Thies写道:

我想在html中嵌入导航说明。

这将是这些页面可以被抓住,页面链接名称可以被提取并生成导航。

我正在考虑这些方面的内容:

< meta name =页面链接 content ="关于我们>
< meta name =" page directory" content =" root">

***********
< meta name =" page link" content =" Info 1">
< meta name =" page directory" content =" Info">



< snip>
http://www.w3.org/TR/html401/struct/...html#edef-LINK

或者更具体地说:

http://www.w3.org/TR/html401/struct/links.html#adef-rel
http://www.w3.org/TR/html401/struct/links.html#adef-rev

和:

nofollowhref =http://www.ref3.org/TR/html401/types.html# type-linkstarget =_ blank> http://www.w3.org/TR/html401/types.html#type-links

谢谢。虽然我对此感到困惑。


链接有很多属性:


id,class(document全范围标识符)

lang(语言信息),dir(文字方向)

标题(元素标题)

样式(内联样式信息)

onclick,ondblclick,onmousedown,onmouseup,onmouseover,

onmousemove,onmouseout,

onkeypress,onkeydown,onkeyup(内部事件)

href,hreflang,type,rel,rev(链接和主播)

目标(目标框架信息)

媒体(标题样式信息)

charset(字符编码)


风格,事件,标题和目录有点令人费解。如何使用?

类型怎么样?


看起来链接标签中可以使用多个属性。看起来好像

就像你可以添加自己的属性。是吗?


BTW,链接标签有多大用处?这似乎是一个开放的元素!


干杯,

杰夫

-Andy



I''d like to embed navigation instructions in html.

This would be so that these pages could be spidered and page links name
could be extracted and navigation generated.

I''m thinking of something along these lines:

<meta name="page link" content="About Us">
<meta name="page directory" content="root">

***********
<meta name="page link" content="Info 1">
<meta name="page directory" content="Info">
##################

This would generate navigation something like this:

<ul style="display: inline">
<li>Info
<ul>
<li>Info 1<li>
<li>Info 2<li>
</ul>
</li>
<li>About Us</li>
</ul>

Surely something like this has been done before.

Ideas on embedding nav instructions???

Cheers,
Jeff

解决方案

Jeff Thies wrote:

I''d like to embed navigation instructions in html.

This would be so that these pages could be spidered and page links name
could be extracted and navigation generated.

I''m thinking of something along these lines:

<meta name="page link" content="About Us">
<meta name="page directory" content="root">

***********
<meta name="page link" content="Info 1">
<meta name="page directory" content="Info">
##################

This would generate navigation something like this:

<ul style="display: inline">
<li>Info
<ul>
<li>Info 1<li>
<li>Info 2<li>
</ul>
</li>
<li>About Us</li>
</ul>

Surely something like this has been done before.

Ideas on embedding nav instructions???

Cheers,
Jeff



See:

http://www.w3.org/TR/html401/struct/...html#edef-LINK

Or more specifically:

http://www.w3.org/TR/html401/struct/links.html#adef-rel
http://www.w3.org/TR/html401/struct/links.html#adef-rev

And:

http://www.w3.org/TR/html401/types.html#type-links
-Andy


Gazing into my crystal ball I observed "Jeff Thies" <no****@nospam.net>
writing in news:vL*******************@newsread2.news.atl.eart hlink.net:

I''d like to embed navigation instructions in html.

This would be so that these pages could be spidered and page links name
could be extracted and navigation generated.

I''m thinking of something along these lines:

<meta name="page link" content="About Us"> <meta name="page directory"
content="root">

***********
<meta name="page link" content="Info 1"> <meta name="page directory"
content="Info">
##################

This would generate navigation something like this:

<ul style="display: inline"> <li>Info <ul>
<li>Info 1<li>
<li>Info 2<li>
</ul>
</li>
<li>About Us</li>
</ul>

Surely something like this has been done before.

Ideas on embedding nav instructions???

Cheers,
Jeff



I think you might be looking for the LINK element -
http://www.w3.org/TR/html4/struct/links.html#edef-LINK


--
Adrienne Boswell
Please respond to the group so others can share
http://www.arbpen.com



"Andy Holmes" <ah***************@shaw.ca> wrote in message
news:HH***********************@news2.calgary.shaw. ca...

Jeff Thies wrote:

I''d like to embed navigation instructions in html.

This would be so that these pages could be spidered and page links name
could be extracted and navigation generated.

I''m thinking of something along these lines:

<meta name="page link" content="About Us">
<meta name="page directory" content="root">

***********
<meta name="page link" content="Info 1">
<meta name="page directory" content="Info">


<snip>
http://www.w3.org/TR/html401/struct/...html#edef-LINK

Or more specifically:

http://www.w3.org/TR/html401/struct/links.html#adef-rel
http://www.w3.org/TR/html401/struct/links.html#adef-rev

And:

http://www.w3.org/TR/html401/types.html#type-links
Thanks. I''m a bit confused about this though.

There''s a wide range of attributes for link:

id, class (document-wide identifiers)
lang (language information), dir (text direction)
title (element title)
style (inline style information )
onclick, ondblclick, onmousedown, onmouseup, onmouseover,
onmousemove, onmouseout,
onkeypress, onkeydown, onkeyup (intrinsic events )
href, hreflang, type, rel, rev (links and anchors)
target (target frame information)
media (header style information)
charset(character encodings)

The style, event, title and dir are a bit puzzling. How would those be used?
What about type?

It looks like multiple attributes can be used in a link tag.And it looks
like you can add your own attributes on top of those. Is that right?

BTW, is the link tag getting much use? It seems like a wide open element!

Cheers,
Jeff

-Andy



这篇关于页面链接名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆