HTML

HTML, CSS simple Form #Part 11

HTML, CSS simple Form #Part 11   Today this article we make simple Login form with uses of HTML and CSS. HTML Code <div> <form> <h5>LOGIN</h5> Email *<input type=…

HTML Table #Part 9

HTML Table #Part 9            HTML tables allow web developers to arrange data into rows and columns. Table Tag        Table Tag is tag that contains all all table tags. <Table></T…

HTML Form #Part 8

HTML Form #Part 8 Form Tag     Form Tag is a Tag that we can make defferent login, Registration forms. Attributes :         action Attribute is used to specify where the formdata is to be s…

HTML Ordered List #Part 5

HTML Ordered List #Part 5           An ordered list starts with the <ol> tag. Each list item starts with the <li> tag. Types of Ordered List Numbered <ol> <li>List i…

HTML List #Part 3

HTML List #Part 3 HTML lists allow web developers to group a set of related items in lists. An unordered HTML list: •Banana •Apple •Orange An ordered HTML list: 1 banana 2 Apple 3 Orange …

HTML All Input Type Attribute #Part 7

HTML All Input Type Attribute #Part 7            In this post we know all input type attributes. For Text <Input type="text"> For password <Input type="password&qu…

HTML Introduction #Part 1

HTML Introduction what is HTML ?                  HTML is stand Hyper Text Markup language. HTML is a used for creating a webpages for any websites. Structure of HTML Page …

That is All