Home>Article>Web Front-end> How to set table height in html
htmlHow to set the height of the table: First create an HTML sample file; then enter the style code "style="height:100px"" in the
tag of index.html; finally run the browser The index.html page is enough.#The operating environment of this article: Windows7 system, HTML5&&CSS3 Version, DELL G3 computer 1. First, open the html editor, create a new html file, for example: index.html, and write the basic code of the problem. 2. In thetag in index.html, enter the style code: style="height:100px". #3. The browser runs the index.html page. At this time, the row height of the table is successfully set to 100px. Recommended study: "
HTML Video Tutorial"
The above is the detailed content of How to set table height in html. For more information, please follow other related articles on the PHP Chinese website!