Welcome ðŸŽ‰

logo

ReactLMS

Search
Light Mode
Contact Us

1 min to read

Contact us

No results for your search.
Sorry, an unexpected error occurred

Here are the basic tags you need to know when starting to learn about HTML. Let's study it together.

Concept The <!DOCTYPE> tag is used to specify the HTML version that your website uses. This tag is usually placed at the beginning of an HTML file and does not have a closing tag. Usage The...
Concept <html> tag is an important tag in HTML, it marks the beginning of an HTML document. All components of your website will be placed inside this tag. Usage This is the syntax of...
Concept The <head> tag is used to define information that is not directly displayed on the web page, but is important for creating and managing the website. The <head> tag is usually...
Concept Tag <h> is used to create heading content, with decreasing size from 1 to 6. When using heading tags, remember that they also carry semantic meaning. Arrange them in a logical and...
Concept The <body> tag is an element that contains the content displayed on the browser. All content such as text, images, videos, links, and other elements displayed on a webpage are within...
Concept Tag <p> is used to display a paragraph of text. Tag <p> exists as a block element Usage Example: Result:
Concept Tag <hr> is used to create a horizontal line that acts as a page break. Usage Example: Result:
Concept Tag <br> is used to create a line break at the specified position. How to use Example: Result:
Concept This is a tag used to write content notes in HTML Comment tags will not be compiled during operation. How to use



Read more