+ 2
why do in output line 10 it is showing × mark declaring unexpected start tag
3 Réponses
+ 1
L1c Bot
style tag should be inside head/body section
+ 1
The issue is that you placed the style outside of the html. Usually it goes into the head tag.
0
The <style> element must be included inside the <head> of the document.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/style