Jump to content

Mr.


TuKulo

Recommended Posts

Hello, @TuKulo

Please check this code, <br> tag works fine in Internet Explorer too.

<html>
<head>
    <title>Use BR tag in internet explorer..</title>
</head>
<body>
    <H1>Hello, Abc</H1>
    <br><br><br>
    <p>How are you ??</p>
    <br><br><br>
    <p>What are you doing ??</p>
    <br><br><br>
    <p>Where are you going ?? please come here.!!</p>
</body>
</html>

I hope above code will be useful for you.
Thank you.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...