Bbg-Spt / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Valid HTML elements #3

Open aubreywullschleger opened 6 years ago

aubreywullschleger commented 6 years ago

Important for errors! <tag> is not a valid HTML element. For a list of elements you can use, check the documentation: https://developer.mozilla.org/en-US/docs/Web/HTML/Element

Example: https://github.com/Bbg-Spt/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/index.html#L12

Bbg-Spt commented 6 years ago

I honesetly don't remembrer where I saw as an HTML element, but I think I did, and I guess since it served the purpose I intended it for, I thought it was ok. Can you suggest an alternative for this? I was trying to mark the sections of the text that needed to have a different color and weight so I could give them all the same id and use it in the css style page.

Bbg-Spt commented 6 years ago

ok never mind, I got the answer to this question in issue #4 :)

Bbg-Spt commented 6 years ago

Could I use ?