DOCTYPE Declaration HTML5
<!DOCTYPE html> HTML 5 Tags Header – It specifies a header for a document or section. Nav – It defines […]
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.
<!DOCTYPE html> HTML 5 Tags Header – It specifies a header for a document or section. Nav – It defines […]
The HTML class attribute makes it possible to define equal styles for elements with the same class name. The class […]
The style attribute is used to set the style of an HTML element. In HTML5, the style attribute can be […]
The <style> tag is used to declare style sheets within the head of HTML document. Inside the <style> element you […]
The <link> tag defines a link between a document and an external resource. The <link> element is an empty element, […]
The …. tag helps to group related choices when we have a long list of options to select from the […]
We can customize the appearance of button using the <button> tag. Attribute Value Description autofocus autofocus Specifies that a button […]
The <option>…</option> tags inside the <select>….</select> element define an option in the drop-down list. Attribute Value Description disabled disabled Specifies […]
The <select>….</select> tag creates a drop-down list to accept user input from a list of items. Attribute Value Description autofocus […]
This tag defines a caption for the fieldset element.