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, 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=…
RGB Colors, color Hexacode #Part 10 Here is some hexa code of colours Color Name RRGGBB Example white …
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 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 Menu Tag, Options Tag, Strike Tag, Strong Tag, Teletype Tag, Under Line Tag #Part 6 Menu Tag <menu> <li type="disc">Apples<li/> <li type="circle&qu…
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 Center Tag, Font Tag, HR Tag, I Tag, Link Tag, Marquee Tag, #Part 4 Center Tag Center Tag is used for center any object in HTML. <center>This Text is Shown in Center<c…
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 Heading, Anchor Tag, Image Tag #Part 2 HTML Headings HTML headings are defined with the <h1> to <h6> tags. <h1> defines the most important heading. <h6> defin…
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 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 …