What are the basic tags of HTML?
Answers
Answered by
6
Answer:
The basic elements of an HTML page are:
- A text header, denoted using the <h1>, <h2>, <h3>, <h4>, <h5>, <h6> tags.
- A paragraph, denoted using the <p> tag.
- A horizontal ruler, denoted using the <hr> tag.
- A link, denoted using the <a> (anchor) tag.
- A list, denoted using the <ul> (unordered list), <ol> (ordered list) and <li> (list element) tags.
- An image, denoted using the <img> tag.
- A divider, denoted using the <div> tag.
- A text span, denoted using the <span>. tag.
Answered by
9
Answer:
yes many basic tags are there
- Explanation:
- <html>starting and ending
- <p> paragraph
- <body>content is written inside it
- <head> title and CSS is written inside it
- <style> used to start a css
- <hn>heading largest is h1 and smallest is h6
- <title>used to write title
- <a>(with href attribute) to make a hyperlink
hope it helps u please support
Similar questions