| Architectural Glossary of Terms | ||
| Term | Definition | Student |
| Shear | A type of stress that is greatest when a beam meets a column | Prof. King |
| Technical Glossary of Terms | ||
| Term | Definition | Student |
| BIM | Building Information Modeling | Moises |
| Parametric | a way of organizing computer data in a cad system to that multiple views are interrelated | Prof. King |
| Sample Code for three column table |
||
| Term | Definition | Student |
| col 1 | col 2 | col 3 |
| Cut and paste the following code into the text tab | ||
| Â <table width=”100%” border=”5″> <tbody>
<tr> <td >col 2</td> <td >col 3</td> </tbody> |
||
| To create and additional row copy and past the section between the opening tag <tr> and the closing tag </tr> |
||