answersLogoWhite

0

Wrap in HTML means that text will automatically continue on the next line if it is longer than one line. You usually use the <p></p> tags to contain text that will display in a paragraph.

User Avatar

Wiki User

10y ago

What else can I help you with?

Continue Learning about Engineering

How do you make a Photo or text clickable?

Assuming html, wrap it in an anchor tag (ex. &lt;a href="http://www.yoursite.com/yourpage&gt;&lt;img src="image.jpg /&gt;&lt;/a&gt;


What HTML tag element surrounds all the other tags in the document?

The HTML tag surrounds all others: &lt;html&gt;&lt;/html&gt; The BODY tag surrounds all of the content tags: &lt;body&gt;&lt;/body&gt; Note: Right-click a page in your browser &amp; choose View Source. Then look at the top and bottom of the text to see how these play out. Exception to the rule: There is sometimes a !DOCTYPE tag that appears before (outside of) the HTML tag, but there are no tags that appear after it.


What HTML tag is used to indent the first line of text?

There is no tag to do this, but you can wrap a span tag around the first word and use CSS to add padding or you can simply add several '&amp;nbsp;' before the first word.


Is HTML protocol or not?

HTML is a protocol


What helps you create an HTML file by inserting HTML codes for you as you work?

Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.

Related Questions

What is an anchor tag?

An anchor tag is a HTML element that creates a link to a target URL. When correctly implemented, the link can wrap around text, images, or as buttons, so that users can interact with it and visit the link's destination.


How do you make a Photo or text clickable?

Assuming html, wrap it in an anchor tag (ex. &lt;a href="http://www.yoursite.com/yourpage&gt;&lt;img src="image.jpg /&gt;&lt;/a&gt;


What HTML elements can be used to format several table columns with a single declaration?

You could wrap the contents of table into a div. Applying actions on that div will do the work.


How can I use the wrap handlebars keyword to create a dynamic template in my web application?

To use the wrap handlebars keyword to create a dynamic template in your web application, you can insert the keyword within your HTML code where you want dynamic content to be displayed. This keyword is typically used with Handlebars.js, a templating engine that allows you to generate HTML content dynamically based on data. By using the wrap handlebars keyword, you can easily incorporate dynamic data into your web application's templates, making it more interactive and personalized for users.


What HTML tag element surrounds all the other tags in the document?

The HTML tag surrounds all others: &lt;html&gt;&lt;/html&gt; The BODY tag surrounds all of the content tags: &lt;body&gt;&lt;/body&gt; Note: Right-click a page in your browser &amp; choose View Source. Then look at the top and bottom of the text to see how these play out. Exception to the rule: There is sometimes a !DOCTYPE tag that appears before (outside of) the HTML tag, but there are no tags that appear after it.


How do you wrap a sprained paw?

To wrap a sprained paw, you just need to wrap it tight. You can wrap it with cloth or wrap it in medical tape.


How do you write the code in the head section of a document to force the file to always appear within the inline frame of an HTML file?

You can wrap all the code in the frame tag. This will cause the head section to view in the frame.


Is wrap a verb?

It can be: to wrap is to encase, or enfold, as by folding around. The word wrap can also be a noun (e.g. bubble wrap, plastic wrap).


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


How do you prepare an HTML?

The basic HTML base to a HTML website is &lt;HTML&gt; &lt;title&gt; &lt;/title&gt; &lt;head&gt; &lt;/head&gt; &lt;body&gt; &lt;/body&gt; &lt;/HTML&gt;


What is an asking sentence for wrap?

Will you help me wrap these gifts?


What HTML tag is used to indent the first line of text?

There is no tag to do this, but you can wrap a span tag around the first word and use CSS to add padding or you can simply add several '&amp;nbsp;' before the first word.