المنسقات والكود
منسق HTML
منسق ومصغر HTML مجاني. جمّل باستخدام مسافة بادئة التفاف السمات الافتراضية لـ Prettier، أو اضغط HTML إلى سطر واحد للإنتاج. في المتصفح، لا يتم تحميل أي شيء.
ملاحظة المحرر
Understanding · Indented HTML, sane defaults.
هذا الفصل المعمّق متاح حاليًا باللغة الإنجليزية فقط. أداة التحويل أعلاه تعمل بلغتك؛ أما المقال التفصيلي الطويل فلم تتم ترجمته بعد.
الأسئلة المتكررة
Quick answers.
›Which HTML formatter is this?
Prettier's HTML parser with default settings — 2-space indent, 80-column target, attribute per line when the tag overflows. The minifier is a lightweight whitespace collapser that preserves <pre>, <script>, <style> and <textarea> content byte-for-byte.
›Will it break my <pre>, <script>, or <style> blocks?
No — those blocks are protected from whitespace collapse during minification. Their content is extracted, the rest of the document is minified, then the blocks are restored verbatim.
›Does it work on HTML fragments, not just full documents?
Yes. Paste a <div>...</div> or any partial tree; Prettier handles it the same way it handles a full document.
›Is my HTML uploaded?
No — formatting and minification run entirely in your browser. Safe for sensitive markup.
يبحث الأشخاص أيضًا عن
أدوات ذات صلة
More in this room.
- مُصغِّر HTMLطي المسافات البيضاء، إسقاط التعليقات - HTML نحيف.
- منسق ومدقق JSONتجميل وتصغير وتدقيق JSON — مجاني، بدون تسجيل.
- منسق SQLجمّل ونسّق استعلامات SQL القبيحة.
- منسق ومدقق XMLتجميل وتصغير وتدقيق XML — فوراً.
- منسق CSSتجميل وتصغير أوراق أنماط CSS.
- منسق JavaScript / TypeScriptJS و TS المنسقة بواسطة Prettier، في المتصفح.