Path: blob/main/dev-docs/feature-format-matrix/qmd-files/css-properties/border/document.qmd
6471 views
---
format:
html:
quality: 1
pdf:
quality: na
typst:
quality: 1
comment: "td only"
dashboard:
quality: 1
docx:
quality: na
pptx:
quality: na
keep-typ: true
_quarto:
tests:
typst:
ensureTypstFileRegexMatches:
-
- 'table\.cell\(stroke: \(right: \(paint: black, thickness: 1.5pt\)\)\)\[A\]'
- []
---
```{=html}
<table>
<tr><td style="border-right-width: 2px; border-right-color: black">A</td><td>B</td></tr>
</table>
```