Path: blob/main/dev-docs/feature-format-matrix/qmd-files/css-properties/border/border-width-3.qmd
6465 views
---
format:
html:
quality: 1
pdf:
quality: na
typst:
quality: 2
comment: "td only"
dashboard:
quality: 1
docx:
quality: na
pptx:
quality: na
keep-typ: true
_quarto:
tests:
typst:
ensureTypstFileRegexMatches:
-
- 'table\.cell\(stroke: \(bottom: \(thickness: 2.25pt\), left: \(thickness: 3.75pt\), right: \(thickness: 3.75pt\), top: \(thickness: 0.75pt\)\)\)\[A\]'
- []
---
```{=html}
<table>
<tr><td style="border-width: thin thick medium">A</td><td>B</td></tr>
</table>
```