HTML - CodexWorld https://www.codexworld.com/tag/html/ Web & Mobile App Development Company Wed, 10 Jul 2024 06:00:16 +0000 en-US hourly 1 https://www.codexworld.com/wp-content/uploads/2020/04/favicon.ico HTML - CodexWorld https://www.codexworld.com/tag/html/ 32 32 91409221 Embed OpenStreetMap with Marker in HTML using JavaScript https://www.codexworld.com/embed-open-street-map-with-marker-in-html-using-javascript/ https://www.codexworld.com/embed-open-street-map-with-marker-in-html-using-javascript/#respond Thu, 30 Nov 2023 06:11:44 +0000 https://www.codexworld.com/?p=5538 If you are looking for an alternative to Google Maps, OpenStreetMap is the best option to embed maps on the website. OpenStreetMap is a free and open-source platform that provides geographic data service without any

The post Embed OpenStreetMap with Marker in HTML using JavaScript appeared first on CodexWorld.

]]>
https://www.codexworld.com/embed-open-street-map-with-marker-in-html-using-javascript/feed/ 0 5538
Embed Microsoft Word and Excel Documents in HTML Web Page https://www.codexworld.com/embed-microsoft-word-excel-documents-in-html-web-page/ https://www.codexworld.com/embed-microsoft-word-excel-documents-in-html-web-page/#respond Mon, 28 Mar 2022 14:35:51 +0000 https://www.codexworld.com/?p=4901 In most cases, a hyperlink is used to link word or excel documents on the web page that allow users to download these files on the local drive. Word or Excel documents can’t be displayed

The post Embed Microsoft Word and Excel Documents in HTML Web Page appeared first on CodexWorld.

]]>
https://www.codexworld.com/embed-microsoft-word-excel-documents-in-html-web-page/feed/ 0 4901
Convert HTML to PDF in Laravel with Dompdf https://www.codexworld.com/convert-html-to-pdf-in-laravel-with-dompdf/ https://www.codexworld.com/convert-html-to-pdf-in-laravel-with-dompdf/#respond Fri, 06 Aug 2021 16:15:04 +0000 https://www.codexworld.com/?p=4690 PDF is a commonly used format to store data in a file for offline uses. If you want to allow the user to download HTML content in a PDF file, HTML to PDF conversion functionality

The post Convert HTML to PDF in Laravel with Dompdf appeared first on CodexWorld.

]]>
https://www.codexworld.com/convert-html-to-pdf-in-laravel-with-dompdf/feed/ 0 4690
Convert HTML to MS Word Document using PHP https://www.codexworld.com/convert-html-to-ms-word-document-export-php/ https://www.codexworld.com/convert-html-to-ms-word-document-export-php/#comments Tue, 10 Sep 2019 19:59:28 +0000 https://www.codexworld.com/?p=4151 The conversion of HTML into MS Word Document mainly used in the web application to generate a .doc/.docx file with dynamic HTML content. Microsoft word document is the most popular file format to export dynamic

The post Convert HTML to MS Word Document using PHP appeared first on CodexWorld.

]]>
https://www.codexworld.com/convert-html-to-ms-word-document-export-php/feed/ 12 4151
Convert HTML to PDF using JavaScript https://www.codexworld.com/convert-html-to-pdf-using-javascript-jspdf/ https://www.codexworld.com/convert-html-to-pdf-using-javascript-jspdf/#comments Tue, 04 Jun 2019 21:08:03 +0000 https://www.codexworld.com/?p=4021 PDF file format is very useful to download bulk data in the web application. It helps the user to download dynamic content in file format for offline use. With export to PDF functionality, the HTML

The post Convert HTML to PDF using JavaScript appeared first on CodexWorld.

]]>
https://www.codexworld.com/convert-html-to-pdf-using-javascript-jspdf/feed/ 11 4021
Create PDF with Watermark in PHP using Dompdf https://www.codexworld.com/create-pdf-with-watermark-in-php-using-dompdf/ https://www.codexworld.com/create-pdf-with-watermark-in-php-using-dompdf/#comments Thu, 23 May 2019 18:30:18 +0000 https://www.codexworld.com/?p=4003 Dynamic PDF generation is useful when you want to allow the user to download the text or HTML content in a file on the web application. In this case, the HTML content needs to be

The post Create PDF with Watermark in PHP using Dompdf appeared first on CodexWorld.

]]>
https://www.codexworld.com/create-pdf-with-watermark-in-php-using-dompdf/feed/ 2 4003
Insert Image with Caption in CKEditor https://www.codexworld.com/ckeditor-insert-image-with-caption/ https://www.codexworld.com/ckeditor-insert-image-with-caption/#comments Mon, 11 Feb 2019 13:50:48 +0000 https://www.codexworld.com/?p=3837 CKEditor provides various plugins to enhance the functionality of the WYSIWYG HTML editor. The Image plugin is one of the most useful to insert images into the editor content. By default, the Image plugin is

The post Insert Image with Caption in CKEditor appeared first on CodexWorld.

]]>
https://www.codexworld.com/ckeditor-insert-image-with-caption/feed/ 1 3837
How to Embed PDF Document in HTML Web Page https://www.codexworld.com/embed-pdf-document-file-in-html-web-page/ https://www.codexworld.com/embed-pdf-document-file-in-html-web-page/#comments Thu, 09 Nov 2017 19:34:02 +0000 https://www.codexworld.com/?p=2922 Generally, a hyperlink is used to link a PDF document to display in the browser. An HTML anchor link is the easiest way to display a PDF file. But if you want to display a

The post How to Embed PDF Document in HTML Web Page appeared first on CodexWorld.

]]>
https://www.codexworld.com/embed-pdf-document-file-in-html-web-page/feed/ 6 2922
How to Export TinyMCE Content to MS Word Document https://www.codexworld.com/tinymce-html-export-to-word-doc/ https://www.codexworld.com/tinymce-html-export-to-word-doc/#comments Mon, 31 Jul 2017 19:49:12 +0000 https://www.codexworld.com/?p=2671 TinyMCE is the most advanced WYSIWYG HTML editor used in the web application for adding HTML editor to textarea. TinyMCE provides a simple way to convert Textarea to an HTML editor on the web page.

The post How to Export TinyMCE Content to MS Word Document appeared first on CodexWorld.

]]>
https://www.codexworld.com/tinymce-html-export-to-word-doc/feed/ 3 2671
Bootstrap Responsive Table for Data Listing https://www.codexworld.com/bootstrap-responsive-table-data-listing/ https://www.codexworld.com/bootstrap-responsive-table-data-listing/#respond Wed, 21 Jun 2017 16:07:00 +0000 https://www.codexworld.com/?p=2540 The HTML table is the most used element in the web application. Basically, the HTML table is used to present the data in row and column format on the web page. It is most preferable

The post Bootstrap Responsive Table for Data Listing appeared first on CodexWorld.

]]>
https://www.codexworld.com/bootstrap-responsive-table-data-listing/feed/ 0 2540