HTML Basic
Example Code:
- Heading – <h1>My First Heading</h1>
- Link – <a href=”” > Click Here </a>
- Image – <img src=”img.jpg”>
- Button – <button type=”button”>Click Me!</button>
- Input <input type=”text” id=”fname” name=”fname”>
- List – <ol><li>Coffee</li><li>Tea</li><li>Milk</li></ol>
- Select – <select name=”cars” id=”cars”><option value=”volvo”>Volvo</option></select>
For more HTML Code : https://www.youtube.com/playlist?list=PL1k_gTsSGTwVn5XK3nlLRRVLaGAAS1jAs
No responses yet