Tag aside in HTML
Definition and usage
Tags define content outside the main content.
The content in should relate to the main content.
Browser support




Supported in most browsers, however IE6, IE7, IE8 browsers want to display properly, it requires additional CSS and JavaScript support.
Tags are new tags in HTML5.
Structure
For example
I often read computer news and tips on the TipsMake.com website.
Website Quantrimang
TipsMake.com is a social network of science and technology, expanding content
to meet the needs of members on more technology areas such as electricity
voice, smart device, electronics, computer security .
Note: TipsMake.com looks forward to its members
capture the latest information, knowledge and technology trends.
Show on browser:
Tôi thường đọc tin tức và thủ thuật máy tính trên website TipsMake.com.
Website Quantrimang
TipsMake.com là mạng xã hội về khoa học công nghệ, đang mở rộng nội dung để
đáp ứng nhu cầu của các thành viên về nhiều lĩnh vực công nghệ hơn như điện thoại,
thiết bị thông minh, điện tử, bảo mật máy tính.
Note: TipsMake.com mong muốn các thành viên của mình luôn nắm bắt được những
thông tin, kiến thức, xu hướng công nghệ mới nhất.
Use on CSS:
aside {
display: block;
}
4 ★ | 1 Vote
You should read it
May be interested
- Format text in HTMLformat elements in html help determine the style and importance of text.
- Elements in HTMLthe html element usually goes in pairs, including the opening tag, closing tag, and the content inside the two tags.
- Symbol - Icon in HTMLhtml has many mathematical, technical and monetary symbols that cannot be used to write.
- Common HTML mistakes that you should avoid for better web programminglearning html is not difficult, but when running it in the browser, errors often occur. here are common html errors and how to handle them for better web development.
- How to insert spaces in HTMLthis tutorial explains how to insert spaces and line breaks in html. because no matter how many times you type a space, html will display a space so to insert more than one space, you will need to use the html tag.
- Image img in HTMLwhen you visit the website, you will often see images of all sizes and positions on the page. images in html web pages will help to enrich the content as well as increase the aesthetics of the page.
- Attributes in HTMLproperties are used to add information to elements in html.
- The id attribute in HTMLin html, the id attribute is used to specify a unique id for an html element (the value must be unique in the html file).
- Table in HTMLwhat does it take to create a table in html? is it complicated? want to add color to the table border, how to add the background color to the text in the table? in this article tipsmake.com will answer those questions and guide you to basic operations with tables on html, in addition to adding alternate color schemes for rows in the html table. invite you to follow along.
- Title in HTMLit is very important to use the title to show the text structure. heading (html) in html is identified by tags marked from to, of which the most important title is the least important.