From d180f7f36958f4de135d8d2fa926ce9029f9949b Mon Sep 17 00:00:00 2001 From: Jeffrey Camphens Date: Sun, 6 Oct 2019 21:43:46 +0200 Subject: [PATCH] Update README.md --- Topics/03. HTML-Tables/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Topics/03. HTML-Tables/README.md b/Topics/03. HTML-Tables/README.md index 86c69f5..cae5f76 100644 --- a/Topics/03. HTML-Tables/README.md +++ b/Topics/03. HTML-Tables/README.md @@ -46,6 +46,7 @@ - Each row has one or more columns - Tables are comprised of several core tags: - `
`: begin/end table definition + - ``: create a table heading - ``: create a table row - ``: create tabular data (cell) - Tables should not be used for layout @@ -57,6 +58,10 @@ ```html + +
Image> + Presentation +
Lecture 1