HTML: Fieldset tag
This creates a box around the related form controls. Attribute Value Description disabled disabled Specifies that a group of related […]
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
This creates a box around the related form controls. Attribute Value Description disabled disabled Specifies that a group of related […]
It defines a set of text that is associated with a particular element. <label>…..</label> Attribute Value Description for element_id Specifies […]
A text area is a multiline text field. A user can write an unlimited number of characters in the text […]
HTML forms are used to collect some data from the site visitor. The HTML <form>…..</form> tag is used to create […]
<param> tag is used to pass parameters to plugins that have been embedded with the <object> tag. Name = autoplay, […]
The <object>…..</object> tag is used to embedded object within HTML document. Ex: – audio, video, Java applets, ActiveX, PDF, and […]
The <embed> tag is used to embed an audio file or video file on the web page. The <embed> tag […]
The <source> tag is used to embed two or more audio or video files of different media types. The browser […]
The <video>…. </video> tag is used to play video files. Supports: MP4, Ogg, WebM, etc. Attribute Value Description autoplay autoplay […]
Simple Text Comment Code inside comment Conditional Comment