answersLogoWhite

0


Best Answer

No - only one space will show up at the most between two words.

For new lines, use
; for new paragraphs, use

.

If I typed " hello .................there! " (dots are spaces) in my code, it would come up as " hello there! " on the actual page.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

If you coded correctly, no.

However, you can use < and &rt; if you specifically want to include them.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Will HTML tags show up on a webpage?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the main tags for setting up a typical HTML page?

&lt;html&gt; &lt;title&gt;This will change the tab text at the top of the page&lt;/title&gt; &lt;body&gt; &lt;/body&gt; &lt;/html&gt; These are your basic tags for creating a webpage, any thing less than this here will not be considered valid, and will throw the browser into Quirks Mode.


What tags define the layout of webpage content?

There are numerous (X)HTML tags. w3schools.com is a good reference for more information. As you've stated layout be sure to read up on CSS while you're there.


Do's and Don'ts of an HTML?

If you are looking to start coding HTML here are some do's and don'ts of basic coding: 1.unless it will show up on your webpage do not use capitals 2.know what tags have to be finished and what tags don't 3.only use spaces inside a tag when it is required 4.the most important rule of all is PRACTICE


Where was the language HTML used?

HTML language can be used for markup tags. These markup tags make up a web page.


What are Meta tags who use them?

Meta tags are page data tags that are not visible to the user of that webpage but to the browser that directs the user to that page. They lie between the open and closing head tags in the HTML code of a document being viewed by the browser. They are used by web page designers to help move their page up in the rankings of browsers.


Does HTML correct typos?

No; HTML does not correct typos. In fact, if there is even a tiny typo in part of the code besides what will show up as the website's text, the website/webpage will not work properly.


How can I use a space in HTML that doesn't show up on the Webpage?

When you use extra whitespace, it is stripped by most browsers. Entering nine spaces into your HTML source, for example, will only appear as one space in your browser.


Why do you use HTML tags?

To Mark up HyperText. That's what the Language was developed for.


Why HTML is a mark up language?

HTML is a markup language as it contains tag. A markup language is one which contains markup tags.


One of the possible file extensions for a webpage is what?

The most common is .html (hypertext mark-up language)


Can a bench warrant show up on your tags?

yes


What does HTML contain?

By contain I assume you mean the Syntax (Words), it is made up of tags such as and closing tags such as , also attributes such as to learn more about this visit http://w3schools.com/