answersLogoWhite

0

What do line tags do for your body?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What do line tags do for your body?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What tags surrounds the part of an HTML file that appears to the user on the HTML page?

The <body> and </body> tags.


What is the difference between paired Tags n Unpaired tags?

paired tags are those tags which have both opening and closing tagse.g. < body>unpaired tags are those tags which don't have a closing tage.g. < BR >


You use the br tags to break a line rather than a p tags?

The P tags would be for paragraph. so if you are starting a new paragraph usit, if you just want to break the line and start with a new one, use BR.


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

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


What are the different kinds of HTML tags attribute?

HTML is a markup language, thus has a number of tags. Some very common tags are &lt;p&gt;,&lt;a&gt;&lt;body&gt; etc.


Name three TML tags?

HTML Tags: Body Header Bold Underline Table DIV META SCRIPT


What is an empty area that holds web page content?

The body area. It is surrounded by the &lt;body&gt; and &lt;/body&gt; tags.


What are the symptoms of skin tags?

Some of the symptoms of skin tags include hanging skin. Skin tags generally occur in places on the body were skin rubs with clothing, such as the groin and underarms.


What element do you use to beginning and end of the body of HTML document?

The beginning and end of the BODY section of an HTML document is delineated by the and tags respectively. Together, these tags mark off the extent of what would be called the body element.


What are the most 10 common tags in HTML?

There are many tags which can be used to some extent. Main 10 tags are:Head Body Title HTML Meta Script Link Span a p.


What are the tags for the start and end of the visible page content?

The 'HTML' tags go around an entire HTML document, with the exception of the 'DOCTYPE' tag, whch is always on the first line. For more information, go here: http://www.w3schools.com/tags/tag_html.asp


Is XML sementic?

no, xml is not semantic because the tags are not predefined. in xml you make your own tags to define the data. HTML by way of example hast set tags like &lt;h1&gt;. &lt;body&gt; etc