Home HTML Data Types DOM JavaScript JS Debugging

wireframe for html ccc

%%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

Where I learned to do This
One of the most helpful coding websites

The result should be shown above

%%html

<script src="https://utteranc.es/client.js"
        repo="ninaadkiran/Ninaad-Repository2"
        issue-term="pathname"
        theme="github-dark-orange"
        crossorigin="anonymous"
        async>
</script>