tyrrellv / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Valid HTML elements #3

Open aubreywullschleger opened 7 years ago

aubreywullschleger commented 7 years ago

Subtlety for errors! I would choose a new element to replace the end tags. Here's a list of valid HTML elements: https://developer.mozilla.org/en-US/docs/Web/HTML/Element I would pick either <em> or <strong>.

https://github.com/tyrrellv/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/index.html#L15 https://github.com/tyrrellv/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/index.html#L22 https://github.com/tyrrellv/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/index.html#L30

tyrrellv commented 7 years ago

Hmmm, so I was trying something new here that I had found on the internet and thought it clever. Creating an html tag by using CSS to enable just the end of the paragraph to be bold., I take it you didn't find it clever or interesting. :-) I thought we were to try some different things and experiment per the instructions. Did this not render on your browser? It work on the two I tried it on.