@Temisola1 what do you mean inherit the master?
you don’t need to create any new tags…
(the forum doesn’t like < , so I will skip it for this discussion)
head
fddfd
/head
body
div
p>some text
table
tr
td
td
td
/tr
/div
the part that starts with div, thru end div, you can insert into the wrapper div innerHtml
head and body are controlled by MM
there are default classes in ~/MagicMirror/css/main.css
you can add more by adding them to ~/MagicMirror/css/custom.css
you can also have a css file local to the module folder, and include it with the getStyles() method response
(and those can be overridden in the custom.css)
Give it a try, you’ll get it pretty quick