Learn CSS from the Best Tutors
Search in
To write text in separate lines in HTML, you can use the <br>
tag. It is a self-closing tag that creates a line break, forcing the following content to appear on a new line.
This is the first line.<br>
This is the second line.
Output
This is the first line.
This is the second line.
Alternatively, you can enclose the text in paragraph tags <p>
or use block-level elements like <div>
or <p>
for larger sections of text. These elements will automatically create new lines for each paragraph or block of content.
In html some elements are inline elements and some elements are block level elements. If you are using block level elements then you need not any tag or element for new line. If you are using inline elements then you have to use <br/> tag for new line output.
As an example <h1> element is block level element
<h1>Mahesh</h1><h1>Gurjar</h1> :- No <br/> tag required for new line
<span> is inline element
<span>Mahesh</span><br/><span>Gurjar</span> :- Here <br/> tag is required.
read lessView 2 more Answers
Related Questions
Why is HTML is used in Web Application?
Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com
Ask a QuestionRecommended Articles
Why Should you Learn HTML
Since the world today is ruled by the Internet, everyone desires to build a website for either business or personal interests. HTML or Hyper-text Mark-up Language is a globally standardized language which used to format web pages. By using HTML, the appearance of text, links, images and almost every part of a web page could...
Skills Required to Become a Front End Web...
Today, no business can exist without having its own website to interact with its customer base. Having a website is no more restricted to the big MNCs. With the advancement in technology and global business, even the small enterprises are spending on having their own websites and development teams. The person works on web...
What is Applications Engineering all about?
Applications engineering is a hot trend in the current IT market. An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...
Learn Microsoft Excel
Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...
Looking for CSS Training?
Learn from the Best Tutors on UrbanPro
Are you a Tutor or Training Institute?
Join UrbanPro Today to find students near youThe best tutors for CSS Classes are on UrbanPro
The best Tutors for CSS Classes are on UrbanPro