I need to add the h1 tag for selected text using tinyMCE. i use the following code
tinymce.init({
            selector:"td",
            inline: true,
            menubar:false,
            statusbar: false,
            branding: false,
            browser_spellcheck: true,
            toolbar: 'undo redo bold  italic | formatselect fontselect fontsizeselect | forecolor backcolor | alignleft aligncenter alignright | superscript subscript | bullist numlist | link | code',
            plugins: ['code','textcolor','link']
        });
 
    