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