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

Let's talk about the difference between containers and images in Docker

What is a mirror? An image can be seen as a file ...

Better looking CSS custom styles (title h1 h2 h3)

Rendering Commonly used styles in Blog Garden /*T...

How to configure the Runner container in Docker

1. Create a runner container mk@mk-pc:~/Desktop$ ...

Solution to Docker image downloading too slowly

Docker image download is stuck or too slow I sear...

Why is it not recommended to use index as key in react?

1. Compare the old virtual DOM with the new virtu...

After docker run, the status is always Exited

add -it docker run -it -name test -d nginx:latest...

Detailed explanation of Linux tee command usage

The tee command is mainly used to output to stand...

MySQL export of entire or single table data

Export a single table mysqldump -u user -p dbname...

A complete list of common Linux system commands for beginners

Learning Linux commands is the biggest obstacle f...

Docker mounts local directories and data volume container operations

1. Docker mounts the local directory Docker can s...

Summary of 7 pitfalls when using react

Table of contents 1. Component bloat 2. Change th...

Web design must also first have a comprehensive image positioning of the website

⑴ Content determines form. First enrich the conten...

How to set mysql to case insensitive

mysql set to case insensitive Windows Go to the d...