TGTejas Gojariyaintejas82.hashnode.dev·Jun 23, 2023 · 5 min readBasic of htmlwhat is HTML? HTML (Hypertext Markup Language) is the standard markup language used for creating web pages and web applications. It provides a set of predefined tags and attributes that structure and define the content of a webpage. Structure: HTM...00
TGTejas Gojariyaintejas82.hashnode.dev·Jun 23, 2023 · 2 min readBasic of Javascriptwhat is js JavaScript is a text-based programming language you can use from server side and client-side. syntax of js <script ...> JavaScript code </script> Data type in Javascript Number - integer, float. String - Any data under single quote, ...00
TGTejas Gojariyaintejas82.hashnode.dev·Dec 30, 2022 · 1 min readBasics of CSSWhat is CSS? CSS stands for Cascading Style Sheets CSS describes how HTML elements are to be displayed on the screen, on paper, or in other media. CSS saves a lot of work. It can control the layout of multiple web pages all at once External style...00