HTML Line Break Tag: How to Insert a New Line
The correct HTML tag for inserting a line break is 
.
Here's why the other options are incorrect:
: This tag does not exist in HTML.: This tag is used for drawing lines in SVG (Scalable Vector Graphics), not for inserting line breaks in HTML.- : This tag is used for bold text, not for line breaks.
 
原文地址: https://www.cveoy.top/t/topic/pmd0 著作权归作者所有。请勿转载和采集!