Add Q&A sections to blog post
Mặc định trong blog post không có nên phải thêm Q&A bằng HTML. Dưới đây là hướng dẫn thêm Q&A vào bài post



Last updated
Mặc định trong blog post không có nên phải thêm Q&A bằng HTML. Dưới đây là hướng dẫn thêm Q&A vào bài post



Last updated
<div class="faq-question">
<div class="r-question">
<h4 class="r-title-question">Question 1</h4>
<span class="r-icon">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="r-plus">
<path fill="currentColor" d="M0 7H16V9H0z"></path><path transform="rotate(-90 7 16)" fill="currentColor" d="M7 16H23V18H7z"></path>
</svg>
<svg width="16" height="16" viewBox="0 0 17 2" fill="none" xmlns="http://www.w3.org/2000/svg" class="r-minus"><path fill="currentColor" d="M0.5 0H16.5V2H0.5z"></path></svg>
</span>
</div>
<div class="r-answer">
<p>Answer 1</p>
</div>
</div>