This document provides exercises to learn some basics of web programming. Mostly these exercises deal with JavaScript programming. To do these exerci…
Read moreHtml p tag is used to define paragraph in webpage <p>This is first paragraph.</p> <p>This is second paragraph.</p> …
Read moreHeadings in HTML helps the search engine to understand the structure of web page <h1>Heading no. 1</h1> <h2>Heading no. 2&l…
Read moreHTML Formatting 1. Bold Text : <p> <b>Write Your First Paragraph in bold text.</b></p> Test it Now <p><stro…
Read moreHTML Elements : <p> Hello world!!! </p> Example : <!DOCTYPE html> <html> <head> <title>W…
Read moreHTML attributes are special words which give extra data concerning components the weather or attributes are the modifier of the HTML element. Each …
Read moreBuilding blocks of HTML Tags: It is written between < and > brackets. Attribute: it is applied within the start tag. An HTML attribute cont…
Read moreHTML code with Notepad. (Recommended for Beginners) Step 1: Open Notepad (Windows) Step 2: Write code in HTML Step 3: Save the HTML file with .htm …
Read moreWHAT IS HTML? HTML stands for Hyper Text terminology HTML is that the commonplace terminology for making websites HTML describes the structure of an…
Read more1. Introduction - You are here. 2. HTML - An introduction to the computer language which forms the heart of web pages. Although it's not abso…
Read moreCopyright (c) 2022 SUNAGAR All Right Reseved