answersLogoWhite

0

You would want to publish some text and images on HTML page. A responsive page would be so better too.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

How do you publish an HTML?

To publish a HTML file, you'll have to download an FTP program. I use FileZilla Client. Youll have to set uop your account but that will only take 5 minutes. Hope this helps!


How Do You Publish Your Website On Webs.com?

Go to the page you want to publish and click the PUBLISH Button.


How do to create a formula in HTML program?

You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.You cannot create formulas in HTML files. HTML is not a programming language and HTML pages are not programs. HTML is just for designing and formatting web pages. To get a page to actually do something, you need programming code, but that would be done with something like Javascript. Depending on what you want to do, you would use different languages.


What is behind a webpage?

Behind the Web Page is the HTML. The HTML is a language for the browser to read, and instructs the browser in how to display the page. If you want to see the HTML, right click on the page. A box will open, then select view source. A window will then open with the HTML for that page.


How to publish a page on your Bizideo site?

Publishing a page makes it publicly view-able, if you just want to save your progress you should just save it. To Publish your page go to "Edit Console" and click "Publish Page". The success popup should give you the URL to your page as well as a code to embed it on an existing site.


Where to place an HTML code on own website?

HTML makes the website, so it is right throughout the page. Effectively your website is built by HTML and then you add the actual content you want. You can't have a page without it.


What is the HTML code for enter?

Use <br /> for a new line. Use <p></p> for a new paragraph. or if you want to link to a website or another page you put <html> <body> <a href="the page or site you want to link">button text here</a> </body> </html>


What is the command to display HTML page through javascript?

If you're planning on linking to another page, all you have to write is: document.location = "yourNewURL"; If you want to generate Javascript, then you can either use: document.write("your HTML Code"); OR send the HTML code to an existing object in an HTML page, like so: document.getElementById['targetElement'].innerHTML = "your HTML Code here"; ----------------- That's pretty much it. If you want me to elaborate, please let me know. :)


How can you use HTML so that the page loads scrolled half way through?

HTML only defines the content and the structure of a page. You must use Javascript and DOM for what you want.


How do you link a MS Excel page with a HTML page?

First type in the text into a cell that you want to use to be the link. Then press Ctrl - K. That opens up the Insert Hyperlink dialog box. From there you can choose what you want to link to. You can link to many kinds of things, and that includes a HTML page. You just need to specify the address of the page that you want to link to. Click OK and the link will have been set. Now if you click on the cell it will act as a link to the HTML page.


What are the most efficient ways to customize HTML code on a Tumblr page?

First, you should open your Tumblr customisation page, then click the theme button. Then select "Use Custom HTML". Then insert any custom HTML that you want.


What to use for making HTML?

You can use something as simple as Notepad or a full-blown HTML editor like DreamWeaver or something similar. Once you learn the various HTML tags you can easily put together a quick web page using nothing but notepad or any text editor. Using a simple text editor can become quite tedious if you are creating a complex page. At this point you would want to find an HTML editor that will help you create a page faster. There are many WYSIWYG editors available now that allow you to just start typing and create the page however you want. Even something like Microsoft Word could be used to create an HTML page. You will want to find an editor that you like. Some editors and HTML generators will create such complex HTML that it can be very difficult to edit it by hand so I recommend testing serveral out and find one that fits your needs.