Category: HTML
January 23, 2025
Engineering, git, github, HTML, HTML5, markdown, Software Engineering, web programming, webhosting, website
Creating a GitHub Pages site is a simple process that allows you to host a personal, project, or organisation site for free. Follow this guide to get started. Step …
To develop an application, you need not be an expert in HTML or CSS, as long as you know the basics. So, what’s the significance of HTML and CSS …
HTML entity parser is the parser that takes HTML code as input and replace all the entities of the special characters by the characters itself. The special characters and …
Given a set of keywords words and a string S, make all appearances of all keywords in S bold. Any letters between and tags become bold. The returned string …
As I don’t want to place the search code at every single page of this blog, I decide to put all search features within a customize page. Search via …