Welcome to my Frontend website!

Frontend image

Welcome to the Information page. This page is intended to provide brief information about HTML.

Table of HTML tags
Tag Description Example of use
h1-h6 Headings of different levels "h1" Heading 1 "/h1"
p Paragraph of text “p”Example text“/p”
a Reference “a href="https://example.com">Link”/a"
img Pictures “img src="image.jpg" alt="Description" ”
ul/ol Lists (unordered/ordered) “ul”“li”Item 1“/li”“li”Item 2“/li”“/ul”
table Table “table”‘tr’“td”Cell“/td”“/tr”“/table”
div Block element “div”Content“/div”
span Line element “span style="color:red"”Red text“/span”

Instead of double brackets, there should be "< >" arrows. I used double brackets so that the code would not start working and execute the property intended for this tag.