PPPrabhat Patidarinprabhat-patidar.hashnode.dev·Jan 19, 2023 · 1 min readWhat are HTML entities?There are some reserved keywords in HTML and they have special meaning to it when used in HTML documents. For example, we cannot use the greater than (<) and less than (>) signs or angle brackets within your HTML text because the browser will treat ...00
PPPrabhat Patidarinprabhat-patidar.hashnode.dev·Jan 19, 2023 · 1 min readWhat are elements, tags and attributes and the difference between them.Elements are the building blocks of HTML language. Each element in HTML is an individual component on a particular webpage or document. They are in every part of the page, including the header, footer, body, and text. There are two categories of elem...00
PPPrabhat Patidarinprabhat-patidar.hashnode.dev·Jan 19, 2023 · 1 min readWhat is the use of comments and how to write comments in HTML.Comments can be used in the code to give an explanation about the code, and it is not visible to the user. Comments are used to explain something about the code to the Programmer / Developer. Comments in any code make code easy to understand and incr...00
PPPrabhat Patidarinprabhat-patidar.hashnode.dev·Jan 19, 2023 · 1 min readWhy do we start learning a programming language with “Hello World!”It is not compulsory to start a programming language with “Hello World!”. Hello World is a Very basic Statement. In any programming language, to execute any Statement like this has very little logic. It is very simple and basic to execute that statem...01S
PPPrabhat Patidarinprabhat-patidar.hashnode.dev·Jan 19, 2023 · 1 min readHistory of Javascript and EcmascriptjavaScript is most widely used nowadays and the most preferable language for development as front-end as well back-end with its many frameworks. ECMAScript is a subset of JavaScript. JavaScript is basically ECMA Script at its core but builds upon it....00