Build Your Own Hex to Decimal Convertor with HTML CSS and JS
A simple web development course and project with source code. Build a Hex to Decimal Convertor using pure HTML, CSS and JavaScript.
This is the source code of my YouTube video course. If you have accessed this page via a source other than YouTube, the complete educational video course is available for viewing via the link below: Hex to Decimal in JavaScript.
Useful information
Paste the HTML code inside "body element", CSS code inside "style element" or external css file, javascript code inside "script element" or external js file. If you use external files, then you need to link your files to your html file by using link tag for css and "script element" for javascript with the right "href" and "src" values. For this project there is also a demo or live version that you can see and test here.
If the "Copy" button does not work, then click on "Select All" button and use the shortcut keys [CTRL + C] on your keyboard to copy the code. This way you can paste the code into your Code Editor.