HTML Tutorial - Form Size settings
Related Tags:
Form size
Under normal circumstances, the total length of form and the Width of the line is based on the sum and are automatically adjusted, if we are to direct the size of fixed forms, you can use the following ways:
<table Width=n1 height=n2>
Width and Height attributes are designated form of a fixed width and length, n1 and n2 pixels can be used to express, it is also possible percentage (compared with the size of the whole screen ratio) said.
The following table is a length of 200 pixels, 100 pixels wide to the table. <table Width="200" height="100">
The following table is a long screen for 20% of screen width to 10 per cent of the forms. <table Width=20% height=10%>
Frame size settings
Borders Border attribute is used to be embodied, and it forms the border that edge thickness and borders. Border will be set to different values, different results.
Such as:
<table Border=10 width=250>
<caption> Purchase order </ caption>
<tr> <th> Apple </ th> <th> banana </ th> <th> grape </ th>
<tr> <td> 200 kg </ td> <td> 200 kg </ td> <td> 100 kg </ td>
</ Table>
Showing results:
Purchase order
<table Border=1 width="250">
<caption> Purchase order </ caption>
<tr> <th> Apple </ th> <th> banana </ th> <th> grape </ th>
<tr> <td> 200 kg </ td> <td> 200 kg </ td> <td> 100 kg </ td>
</ Table>
Showing results:
Purchase order
<table Border=0 width="250">
<caption> Purchase order </ caption>
<tr> <th> Apple </ th> <th> banana </ th> <th> grape </ th>
<tr> <td> 200 kg </ td> <td> 200 kg </ td> <td> 100 kg </ td>
</ Table>
Showing results:
Purchase order
Grid lines width
Grid and Lattice grid lines between the lines, it can use the width of <TABLE> CELLSPACING attributes to the adjustment. Format is:
<TABLE CELLSPACING=#> # that access to the pixel value
Example:
<table Border=3 cellspacing=5>
<caption> Purchase order </ caption>
<tr> <th> Apple </ th> <th> banana </ th> <th> grape </ th>
<tr> <td> 200 kg </ td> <td> 200 kg </ td> <td> 100 kg </ td>
</ Table>
Showing results:
Purchase order
Content and the width between the grid lines
We can also In "TABLE> set up CELLPADDING attributes, contents and requirements for the width of the grid. Format:
<TABLE CELLPADDING=#> # that access to the pixel value
Example:
<table Border=3 cellpadding=5>
<caption> Purchase order </ caption>
<tr> <th> Apple </ th> <th> banana </ th> <th> grape </ th>
<tr> <td> 200 kg </ td> <td> 200 kg </ td> <td> 100 kg </ td>
- Em use the designated font size trouble
- Flash8 font effects
- Web and layout of the font problem
- Check with JavaScript file size
- Javascript function to check whether the size of picture than-expected size
- Css font attributes
- Css Guide: CSS font font attributes Application
- Fixed page coding language, size, font
- TIP: fixed page coding language, size, font
- Pixel font pixel font entry
- HTML font marker and attributes
- Web learning skills: fixed page coding language, size, font
- Flash in the secret font choice
- Css Manual (c) Font font
- Web font settings
- Font size on the issue of website
- Css font control
- Increased affinity and easy access - to control the font size of the decision-making power back to the user
- Logical font marker
- How to design font size to improve the user experience of visitors?




