Where to use JavaScript?
Where to use JavaScrip? But, before that we need to understand the JavaScript tag.We insert HTML code between <html> and </html> tag, same way we use <script> and </script> tag …
Where to use JavaScrip? But, before that we need to understand the JavaScript tag.We insert HTML code between <html> and </html> tag, same way we use <script> and </script> tag …
JavaScript is a lightweight, cross-platform, and interpreted scripting language. It is well-known for the development of web pages, many non-browser environments also use it. JavaScript can be used for Client-side developments …
HTML headings are the title and sub title for webpage. There are total six types of heading elements in HTML. (h1, h2, h3, h4, h5 and h6) h1 is the …
We learn about HTML elements and most of the elements have attributes, which provides extra information about elements.All attributes are mention in two parts − a name and a value …
For creating or modifying HTML page, you need a text editor. If you have windows based system then you can simply use Notepad or Notepad ++ and Mac users can …
HTML – Hyper Text Markup LanguageStandard markup language for creating Web pages and it describes the structure of a Web page.In HTML, elements are very important and these elements are …