SCsunitha chinnainhtmlclass.hashnode.dev·Apr 3, 2024 · 2 min readTribute CriationThe father-daughter relationship is one of the most precious and unique connections that exist. It is a bond characterized by love, trust, and companionship, built on the foundation of mutual understanding and support. Throughout history and acros...00
SCsunitha chinnainhtmlclass.hashnode.dev·Mar 27, 2024 · 1 min readforms in htmlforms in html An HTML form is used to collect user input. The user input is most often sent to a server for processing. The <form> Element The HTML <form> element is used to create an HTML form for user input: <form>.form elements.X<html lang="en"> <...00
SCsunitha chinnainhtmlclass.hashnode.dev·Mar 26, 2024 · 1 min readHtml Listshtml three types of lists is there are 1.ORDER LIST order list or used to create list of item that in an ordered list is represented by a number or another marker ex <ol> <li>first item</li> <li>second item</li> <li>therd item</li> 2.UNORDERLIST unor...00
SCsunitha chinnainhtmlclass.hashnode.dev·Mar 20, 2024 · 1 min readThird class Formatting tagsHTML FORMATTING TAGS formatting tags are used to format the text like bold , italic underline, <b> this is used to bold the text </b> <strong > this is used to bold the text </strong> <i>this is used to italic the text</i> <em>(emphasize) this is use...00
SCsunitha chinnainhtmlclass.hashnode.dev·Mar 19, 2024 · 1 min readhtml introductionhtml first class what is HTML? HTML stands for Hyper Text Markup Language HTML is the standard markup language for creating Web pages HTML describes the structure of a Web page HTML consists of a series of elements HTML elements tell the browser...00