Horje

Example of Empty HTML Elements

This is a
paragraph with a line break.

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>
 <p>
This is a <br>
 paragraph with a line break.</p>
</body>
</html>

Output should be:

Example of Empty HTML Elements




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Elements
Uploaded by:
Admin