HTML INTRODUCTION

HTML stands for hyper text markup language .which is use to create Front-end for the softwares,web pages etc Advantages(pro’s) 1.html is the most used language. 2.html is easy to learn and easy to use. 3.very useful for beginners. 4.html has many tags and attribute which can short your line of code 5.html elements tell the […]

HTML ELEMENT

Html file is a group of elements ,elements are responsible for the html file. Element consist of start tag and end tag Example:- <h1>Hello word</h1> Here <h1>: start tag Hell word : content </h1> :end tag Void element(empty elements): In html all elements are not required start tag and end tag (like <br> this tag […]