Содержание
- HTML Iframes
- HTML Iframe Syntax
- Syntax
- Example
- Example
- Iframe — Target for a Link
- Example
- Chapter Summary
- HTML Exercises
- HTML iframe Tag
- COLOR PICKER
- Report Error
- Thank You For Helping Us!
- HTML DOM IFrame Object
- Access an IFrame Object
- Example
- Create an IFrame Object
- Example
- IFrame Object Properties
- Standard Properties and Events
- How to apply css to iframe in Html?
- Method 1: Inline Style Attribute
- Method 2: Stylesheet Linked to the Parent Page
- Method 3: Stylesheet Linked to the Iframe Page
- Method 4: CSS in the Parent Page Targeting the Iframe
- Method 5: CSS in the Iframe Page Targeting the Parent Page
HTML Iframes
An HTML iframe is used to display a web page within a web page.
HTML Iframe Syntax
The HTML tag specifies an inline frame.
An inline frame is used to embed another document within the current HTML document.