From 81a43ceb697112fe2d365caafb06c87bbbc576d6 Mon Sep 17 00:00:00 2001 From: delisma Date: Mon, 12 Jul 2021 14:38:00 -0400 Subject: [PATCH] Create tables.md --- working-on/typography/tables.md | 130 ++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 working-on/typography/tables.md diff --git a/working-on/typography/tables.md b/working-on/typography/tables.md new file mode 100644 index 000000000..2d6ee75ab --- /dev/null +++ b/working-on/typography/tables.md @@ -0,0 +1,130 @@ +--- +altLangPage: # +dateModified: 2021-06-29 +lang: en +layout: default +title: Tables, caption and forms +--- +## Tables + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 1
Total:All the data
Column 1Column 2Column 3
Data 1.1Data 1.2Data 1.3
Data 2.1Data 2.2Data 2.3
Data 3.1Data 3.2Data 3.3
+ +## Captions + +### Image +{::nomarkdown} +
+ Long description after the image +
The long description goes here
+
+{:/} + +### Code snippet +{::nomarkdown} +
+

Get browser details using navigator.

+
function NavigatorExample() {
+  var txt;
+  txt = "Browser CodeName: " + navigator.appCodeName + "; ";
+  txt+= "Browser Name: " + navigator.appName + "; ";
+  txt+= "Browser Version: " + navigator.appVersion  + "; ";
+  txt+= "Cookies Enabled: " + navigator.cookieEnabled  + "; ";
+  txt+= "Platform: " + navigator.platform  + "; ";
+  txt+= "User-agent header: " + navigator.userAgent  + "; ";
+  console.log("NavigatorExample", txt);
+}
+
+{:/} + +### Quotation +{::nomarkdown} +
+
Edsger Dijkstra:
+
If debugging is the process of removing software bugs, + then programming must be the process of putting them in.
+
+{:/} + +### Poem +{::nomarkdown} +
+

Bid me discourse, I will enchant thine ear, + Or like a fairy trip upon the green, +Or, like a nymph, with long dishevell'd hair, + Dance on the sands, and yet no footing seen: +Love is a spirit all compact of fire, + Not gross to sink, but light, and will aspire.

+
Venus and Adonis, + by William Shakespeare
+
+{:/} + +## Forms + +
+
+ + +
+
+ + +
+
+ +
+ + + + +
+
+
+ Choose your prefered option: +
+ +
+
+ +
+
+
+ +
+