I am converting code from html5 to drupal 8. I have code in html that displays a simple table with set values. Here is the table:

Label - Number Key:

0 - exterior 14 - accumbens nucleus
1 - cingulum 15 - fimbria/fornix
2 - midbrain 16 - corpus callosum
3 - substantia nigra 17 - amygdala
4 - anterior commissure 18 - preoptic area
5 - hindbrain 19 - isocortex
6 - septum 20 - cerebellum
7 - diagonal domain 21 - olfactory structures
8 - hypothalamus 22 - bed nucleus of stria terminalis
9 - striatum 23- pituitary
10 - diencephalon 24 - ventricles
11 - internal capsule/cerebral peduncle/pyramids 25 - optic pathways
12 - hippocampal formation 26 - pineal gland
13 - pallidum  

How do I display the above table in Drupal 8? Or is this even considered a table in Drupal 8?

Many thanks,

Comments

wombatbuddy’s picture

You are free to insert you HTML code into the body field of a node or a block.