Meta tags in HTML documents provide useful information about the document including a description, keywords,author, dates of modifications and around…
AttributeDescriptionheightSpecifies the canvas heightwidthSpecifies the canvas width Read More
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,…