1. Introduction to Digital Marketing
2. Website Planning and Creation
To distinguish between ordinary text and HTML text, a web browser needs a few basic tags in an HTML file. According to the needs of your code, you may use as many tags as you like.
- All HTML tags need to be wrapped inside these brackets ( >).
- Every HTML tag has a distinct function.
- If you have already used an open tag, you must use a close tag after it (except some tags)
Syntax
HTML Tag Examples
Paragraph Tag
Heading Tag
Bold Tag
Italic Tag
Underline Tag
Please take note that HTML tags are usually written in lowercase.
Explicit HTML Tags
Some HTML tags, such br and hr, are not closed.The symbol br, which means to break a line of code, is used in tags.
Hr stands for Horizontal Rule in the tag. To add a line across the page, use this tag.
HTML List Tags
- ,
- ,
- ,
- ,
- and
-
HTML Image and Object Tags
, ,
HTML Link Tags
HTML Text Tags
,
,
,
,
,
, , , , ,
, ,, ,
,
, ,
, , ,, , andHTML Meta TagsDOCTYPE, title, link, meta and style
HTML Tags Sorted by Alphabet