JS Basics
An introduction to basic HTML, and resources to learn more.
Home | HTML | Data Types | DOM | JavaScript | JS Debugging |
%%html
<div>
<p><b>This is a paragraph</b></p>
<button>This is a button</button>
</div>
<div>
<a href="https://nighthawkcoders.github.io/teacher/basics/html"><i>Where I learned to do This</i></a>
<br>
<a href="https://www.w3schools.com/"><i>One of the most helpful coding websites</i></a>
<p>The result should be shown above</p>
</div>
This is a paragraph
%%html
<script src="https://utteranc.es/client.js"
repo="ninaadkiran/Ninaad-Repository2"
issue-term="pathname"
theme="github-dark-orange"
crossorigin="anonymous"
async>
</script>