answersLogoWhite

0

The HTML code used to define a blank space is   ...

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the symbol of HTML?

There is no official symbol for HTML. However there is an orange logo for HTML5.


What are HTML entities?

In HTML, an entity is a code that creates a character, such as a letter, number, or special symbol. One example would be "&", which creates an & symbol.


How is a non-breaking space represented in HTML?

In HTML, a non-breaking space is coded as " " (without the quotes).


How do you create a dash symbol in HTML for a webpage?

&#151


How do you display a heart symbol in an HTML document?

<3


How is a space inserted in HTML?

The Hypertext Markup Language does not commonly recognize what is normally processed and read as a space. In HTML, the code language for space is represented with the characters "".


What is blank in HTML?

There is nothing like Blank in HTML. There could be a blank TAB space and is given by  .


How do you create a copyright symbol in HTML for a Web page?

© or ©


How do you give space in HTML?

Space can be given by a special command.   gives a tabular space in program.


Is publishing HTML code on wordpad free?

If you are using their server space, you must pay to publish custom html.


How do you make a HTML tag?

You type a less than sign, then the name of the tag and then a greater than symbol. There are lots of HTML tags, for different purposes. The tag that starts a page is this one: <html>


What is cellpadding in HTML?

It is the space between the cell border and the text or images inside the cell. The number provided is the space in pixels. In modern HTML, it is set using CSS declarations.