Blog Posts

HTML Attributes

HTML attributes are special words used inside the opening tag to control the elements behaviour. HTML attributes are a modifier of a HTML element type.

HTML elements

An HTML element is defined by a start tag, some content, and an end tag. HTML Elements. The HTML element is everything from the start tag to the end tag.

while loops in PHP

while loop भी for loop की तरह काम करता है परन्तु इसको लिखने का तरीका (Syntax) अलग है। for loop में for के आगे ब्रेकिट्स में ही Variable Name, Condition और Increments / Decrements लिखा जाता है।