HTML with CSS

Chapter 31: SVG

SVG stands for Scalable Vector Graphics. SVG is used to define graphics for the Web The HTML <svg> element is…

3 years ago

Chapter 30: Content Languages

Base Document Language It’s a good practice to declare the primary language of the document in the html element: <html…

3 years ago

Chapter 29: IFrames

AttributeDetailsnameSets the element's name, to be used with an a tag to change the iframe's src.widthSets the element's width in…

3 years ago

Chapter 28: Embed

ParametersDetailssrcAddress of the resourcetypeType of embedded resourcewidthHorizontal dimensionheightVertical dimension Read More

3 years ago

Chapter 27: Selection Menu Controls

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

3 years ago

Chapter 26: Progress Element

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

3 years ago

Chapter 25: Media Elements

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…

3 years ago

Chapter 24: Void Elements

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

3 years ago

Chapter 23: Output Element

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

3 years ago

Chapter 22: Label Element

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

3 years ago