HTML tags are enclosed in
Answers
Answered by
1
HTML tags are enclosed in left and right angle brackets < & >
Answered by
1
Required Answer:-
Question:
- HTML tags are enclosed in _____.
Answer:
★ HTML tags are written between left and right angled brackets i.e., < & >
Example of html tags:
- <html>
- <head>
- <body>
- <title>
Learn more:
- HTML stands for HyperText Markup Language.
- It is used to create websites.
- HTML is a Markup Language and not a Programming language.
- It is easy to learn.
- HTML describes the structure of a website.
- HTML elements are also known as tags.
- HTML tells the browsers how to display the content.
- We can add CSS(Cascading Style Sheet) code to change the look of the HTML page.
Similar questions