answersLogoWhite

0


Best Answer

Code:

document.write(Math.pow(2, 2));

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Learn how to show 2 to the power of 2 on a web page using HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does HTML page mean?

A HTML page is a web page that is created using Hyper Text Markup Language and is saved with a .html extension


How do you create our own page by using HTML page structure?

You can create your HTML page easily by using tags. Tags are the elements by writing them, you can create your views.


How do you make a register page in HTML?

You can easily make a register page in HTML using the <form> attribute. The form will contain the registration details.


What does edit HTML mean?

It means to change the HTML. Webpages are created using HTML. To change the page, you need to edit the HTML. So people open the source code of the HTML and change it and then upload the new version of the page.


How do you make a webpage using HTML?

First Google for "HTML tutorials", bookmark these sites and learn. HTML is what i like to call a tag language, and it's an easy thing to learn. a very basic webpage would look like: ================================================================================ <!-- --> is a HTML comment and wont be displayed by the browser, usage: <!-- this is a comment --> copy and paste the bit from <HTML> to </HTML> paste it in an empty text file and save it as .HTML open the newly saved HTML file(double click it), Congrats your first HTML page.


What is offered by HTML help online?

You can get HTML help online at the W3Schools website. Once on the page, you can take the online course for free to learn and practice HTML knowledge.


How can you chat on a webpage HTML?

HTML is just for designing the look and format of the page. To make the page actually do things, like running a chat page, takes programming. HTML is not a programming language so just using HTML you cannot create a fully functional chat page. You need HTML and a programming language working together to do that.


How are HTML documents and webpages related?

HTML is a language that is used to create web pages. A HTML document is a web page in effect. It is the browser that opens a HTML document and displays it as a web page.


How do you create homepage or web page from event in table format using HTML?

Homepage can be created using HTML or various other languages. <table> can be used to create tabular format in HTML.


How do you design a website using HTML?

You can design a HTML page using proper markup tags. Applying tags at proper places can give you appropriate results.


How do you convert an image into an HTML page?

you don't actually make an image into a page you need to save it as a .jpeg or .gif image and then use it in an HTML document such as a Word document saved as an HTML page, or using a web design program like Dreamweaver for instance using the jpeg as a background or a gif as a web site button


What tags can you use to define page layout?

HTML Layouts - Using ElementsHTML Layouts - Using Tables