- Get link
- X
- Other Apps
- Get link
- X
- Other Apps
Hypertext Tags(HTML Tags)
At the beginning, of the tags only the Tag Name is used and at the end the " / " sign is used to close the Tag. (/Tag Name) There are also tag names that are applied only at the beginning.
- <Html></Html>
- <Head></Head>
- <Body></Body>
- <Title></Title>
- <P></P>
- <H1>to<H6></H1>to</H6>
- <Ol></Ol>
- <Ul></Ul>
- <Li>
<Ol></Ol> Used when inserting numbers.
<Ul><Ul> Used in Bullet Insertion.
<Li> When applying Numbers and Bullets, use Number / Bullet where it should be applied.
<H1></H1> Used to apply headings and to indicate the size of headings.
- Get link
- X
- Other Apps