How to use html aside tag

藏色散人
Release: 2019-05-25 13:56:56
Original
5261 people have browsed it

html The aside tag is a semantic tag, usually used to describe content that is not related to the main content of the document. The content of the aside tag should be related to nearby content.

How to use html aside tag

#html How to use the aside tag?

Function: Define content beyond the content in which it is located.

Note: The content of

Note: Content

aside should be relevant to nearby content. The

html aside tag example

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
<p>php中文网原创《独孤九贱》</p>
<aside>
    <h4>《独孤九贱》</h4>
    php中文网原创出品:php中文网原创《独孤九贱》系列课程,课程以恶搞,段子为主题风格!轻松的教学风格,简短的教学模式,让同学们在不知不觉中,学会了php!
</aside>
</body>
</html>
Copy after login

Effect:

How to use html aside tag

The above is the detailed content of How to use html aside tag. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template