Angled brackets < and > surround HTML tags. The words between the angle brackets are called elements.
There are two kinds of tags:
- container tags come in sets with a beginning and an end
- empty tags stand alone
- <html>…</html> HTML file tag
- <head>…</head> General information tag
- <title>…</title> Title tag
- <body>…</body> Body tag
To create space between paragraphs use the container paragraph tag:
- <p>…</p>
- <br>
- <hr>
- <ol>…</ol> Ordered list tag
- <ul>…</ul> Unordered list tag
- <li>…</li> Listed items tag
No comments:
Post a Comment