首页  >  文章  >  web前端  >  HTML 图例标签

HTML 图例标签

WBOY
WBOY原创
2024-09-04 16:21:50707浏览

图例标签用于定义的标题或标题。标签,并且它被认为是该元素的第一个子元素。作为标题,它通常放置在框架的顶部。 的目的是是在特定元素的内容上创建一个包围框。主要目的是借助字段集包装表单、图像、内容,也用于描述信息的上下文。在下面的部分中,我们将讨论有关的信息。标签以及深入的示例。本文的主要座右铭是展示如何简单且创造性地使用 HTML 元素标签进行演示。

语法

<legend>
……
</legend>

HTML

;元素被放置在 内元素,其周围标记为黑色边框;如果你想要一个时尚的或改变框架的行为,那么这里使用CSS。这个标签与
完全不同。标签。此标签支持所有浏览器,如 Chrome、android、firefox、Opera、Internet Explorer。所有这些元素在所有浏览器中都是统一的。

代码:

<fieldset>
<legend>
Text
</legend>
… Content
<fieldset>

必须提供开始和结束标签。

属性

一般来说,HTML 标签具有一个或多个属性,这些属性提供了 HTML 元素的重要方面。图例标签支持所有已定义的全局属性。某些属性不支持现代网络浏览器。下表给出了标签属性及其描述。

1.标签特定属性

align:定义表单中给定的标题或说明文字相对于父级

的对齐方式。

代码:

<fieldset>
<legend align="center">Align
demo:</legend>

注意:为了清晰对齐,最好对元素的变体使用 CSS-Align。

2.标准属性

这些属性的描述已经在上一篇文章中讨论过。

  • 访问密钥
  • 班级
  • 目录
  • id
  • 风格
  • id
  • 标签索引
  • 标题

3.全局属性

图例标签还接受之前讨论的全局属性,这是所有 HTML5 元素的标准。下面列出了一些:

Context

Define the Context

Dir

 The values give the path of the text.

Id

 Its identifier must match the value of a name.

Style

 Specifies the inline and external styles.

Lang

Determines the language used in the text.

上下文

onabort It is called when a particular event has been aborted. For example, the web browser immediately video before it is completely downloaded.
onblur Defines the focus of the element.
oncancel Stops the processed event handler.
Onclick Triggers when a click is done
onchange When a click is done somewhere.
onfocus Triggered when the focus is on the given element
定义上下文

目录

这些值给出了文本的路径。

Id

其标识符必须与名称值匹配。

样式

 指定内联样式和外部样式。

确定文本中使用的语言。

表> 4.事件属性

5. Other Attributes Are

onmouse down, onmouse up, onmouse over, onmouse move, onmouse out, on focus, on blur, onkey press,onkey down,onkey up. The tags that come with the tag are listed below: