This is a step by step guide for adding HTML and Javascript to the page.
There are two ways for adding the HTML codes and Javascript codes to the page.
1. Using Massive Dynamic shortcode
1. Open the page which you want to add the codes in
edit content mode.
2. Open the shortcodes panel
3. Find the "HTML Code" shortcode.
4. Drag & Drop it to the page.
There you can write the HTML codes and the Javascript codes.
2. Using Visual Composer plugin
Add HTML
If you want to add the HTML code to the page (for example, a table), you can follow these steps:
1. Open the page which you want in edit mode from the WordPress dashboard.
2. Choose Backend Editor from the top of the page.
3. Choose Raw HTML from the elements.
4.Add HTML codes into the Raw HTML
The result:
Add Javascript
If you want to add Javascript code to the page (for example popup window), you can follow these steps:
1. Open the page which you want in edit mode from the WordPress dashboard.
2. Choose Backend Editor from the top of the page.
3. Choose Raw JS from the elements.
4. Add Javascript codes into the Raw JS.
The result: