answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Why is it in HTML the tags are enclosed in angular bracket?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are HTML tages?

HTML tags are the predefined tags that are embedded within the "<>". Each HTML tags has the following attributes and operations.


What are HTML tags what are the required HTML tags in creating webpages describe what these tags do?

HTML tags are like containers for content. They tell how the content should be displayed. Tags in HTML should be enclosed with < and >. Most tags consist of an opening tab ie <HTML> and a closing tag ie </HTML>. The proper action is then taken concerning the content in between them. There are many tags that can be used, however very few are required. It is recommended that all HTML pages begin with the <HTML> tag, and end with the corresponding closing tag </HTML>. For example: <HTML> <head> info here is for the browser, not displayed to the user </head> <body> this is where the page content goes </body> </HTML> I've found w3schools to be very helpful in learning HTML. A few other useful tags include: <form></form> (for making forms), <table></table> (for tables, with <tr> and <td> to make rows and columns respectively), <h1></h1> (the largest header), and <p></p> (a paragraph.)


What type of brackets are html tags enclosed in?

Angle brackets, like this: <html>


What are built-in tags Like for HTML and CSS?

No tags are used in CSS. Tags are actually what CSS primarily styles.


What is the connection of a notepad with HTML tags?

You can use Notepad to write HTML pages, and HTML consists of tags. So you would be writing a lot of tags when using Notepad to create a HTML page.


What does HTML use tags for?

HTML cannot work without it's tags. It uses tags for it's scripting work.


How do you add HTML to your website?

HTML can be added by adding tags to the code. HTML tags are the ones that cause the view to modify.


What is an HTML webpage?

An HTML webpage is a collection of HTML tags. The tags are arranged in a proper way to create a web page.


HTML contains 2 tags what are they?

HTML contains many more than 2 tags. Most tags come in a set of 1 opening and 1 closing tag. For example, <html> and </html>.


What are the tags in HTML surronded by?

HTML tags are put between <>. Example: <FONT size="2">


What are and used for in HTML?

HTML uses tags for its complete functionality. These tags are defined to do a certain work.


What is the first step to learn HTML?

The first step to learning HTML is leaning tags. The tags form the basic entity for HTML.