To use html elements we need start and end tags. For example;
<Start Tag> Content </End Tag>
You must use the correct tags to use the elements.
Example;
<h1> Text Heading </h1>
<p>Paragraph or Text </p>
Some codes have different locations. For example, body codes can contain text codes. But within the body codes can be found images codes. To understand the difference between these, it is enough to know that body codes create the main section codes. Body codes are usually to form the body part of the page. The Head codes form the top area codes.
Important information;
If you want to switch to the bottom line in your articles, you can use <br> tag.
<br> tag is ıt will move your posts to the bottom line.
For example;
<p>This is first line. <br> This is second line.</p>
view of example codes;
This is first line
This is second line
Comments
Post a Comment