Syntax Highlightning for Textarea (HTML)
Using textarea (HTML) as code editor with syntax highlighting support.
Using textarea (HTML) as code editor with syntax highlighting support.
Using CKEditor 5 + Highlight.js in ASP.NET. CKEditor is a HTML editor. Highlight.js is a syntax highlighting tool.
The Fetch API is a modern interface that allows making HTTP requests to servers from web browsers. It has been largely replacing AJAX.
Tips more on CSS
Introducing a few basic HTML tutorial video
Having a freeze pane effect on HTML Table. Freeze/Fixed/Frozen the Columns and Rows in HTML Table by using CSS. This work was inspired by an article written by Manish Malviya, and I would like to thank for his sharing of freezing the table rows columns at https://blogs.perficient.com/2021/01/18/freezing-row-and-column-in-html-table-using-css/ Video Walkthrough Guide Examples Example 1: As shown…
HTML CSS table cell styling for manipulating the data format in Excel. Very useful for publishing an Excel document for download. Attribute Description mso-number-format:”0″ NO Decimals mso-number-format:”0.000″ 3 Decimals mso-number-format:”#,##0.000″ Comma with 3 dec mso-number-format:”mm/dd/yy” Date7 mso-number-format:”mmmm\ d,\ yyyy” Date9 mso-number-format:”m/d/yy\ h:mm\ AM/PM” D -T AMPM mso-number-format:”Short Date” 01/03/1998 mso-number-format:”Medium Date” 01-mar-98 mso-number-format:”d-mmm-yyyy” 01-mar-1998 mso-number-format:”Short…
Prevent [Enter] keypress for accidentally submitting the form.