HTML 标签备忘单

HTML常用标签解释

标签描述
<a>Defines a hyperlink
<abbr>Defines an abbreviation or an acronym
<address>Defines contact information for the author/owner of a document
<article>Defines an article
<aside>Defines content aside from the page content
<b>Defines bold text
<base>Specifies the base URL/target for all relative URLs in a document
<blockquote>Defines a section that is quoted from another source
<body>Defines the document's body
<br>Defines a single line break
<button>Defines a clickable button
<div>Defines a section in a document
<footer>Defines a footer for a document or section
<form>Defines an HTML form for user input
<h1> - <h6>Defines HTML headings
<header>Defines a header for a document or section
<img>Defines an image
<input>Defines an input control
<p>Defines a paragraph
<span>Defines a section in a document