How to use HTML

HTML

An inline frame is used to embed another document within the current HTML document.

How to use the HTML

Mark an inline frame:

<iframe src="//www.w3cschool.cn"></iframe>
Copy after login

HTML to cope with browsers that do not support

Tip: Use CSS to define styles for

Tips: The

Differences between HTML 4.01 and HTML5:

HTML5 adds some new attributes and removes some attributes in HTML 4.01.

Differences between HTML and XHTML:

In XHTML, the name attribute has been deprecated and will be removed. Please use the id attribute instead.

[Related recommendations]

What are the new structural elements of HTML5? Usage of new structural elements in HTML5 (recommended)

What is the article tag in HTML5? Where is the article element used in HTML5?


The above is the detailed content of How to use HTML