answersLogoWhite

0


Best Answer

The inline analog of the <div> tag is the <span> tag.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which is the inline analog of the div tag?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is the 'div' tag part of HTML or XHTML?

The "div" tag is part of both languages.


What is the difference between DIV and TABLE?

The TABLE tag is used to store tabular content and as such has child tags such as TR (for table rows), TD (for table cells), TH (for table headers), etc. The DIV tag is used simply to encompass a block for styling or structural reasons, it is similar to the SPAN tag but it a 'block' element as oppose to an 'inline' element (which SPAN is).


Can you create div in textarea in HTML?

No you can't. While you can put div tags inside textarea tags, as anything in the textarea is treated only as text, the browser will ignore the div tags and they will show as text only and so have no impact. So if you do want sections for text, you would have to look at other ways of doing it, like having several text areas with different formatting.


What is the difference between the Div and Span tag?

A div is a block element. This means that if you use a div, unless you float objects next to it using CSS, the div will be alone on a line. A span is an inline element. This means that unless you use line breaks next to it or change it to a block element using CSS, the span will be on the same line as whatever is next or before to it in the code. For example: This is a &lt;div&gt;element&lt;/div&gt; text is above and below but not beside This is a &lt;span&gt;element&lt;/span&gt;, text is before and after on the same line.


What does the prefix div mean?

&lt;DIV&gt; is not a prefix, it is a tag. A DIV element is a container for other HTML elements and is used for positioning and structuring content in the document

Related questions

Is the 'div' tag part of HTML or XHTML?

The "div" tag is part of both languages.


How can you construct website using div tag?

The &lt;div&gt; tag defines a division or a section in an HTML document. The &lt;div&gt; tag is used to group block-elements to format them with CSS.


What is difference between template and inline functions?

Template function would be global, they would have effect on all the pages within the template. Inline, would be regarding a specific line of code within a table or Div tag.


What is the difference between DIV and TABLE?

The TABLE tag is used to store tabular content and as such has child tags such as TR (for table rows), TD (for table cells), TH (for table headers), etc. The DIV tag is used simply to encompass a block for styling or structural reasons, it is similar to the SPAN tag but it a 'block' element as oppose to an 'inline' element (which SPAN is).


How many types of div tag?

Several depending on your need. W3schools has examples of all of the attributes of the div tag.


Can you create div in textarea in HTML?

No you can't. While you can put div tags inside textarea tags, as anything in the textarea is treated only as text, the browser will ignore the div tags and they will show as text only and so have no impact. So if you do want sections for text, you would have to look at other ways of doing it, like having several text areas with different formatting.


What does a div tag do when using Dreamweaver CS3 xhtml and CSS?

The division tag is a "div" and is used to divide a page into sections. A div tag can be used to style a section, and style one or more sections differently than other sections.


What is the difference between the Div and Span tag?

A div is a block element. This means that if you use a div, unless you float objects next to it using CSS, the div will be alone on a line. A span is an inline element. This means that unless you use line breaks next to it or change it to a block element using CSS, the span will be on the same line as whatever is next or before to it in the code. For example: This is a &lt;div&gt;element&lt;/div&gt; text is above and below but not beside This is a &lt;span&gt;element&lt;/span&gt;, text is before and after on the same line.


What does the prefix div mean?

&lt;DIV&gt; is not a prefix, it is a tag. A DIV element is a container for other HTML elements and is used for positioning and structuring content in the document


Which tags are used in HTML for dividing a page into sections?

DIV tag can be used for dividing the pages and wrapping them. Placing the div tag outside, you can do whatever work inside a section.


What is the tag for an inline frame?

Inline frames are created using the IFRAME tag: &lt;iframe src="sample.html" id="ourFrame"&gt;&lt;/iframe&gt;


How do you move a spry menu bar on dreamweaver?

Copy it into a div tag