Chapter 27: Selection Menu Controls

3 years ago

Select Menu The <select> element generates a drop-down menu from which the user can choose an option. <select name=""> <option…

Chapter 26: Progress Element

3 years ago

ParameterValuemaxHow much work the task requires in totalvalueHow much of the work has been accomplished alreadypositionThis attribute returns the current…

Chapter 25: Media Elements

3 years ago

AttributeDetailswidthSets the element's width in pixels.heightSets the element's height in pixels.<source>Defines resources of the audio or video filestrackDefines the text…

Chapter 24: Void Elements

3 years ago

Not all HTML tags are of the same structure. While most elements require an opening tag, a closing tag, andcontents,…

Chapter 23: Output Element

3 years ago

AttributeDescriptionGlobalAttributes that are available to any HTML5 element. For comprehensive documentation of theseattributes see: MDN Global attributesnameA string representing the…

Chapter 22: Label Element

3 years ago

AttributesDescriptionforReference to the target ID Element. I.e: for="surname"formHTML5, [Obsolete] Reference to the form containing the Target Element. Label elements are…

Chapter 21: Navigation Bars

3 years ago

Basic Navigation Bar Navigation bars are essentially a list of links, so the ul and li elements are used to…

Chapter 20: Sectioning Elements

3 years ago

Nav Element The <nav> element is primarily intended to be used for sections that contain main navigation blocks for the…

Chapter 19: Div Element

3 years ago

The div element in HTML is a container element that encapsulates other elements and can be used to group andseparate…

Chapter 18: Forms

3 years ago

AttributeDescriptionaccept-charsetSpecifies the character encodings that are to be used for the form submission.actionSpecifies where to send the form-data when a…