You probably think that I have done this project and I can answer that yes i have done it nut i didn’t like my old one so i decide to do other one and to show myself what i have learned.I am really happy for this page and I want you to say your opinion.I am 14 years old and the fact that I can make a website from the begginning is so good I believe.Thank you.
This is the website.Please I really want your opinion.
Hello @Klaudia,
HTML
- error
Element “h2” not allowed as child of element “ul” in this context. (Suppressing further errors from this subtree.)
From line 13 to line 13:
<h2 id="headline">Here's a time line of Jason Deruro's life:</h2>
MDN documentation:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul
Permitted content
zero or more<li>
elements, eventually mixed with<ol>
and<ul>
elements.
- error
Saw “``”. Probable causes: Unescaped “`” (escape as “<”) or mistyped start tag.
( the problem are the<>
at the start)
From line 22 to line 22:
<><strong>September 2009</strong>-His single's music video was released</strong>
- error
Text not allowed in element “ul” in this context.
From line 22 to line 22:
<><strong>September 2009</strong>-His single's music video was released</strong>
MDN documentation:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul
Permitted content
zero or more<li>
elements, eventually mixed with<ol>
and<ul>
elements.
- error
Element “strong” not allowed as child of element “ul” in this context. (Suppressing further errors from this subtree.)
From line 22 to line 22:
<><strong>September 2009</strong>-His single's music video was released</strong>
MDN documentation:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul
Permitted content
zero or more<li>
elements, eventually mixed with<ol>
and<ul>
elements.
- error
Text not allowed in element “ul” in this context.
From line 22 to line 22:
<><strong>September 2009</strong>-His single's music video was released</strong>
MDN documentation:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul
Permitted content
zero or more<li>
elements, eventually mixed with<ol>
and<ul>
elements.
- error
Stray end tag “strong”.
From line 22 to line 22:
<><strong>September 2009</strong>-His single's music video was released</strong>
- error
Element “h2” not allowed as child of element “ul” in this context. (Suppressing further errors from this subtree.)
From line 70 to line 70:
<h2>His new music is out and you can listen is</h2>
MDN documentation:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul
Permitted content
zero or more<li>
elements, eventually mixed with<ol>
and<ul>
elements.
- error
Element “iframe” not allowed as child of element “ul” in this context. (Suppressing further errors from this subtree.)
From line 71 to line 71:
<iframe width="1519" height="581" src="https://www.youtube.com/embed/kUjKxtJd21E" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
MDN documentation:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul
Permitted content
zero or more<li>
elements, eventually mixed with<ol>
and<ul>
elements.
- error
Element “h3” not allowed as child of element “ul” in this context. (Suppressing further errors from this subtree.)
From line 74 to line 74:
<h3>In his last 2Sides World Tour he was with <a href="http://marcusandmartinus.com/#!/up">Marcus and Martinus</a>.</h3>
MDN documentation:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul
Permitted content
zero or more<li>
elements, eventually mixed with<ol>
and<ul>
elements.
- error
Element “img” not allowed as child of element “ul” in this context. (Suppressing further errors from this subtree.)
From line 75 to line 75:
<img src="https://pbs.twimg.com/media/DjlMKh_W0AAXDnr.jpg"/>
MDN documentation:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul
Permitted content
zero or more<li>
elements, eventually mixed with<ol>
and<ul>
elements.
cheers and happy codding
Note:
Tools used:
w3c markdown checker web service