answersLogoWhite

0

I'm not sure that HTML can do this, you should look into a web scripting language like php or javascript.

In C it is trivial:

int main()

{

for(int i = 1; i < 100; i++)

printf("%d\n", i);

return 0;

}

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you print an HTML table using PHP?

It is really simple to print an HTML table in PHP, all you have to do is the following: &lt;?php print "&lt;table&gt;"; print "&lt;tr&gt;"; print "&lt;td&gt;hello&lt;/td&gt;"; print "&lt;/tr&gt;"; print "&lt;/table&gt;"; ?&gt;


How do you write a web proxy using HTML?

HTML is, as it name says, a language for markup, not script or programming. This means it is simply not possible to write a web proxy in HTML.


Does HTML help print things?

No. You can print HTML pages and its code, but you cannot initiate printing with HTML itself.


How do you write HTML Code?

You write in HTML by using a variety of codes such as &lt;HTML&gt;&lt;B&gt;&lt;BR&gt;&lt;UL&gt;&lt;Color&gt; ect, to tell the internet browser what to display, HTML coding is a way of getting the browser to display what you want it to, and where you want it to be placed.


How do you print an HTML document?

Click on the File menu after opening the html document in the browser. Then click on Print Preview. After adjusting margins, click on Print to print the document


How do you put a picture in a website using HTML codes?

Open notepad or whatever you write HTML with. Place the image you want in the same folder your HTML document is in. In your HTML document editor (Notepad) write the following- &lt;img src=your images name.jpg&gt; (or .GIF or . PNG whatever type of image you are using)


Can font size be changed in print preview?

There is no print preview in HTML. In HTML, all the changes are reflected in the browser.


What is the connection of a notepad with HTML tags?

You can use Notepad to write HTML pages, and HTML consists of tags. So you would be writing a lot of tags when using Notepad to create a HTML page.


Does HTML have anything to do with Software development?

No, HTML relates to passing information across the www. Software can be developed to edit HTML, and HTML can be used to call software (java) but you can't write 'OpenOffice' using an HTML editor.


How can you write text over image using HTML 5?

It would depend on the program you are using and weather or not it is allowable.


How can you design a webpage using HTML since you are a begginer?

If you want to write the HTML code yourself, you'll have to take a tutorial. There are plenty tutorials available online.


How do you write a HTML code font themes?

You can mention the HTML code font by using style. Style element for an attribute contains all further attributes.