answersLogoWhite

0

What is the code inside the HTML?

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

hyper text markup language

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you create a simple JavaScript message inside the HTML?

You need to type the following code to create a simple JavaScript message inside the HTML


Hoew to conect one page to another page in aspnet code?

page1.aspx page2.aspx page3.aspx Inside the <head> of page1.aspx you would put HTML Code: <link rel="next" href="page2.aspx"> , inside the <head> of page2.aspx you would put HTML Code: <link rel="next" href="page3.aspx"> and HTML Code: <link rel="previous" href="page1.aspx"> and in page3.html you would put HTML Code: <link rel="previous" href="page2.aspx">


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 the HTML code to make link inside a table?

You have to use the anchor tag to make a link. The code will be <a><table>Table-Stuff</table></a>.


How you can use jquery in HTML?

jQuery is like JavaScript, you can code inside your html file using the <script> tag. Or you can use an include tag and call an external sheet with your jQuery code.


How do you pull up your HTML code?

You can pull up your HTML code by right clicking the code and hitting, View Source. This will open the HTML code and you can format it.


What Pokemon game has a HTML code?

No game has HTML code because HTML is only for web design.


What is the name given to a piece of HTML code?

There is no specific name to a piece of HTML code. It is just an HTML code written in markup language.


Can you see the HTML code in Kompozer?

Yes, you can see the HTML code in Kompozer.


What is an embedded style?

Embedded CSS simply means that your CSS is written in an external file (i.e. not in your HTML file). The external file can be anywhere on your server and must end in ".css". You would call this CSS file from inside your HTML file like this:On the otherhand, inline CSS is when your CSS is included inside of your HTML code, for example:foo


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.