This blog will serve as notes, I note (copy, paste, sometimes write) whatever I come to know regarding HTML language, I can always check what I have learnt online and it will serve as my memory
Today is 29th January 2021 and it is my fourth day to learn HTML 🙋 Day 6 - Time 8.00 pm - 9.15 pm Day 1 Day 2 <form> Defines an HTML form for user input <input> Defines an input control <textarea> Defines a multiline input control (text area) <label> Defines a label for an <input> element <fieldset> Groups related elements in a form <legend> Defines a caption for a <fieldset> element <select> Defines a drop-down list <optgroup> Defines a group of related options in a drop-down list <option> Defines an option in a drop-down list <button> Defines a clickable button <datalist> Specifies a list of pre-defined options for input controls <output> Defines the result of a calculation An HTML form is used to collect user input. The user input is most often sent to a server for processing. It is a section of a document containing normal...
This container has a top padding of 16 px This container has a border This container has background color dark and text as white This container has background color blue and text white Learing about responsive containers like sm, md, lg, xl and check them This is in small screen size This is in medium size This is in large size This is in extra large size
Comments
Post a Comment