diff --git a/aio/content/guide/docs-style-guide.md b/aio/content/guide/docs-style-guide.md index ea683fc6a7..07430a1b82 100644 --- a/aio/content/guide/docs-style-guide.md +++ b/aio/content/guide/docs-style-guide.md @@ -1159,80 +1159,6 @@ Here is the markup for this file tree. ``` -## Tables - -Use HTML tables to present tabular data. - - - - - - - - - - - - - - - - - - - - - - - -
Header TypeMarkdownUse
<h1>#Title of page
<h2>## - - **Second level headers** - -
<h3>### - - **Third level headers** - -
- -The following is the markup for this table: - -```html - - - - - - - - - - - - - - - - - - - - - - - -
Header TypeMarkdownUse
<h1>#Title of page
<h2>## - - **Second level headers** - -
<h3>### - - **Third level headers** - -
- -``` - ## Images Store images in the `content/images/guide` directory in a folder with the **same name** as the guide page.