answersLogoWhite

0

Long form of HTML

Updated: 8/9/2023
User Avatar

Wiki User

14y ago

Best Answer

To code HTML, you'll need a text editor such as Notepad or Notepad++. You can write your HTML code in there and save the pages as "something.html". Make sure you have the ".html" extension. If you double click the file you have made, it will open up a web browser and you'll see what your HTML has done.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

Hyper text markup language

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

HTML is the form.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Long form of HTML
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the full form HTML?

It is Hypertext Markup Language (HTML)


How does HTML code produce the form displayed in the browser?

As subtle distinction between HTML and browser is that HTML code does not produce the form; the browser produces the form. The browser interprets HTML code to determine how to display page content.


How do you go from HTML form to php?

Build your form in HTML and specify your PHP file in the action of the document. HTML does the form stuff, PHP the processing (although you can - of course - use HTML inside PHP via print() or echo(), too)


What is the HTML form process?

HTML: Hyper text markup language Form is an object of a HTML..Inside it one can use many objects like text box,button. <form name="formname" id="f1"> our content </form>


What is HTML View?

The view of the website in form of HTML is HTML view. It is the basic code you write in text editor.


How do you make registration form in HTML?

no


How do you make forms on HTML?

Forms in HTML could be created very easily. They can be used by <form> tag predefined in HTML.


Can HTML form be sent by Ajax?

Yes. You can use AJAX to submit the form. You can also use AJAX to get the actual HTML to produce the form (although you might also simply use that AJAX call to describe the form and then produce the HTML on the receiving end.)


What three tags create the body of the form in HTML?

A form can be created in HTML using the <form> tag. Inside form tag we can use elements like input, submit or reset.


How does HTML code produces the form displayed in the browser?

HTML code has special meanings for special tags. The <form> tag tells the browser that a form is being created.


What is the first step to learn HTML?

The first step to learning HTML is leaning tags. The tags form the basic entity for HTML.


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.