Category Learn HTML5

Welcome to Codingthai Learn HTML5. Here are all tag of HTML5 from firt to last.

Line Break Tag in HTML5

Line Break Tag in HTML5

We can use a line break tag, <br> to control where your text breaks. Browsers normally wrap text automatically. A line of text that reaches the right side of the browser windows breaks and continues in the next line. We…

Create a New Paragraph in HTML

You can use the paragraph tag to start a new paragraph in HTML Document. In a word processing program, you can pass [Enter] or [Return] to separate blocks of text. Web browsers do not read these line breaks. Instead, you…