Closed ylussaud closed 1 year ago
The following document creates a paragraph for each link instead of adding them to the same line.
<!DOCTYPE html> <html> <head> </head> <body> A list<ul> <li>Item 1</li> <li>Item 2</li> </ul> <br/>A line of text: <b><a href="#A">A</a></b>, <b><a href="#B">B</a></b>.<br/><br/>Other line:<br/> </body> </html>
The following document creates a paragraph for each link instead of adding them to the same line.