User:Michel W/Self-learning: Difference between revisions

From XPUB & Lens-Based wiki
Line 2: Line 2:


⊹Well chosen content of H1 element is crucial to SEO.
⊹Well chosen content of H1 element is crucial to SEO.
'''Html Entities:'''
* Help avoid rendering issues
* Safeguard against more limited character encoding
* Provide characters not available on a keyboard


{| class="wikitable"
{| class="wikitable"
Line 15: Line 21:
| &amp ;
| &amp ;
|}
|}
nbsp;

Revision as of 00:33, 28 December 2023

⭑HTML⭑

⊹Well chosen content of H1 element is crucial to SEO.


Html Entities:

  • Help avoid rendering issues
  • Safeguard against more limited character encoding
  • Provide characters not available on a keyboard
Instead of < > &
Use: &lt ; &gt ; &amp ;

nbsp;