Home >Web Front-end >HTML Tutorial >marginwidth property usage
##The marginwidth attribute of the HTML04a0d55efbbfd646a993fbc01f262c57 tag. The marginwidth attribute specifies the left and right margins of the iframe, in pixels. Note: The d5ba1642137c3f32f4f4493ae923989cmarginwidth attribute is not supported in HTML5, please use CSS instead. marginwidth attribute syntaxThe usage of the marginwidth attribute is to specify the left and right margins of the iframe, in pixels.
<iframemarginwidth="value">Attribute valueThe following table lists the attribute values of the marginwidth attribute in HTML: Value: pixelsDescription: Specifies the left and right margins of the iframe, in pixels.
Example
iframe with 50 pixel left and right margins:<iframesrc="/index.html"marginwidth="50px"><p>Yourbrowserdoesnotsupportiframes.</p></iframe>
The above is the detailed content of marginwidth property usage. For more information, please follow other related articles on the PHP Chinese website!