Skip to content

pushdev-code/html-tutorial

Repository files navigation

Welcome to the HTML tutorial by Push Dev

What is HTML and why it's important to write semantic HTML, how to use tags, following conventions and apply best practices? Bear with us and we'll teach you how to code the best HTML pages.

Topics:

<iframe id="exercise" width="1024" height="768"></iframe> <script> function getUrlVars() { let vars = {}; let parts = window.location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi, function(m,key,value) { vars[key] = value; }); return vars; } const exerciseUrl = getUrlVars()['e']; exercise.src = exerciseUrl || 'exercise1.html'; </script>

About

HTML Concepts for beginners

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages