HTML table only displays the outer border of the table

HTML table only displays the outer border of the table

I would like to ask a question. In Dreamweaver, I have made a login form (including login, registration, and forgotten password) with three rows and one column. I want to only display the outer border of the form. How can I use code to achieve this?

<table width=”200″ border=”0″ style=”border:1px solid #000000;”>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>

That style only has the outer border, if you use border directly, it will have all the borders of the table.

border-style:solid;
border-color:Lime; (color)

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

<<:  20 JS abbreviation skills to improve work efficiency

>>:  Install Docker on CentOS 7

Recommend

Introduction to the use of the indeterminate property of the checkbox

When we use the folder properties dialog box in Wi...

Introduction to the deletion process of B-tree

In the previous article https://www.jb51.net/arti...

Detailed example of using js fetch asynchronous request

Table of contents Understanding Asynchrony fetch(...

Mysql sql slow query monitoring script code example

1. Modify my.cnf #The overall effect is that both...

VUE implements bottom suction button

This article example shares the specific code of ...

How to use CSS to display multiple images horizontally in the center

Let me first talk about the implementation steps:...

Getting Started Tutorial for Beginners: Domain Name Resolution and Binding

So after registering a domain name and purchasing...

CentOS 6.4 MySQL 5.7.18 installation and configuration method graphic tutorial

The specific steps of installing mysql5.7.18 unde...

Linux disk space release problem summary

The /partition utilization of a server in IDC is ...

Mini Programs enable product attribute selection or specification selection

This article shares the specific code for impleme...

Sample code for implementing menu permission control in Vue

When people are working on a backend management s...

mysql8.0.11 winx64 installation and configuration tutorial

The installation tutorial of mysql 8.0.11 winx64 ...