Using CKEditor 5 + Highlight.js in ASP.NET. CKEditor is a HTML editor. Highlight.js is a syntax highlighting tool.
View More Using CKEditor 5 (with Code Block) + Highlight.js (output) in ASP.NETCategory: HTML, CSS, JS
JavaScript Fetch API as Replacement for AJAX
The Fetch API is a modern interface that allows making HTTP requests to servers from web browsers. It has been largely replacing AJAX.
View More JavaScript Fetch API as Replacement for AJAXIntermediate CSS Tips & Tutorial
Tips more on CSS
View More Intermediate CSS Tips & TutorialBasic HTML Tutorial for Beginner
Introducing a few basic HTML tutorial video First thing first, here is a highly recommended specialized text editor for coding HTML: Visual Studio Code Download…
View More Basic HTML Tutorial for BeginnerHTML Table – Freeze Row and Column with CSS
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…
View More HTML Table – Freeze Row and Column with CSSHTML Table Cell Styling for Excel by using “mso-number-format”
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…
View More HTML Table Cell Styling for Excel by using “mso-number-format”Prevent Enter Keypress on HTML Input
Prevent [Enter] keypress for accidentally submitting the form.
View More Prevent Enter Keypress on HTML Input