HTML ATTRIBUTES

HTML ATTRIBUTES

09:39:00  /  Mughees Ashraf  /  2 Comments

What is Attribute? Attributes are Special Words. Attributes provide Information. Attributes are mainly used in the opening tag. All HTML Elements have some attributes. So Html Attributes can may defined as : Those Special Words which are used inside a tag which gives Information about a HTML Element. For Example : < img src="URL to Img" width="200" height="400"...

Introduction to HTML5

Introduction to HTML5

08:11:00  /  Mughees Ashraf  /  0 Comments

What is HTML? HTML: Hyper Text Markup Language. HTML is basically a programming language which is used for structuring the content in web. It is used for creating Webpages and Web applications with other Programming Languages like Javascript ,PHP etc. HTML is an essential part of a Webpage as it is the building block of a web. HTML...