HTML 提供了多种选项来表示结构化和非结构化数据。它允许我们在段落、有序列表、无序列表、表格等中呈现数据。在本主题中,我们将学习 HTML tr 标签。
创建 HTML 表格,在表格标签
中显示的数据单元格。 … | 标签(如果它是标准数据单元格或在中) … | 如果它是标题单元格,则标记。
---|
… | …. |
---|
让我们回顾一下下面的例子:
示例:
<title>This is a table example</title> <style> th, td { padding : 10px; border : 1px solid #666; } </style>
Sr. No. | Popular programming languages | Description |
---|---|---|
1 | Java | Java has been holding position 1 or 2 for the world’s most popular languages since it’s inception. It was created in mid 90s and since then many large and small companies have adopted it for developing desktop and web applications |
2 | C | C is a popular language for cars, sensors and embedded systems. It has been one of the top most popular languages mainly due to its universal compatibility |
3 | Python | Python is very popular in today’s era specially since it support quick development of application based on machine learning, big data and AI. |
如您所见,我们使用 上面的示例在浏览器中查看时为我们提供了以下输出: 为了进一步自定义 使用align属性,我们可以自定义 但是,HTML 5 不支持此属性。 我们可以使用 style 标签中的 background 属性来设置行的背景。让我们看一下下面的示例。 代码: 上述代码在浏览器窗口中的输出如下,其中第一行的背景颜色已更改为绿色: 我们可以通过使用 tr 标签中的 color 属性来操作箭头中文本的颜色。让我们将其中一行的字体颜色更改为灰色。 代码: 上述代码在浏览器窗口中的输出如下所示,我们可以发现应用于表格第一行的字体颜色: 如上所示,我们可以使用 HTML 表和 tr 元素来定义和表示结构化数据。我们可以自定义同一个表中的不同行来更改行的样式。我们还可以使用 th 和 td 来定义表头和标准表数据。我们可以进一步自定义一行的字体颜色、字体大小、字体家族、字体装饰和背景颜色。 中表示的数据相比,它们具有粗体外观。标签,具有标准外观。
HTML tr 标签的属性
中呈现的数据;元素,我们可以在
中使用以下属性:标签:
1.对齐
中的文本对齐方式。标签。它可以使用以下值。
2.背景
<title>This is a table example</title>
<style>
th, td {
padding : 10px;
border : 1px solid #666;
}
</style>
Sr. No.
Popular programming languages
Description
// here we are setting the back ground color to #00ff3787
1
Java
Java has been holding position 1 or 2 for the world’s most popular languages since it’s inception. It was created in mid 90s and since then many large and small companies have adopted it for developing desktop and web applications
2
C
C is a popular language for cars, sensors and embedded systems. It has been one of the top most popular languages mainly due to its universal compatibility
3
Python
Python is very popular in today’s era specially since it support quick development of application based on machine learning, big data and AI.
3.颜色
<title>This is an example of HTML table</title>
<style>
th, td {
padding : 10px;
border : 1px solid #666;
}
</style>
Sr. No.
Popular programming languages in 2019
Description
// here we are setting the font color to grey
1
Java
Java has been holding position 1 or 2 for the world’s most popular languages since it’s inception. It was created in mid 90s and since then many large and small companies have adopted it for developing desktop and web applications
2
C
C is a popular language for cars, sensors and embedded systems. It has been one of the top most popular languages mainly due to its universal compatibility
3
Python
Python is very popular in today’s era specially since it support quick development of application based on machine learning, big data and AI.
结论
以上是HTML 标签的详细内容。更多信息请关注PHP中文网其他相关文章!

本篇文章带大家了解一下HTML(超文本标记语言),介绍一下HTML的本质,HTML文档的结构、HTML文档的基本标签和图像标签、列表、表格标签、媒体元素、表单,希望对大家有所帮助!

不算。html是一种用来告知浏览器如何组织页面的标记语言,而CSS是一种用来表现HTML或XML等文件样式的样式设计语言;html和css不具备很强的逻辑性和流程控制功能,缺乏灵活性,且html和css不能按照人类的设计对一件工作进行重复的循环,直至得到让人类满意的答案。

总结了一些web前端面试(笔试)题分享给大家,本篇文章就先给大家分享HTML部分的笔试题(附答案),大家可以自己做做,看看能答对几个!

HTML5中画布标签是“<canvas>”。canvas标签用于图形的绘制,它只是一个矩形的图形容器,绘制图形必须通过脚本(通常是JavaScript)来完成;开发者可利用多种js方法来在canvas中绘制路径、盒、圆、字符以及添加图像等。

html5废弃了dir列表标签。dir标签被用来定义目录列表,一般和li标签配合使用,在dir标签对中通过li标签来设置列表项,语法“<dir><li>列表项值</li>...</dir>”。HTML5已经不支持dir,可使用ul标签取代。

在html中,document是文档对象的意思,代表浏览器窗口的文档;document对象是window对象的子对象,所以可通过“window.document”属性对其进行访问,每个载入浏览器的HTML文档都会成为Document对象。

html5支持boolean值属性;boolean值属性指是属性值为true或者false的属性,如input元素中的disabled属性,不使用该属性表示值为flase,不禁用元素,使用该属性可以不设置属性值表示值为true,禁用元素。


热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

AI Hentai Generator
免费生成ai无尽的。

热门文章

热工具

EditPlus 中文破解版
体积小,语法高亮,不支持代码提示功能

安全考试浏览器
Safe Exam Browser是一个安全的浏览器环境,用于安全地进行在线考试。该软件将任何计算机变成一个安全的工作站。它控制对任何实用工具的访问,并防止学生使用未经授权的资源。

螳螂BT
Mantis是一个易于部署的基于Web的缺陷跟踪工具,用于帮助产品缺陷跟踪。它需要PHP、MySQL和一个Web服务器。请查看我们的演示和托管服务。

SublimeText3 英文版
推荐:为Win版本,支持代码提示!

SublimeText3 Mac版
神级代码编辑软件(SublimeText3)