- 1
How do we know what to put in between the signs
learning codes
6 Antworten
+ 2
which signs..please explain further so that we can understand
+ 1
the html tags are predefined...this means that if you want to put some heading you use the <h1><\h1>to<h6><\h6>tags.if you want to output some paragraph you use the<p>some paragraph<\p>tags.
please refer to the html tutorial to learn more about html.
0
I notice we use certain tags. I am nee to this. so I was wondering how do we know what tags to use. are they a list of tags and how do we structure the tags so it displays on the system
0
You just need to know what predefined tags are in html.
0
thank you so much for the answers. what parts of the screen displays makes up the heading body or paragraphs