answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Which tag is used to create inline imege?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you create a inline cascading style sheet in HTML file?

You don’t actually create a CSS within the HTML document. You use the style attribute to do so. Code used within a CSS is similar to, but slightly different when used inline. Here are two examples:1 – Create a style for the tag in CSS:P {color:blue}2 – Create style for the tag inline:


Which is the inline analog of the div tag?

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


What is the tag for an inline frame?

Inline frames are created using the IFRAME tag: <iframe src="sample.html" id="ourFrame"></iframe>


What does href tag do?

HREF tag is used to create hyperlink. It send the control over to another document.


Which HTML attribute is used to define an inline styles?

<style type="text/css"></style>


What is tag used to create horizontal separators?

Horizontal separators are created by the HR tag. It creates a horizontal line after the element.


What tag is used to create a reset button in a form?

<button type="reset" />


What is the different between table tag and div tag in HTML?

The table tag is used to create a table, which is a type of block-level element. The div tag is used to create a generic block element. The main difference is that tables are best-suited for tabular data, and divs are best-suited to presentation of non-tabular data.


What languageis used to create hypertext?

HTML itself can be used to create Hypertext. It can be created using the anchor tag which is shown by <a>.


Is Slash is used to create a closing tag?

Yes. <FORM> is the opening tag whereas </FORM> is the closing tag. This </TAG> to close tags is applicable for most tages. ex: <HTML> </HTML> <BODY> </BODY> etc...


What does href do?

HREF tag is used to create hyperlink. It send the control over to another document.


What are the names of 3 tags for HTML and what do they do?

The paragraph tag, Text, is used to set off blocks of text as paragraphs.The anchor tag, Text, is used to create hyperlinks from a document to another resource.The canvas tag, creates an element that can be drawn on using JavaScript.