Suman Sahoosumansahoo.hashnode.dev·Jun 8, 2023Simplifying Web Development with HTML Templates and EJSIntroduction: Web development often involves creating reusable components and incorporating dynamic data into HTML pages. One powerful way to achieve this is by using HTML templates with the EJS templating language. In this blog post, we will explore...DiscussHTML5
Genitmycode.hashnode.dev·Oct 4, 2022Explanation of HTML5 Boilerplate.What is Boilerplate. Boilerplate code, are sections of code that are repeated in many places with little or no alteration.HTML5 boilerplate <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content...Discuss·2 likes·179 readshtml5 boilerplate