Here l
A news site, technology tips.
Note that the browser will automatically add spaces (margins) before and after a paragraph of text.
You can't be sure how HTML will display, depending on whether the screen size is large or small, the browser window is open or narrow, it can give different results.
With HTML, you cannot change the display by adding spaces or adding lines in the HTML code because the browser will automatically delete them when displaying the page.
For example, the following two code snippets will display the same.
> >
Quản trị mạng
là trang thủ thuật công nghệ,
tin tức công nghệ,
khoa học.
Quản trị mạng
là trang thủ thuật công nghệ,
tin tức công nghệ,
khoa học.
Most browsers still display correctly even if you forget the closing tag, but don't be too subjective because sometimes missing tags can cause errors.
Element
in HTML defines downstream. Please use
If you want to start a new paragraph in the text by going down the line.
For example
mạng
administrator
làmạng
làmạng
page of tips and technology news.
là
Card
is an empty element, meaning no closing tag is required.
Note when displaying poetry
If you write poetry without breaking the line, as in the code below, they will only display as a paragraph, even if you look like a poem.
<p>
Sóng bắt đầu từ gió
Gió bắt đầu từ đâu
Em cũng không biết nữa
Khi nào ta yêu nhau.
in HTML
Element
used to define text before formatting. Text inside
will display in font with a fixed width (usually Courier) and leave the spaces and line breaks intact.
> >
Sóng bắt đầu từ gió
Gió bắt đầu từ đâu
Em cũng không biết nữa
Khi nào ta yêu nhau.
This is the image displayed on the browserLast lesson: Title in HTML
The following article: Style properties in HTML
3.5 ★ | 2 VoteYou should read it
- 5 steps to learn a dynamic HTML web component profile
- 17 simple HTML codes you can learn in 10 minutes
- Introduction to HTML
- Quote elements in HTML
- Title in HTML
- Elements in HTML
- Format text in HTML
- Image img in HTML
- Tags in HTML
- Top 10 HTML tags that each blog and website owner should know
- Caption tags in HTML
- Basic examples of HTML