[ad_1]
[ad_2]
I have a hover block created just in the Custom HTML block. Is it really just getting the block structure correct, and getting my code in the right place?
Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
If you’re using a custom HTML block, you can post any HTML you like there. You don’t have to have it in the block structure.
A block is not just the HTML output of the block, but also the JavaScript that allows you to input it and create the HTML output in the browser.
Basically, blocks are input forms, the HTML is the output results.