+ 4
How make a tag in html?
6 odpowiedzi
+ 6
<tag>
+ 5
Tags are created by using < and >, and in the space, you put letters in to mean different things. For example, <p> is for text, and <h1> is for a large heading. Most tags should have closing tags, but a few tags have exceptions. To close a tag, I can only really show you an example. <p> text </p>. The </p> ends the tag.
+ 3
Thanks very much
+ 3
bb
+ 3
t amooooo