JSJayesh Sharmainjayeshsharma145.hashnode.dev·Jan 29, 2023 · 2 min readUnderstanding BOILER-PLATE CODE.<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> </bod...00
JSJayesh Sharmainjayeshsharma145.hashnode.dev·Jan 29, 2023 · 1 min readWhat is EMMET in HTML ?It helps the developer to reduce tasks by automatically performing repetitive tasks. like closing the tags, the whole basic syntax( boilerplate code ) of HTML, and many more benefits of it for the developer. Feature of EMMET : 1 ) Abbreviation exp...00
JSJayesh Sharmainjayeshsharma145.hashnode.dev·Jan 29, 2023 · 1 min readWhy HTML is important for Web Development?What is HTML ? HTML ( Hypertext markup language ) is a language used to create STRUCTURE / SKELETON CONTENT for the Webpage. MARKUP LANGUAGE:- means it is not a programming language i.e there are no decision-making capabilities present in it. Why H...00