SVG stands for Scalable Vector Graphics. SVG is used to define graphics for the Web The HTML <svg> element is…
Base Document Language It’s a good practice to declare the primary language of the document in the html element: <html…
AttributeDetailsnameSets the element's name, to be used with an a tag to change the iframe's src.widthSets the element's width in…
ParametersDetailssrcAddress of the resourcetypeType of embedded resourcewidthHorizontal dimensionheightVertical dimension Read More
Select Menu The <select> element generates a drop-down menu from which the user can choose an option. <select name=""> <option…
ParameterValuemaxHow much work the task requires in totalvalueHow much of the work has been accomplished alreadypositionThis attribute returns the current…
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…
Not all HTML tags are of the same structure. While most elements require an opening tag, a closing tag, andcontents,…
AttributeDescriptionGlobalAttributes that are available to any HTML5 element. For comprehensive documentation of theseattributes see: MDN Global attributesnameA string representing the…
AttributesDescriptionforReference to the target ID Element. I.e: for="surname"formHTML5, [Obsolete] Reference to the form containing the Target Element. Label elements are…