RCRishabh Chaturvediinrish7897.hashnode.dev·Jan 24, 2023 · 1 min readWhat are HTML Entities?Some characters are used to write the syntax in HTML. Such as greater than sign( > ), less than sign( < ), forward slash ( / ) etc. are used in the syntax of the tabs. These characters are called reserved characters. When these reserved characters ar...00
RCRishabh Chaturvediinrish7897.hashnode.dev·Jan 24, 2023 · 2 min readElements, Tags and AttributesTags - tags are used in HTML code so that browsers can distinguish between text, headings, audio and videos. If we don’t write text using the tags, the browsers can not understand whether the text is a paragraph, heading or anything. Tags are of two ...00
RCRishabh Chaturvediinrish7897.hashnode.dev·Jan 24, 2023 · 1 min readEverything about comments in HTMLWhen anyone starts working in any company, he or she has to understand the code written by the previous developers of the company. Understanding the code by reading the code itself is a very time-consuming process. Comments can help the developer in ...01J
RCRishabh Chaturvediinrish7897.hashnode.dev·Jan 24, 2023 · 1 min readWhy we always start with "Hello World!"?when anyone starts learning any programming language, he doesn't know anything about the syntax of that programming language. so to give a basic understanding of the syntax of the programming language, we start with the "Hello World!" program. The "H...00
RCRishabh Chaturvediinrish7897.hashnode.dev·Jan 21, 2023 · 2 min readJavaScript and History of JavaScriptJavaScript is a programming language. we can perform logical operations using JavaScript. JavaScript has the same role in the websites as the soul in the human body. websites created using HTML and CSS were undoubtedly beautiful but there was a lack ...00