answersLogoWhite

0

How do you convert HTML to c code?

Updated: 9/30/2022
User Avatar

Wiki User

11y ago

Best Answer

You can't. HTML is a markup language. C is a programming language. You can make C generate HTML, but C isn't anything like HTML in the way it functions.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert HTML to c code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you convert HTML into BBC code?

Try this online code converter http://www.seabreezecomputers.com/html2bbcode/


How do you convert .c extension to .exe?

To convert source code (.c file) to an executable (.exe) file you have to use a compiler, which is a translator of source code to machine code.


You do you use HTML to code a small Mweor layout?

Yes you do C:


How do you convert HTML controls to image?

I don't understand fully what you mean... Do you mean how do you use HTML to add an image to your site?If you do then:1. Type the following:


How do you convert c exe to source code?

Not possible.


How do you convert A B C in binary code?

A = 1010 b = 1011 c = 1100


what tool used to convert C++ source code into executable machine code?

Compliers are used to convert C++ into assembly code. Then a tool called an "assembler" converts that code into machine code. Finally, a "linker" connects all of those machine code files into a single executable.


How do you convert a video on your computer to HTML code?

Video does not convert to HTML code. You can compress it, or you can attach it to the webpage. ok but how to you attach the video to the site is what they are saying; I believe, do you know how to do this..?


Do you need Photoshop to make a custom Tumblr theme?

No! You just edit the HTML code c:


What Is The Code To Show An Html A Text?

<code><code>HTML TEXT HERE</code></code>


HTML code has a limit of 10 webpages per site?

No! HTML is simply code. You can write 1 million pages of HTML code if you want. HTML is not a program. Its code. Now you may have a program that uses HTML code and that program has limitations. But not HTML itself.


What is complier and its types in c?

C compiler is a set of program written in order to convert a user code into an executable code which is understood by a Computer.