answersLogoWhite

0

What can HTML do?

Updated: 11/2/2022
User Avatar

Wiki User

12y ago

Best Answer

HTML (hyper text markup language) is a type of coding that most websites are made out of. To make it easier to use, an HTML file is usually paired with a css (cascading style sheet) to control the style. Html's capabilitys are almost endless, with links, colour, backgrounds and more. If you want to become serious about learning HTML, then please ask someone else!

Html or Hyper text markup language is one of the languages that let you create a websites. If you go to a web page and right click on the background and select view source that is usually HTML.

===========================

alexsts:

Basically there is no website currently on the internet which does not use HTML.

You can see many different extensions for the files but basic template for any of those is HTML structure.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What can HTML do?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Differentiate HTML tag from an HTML documents?

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


How do you prepare an HTML?

The basic HTML base to a HTML website is <HTML> <title> </title> <head> </head> <body> </body> </HTML>


How do you put HTML in PHP?

Its done exactly the same as when you put it in an HTML file. There are 2 ways you can do it: <html> <?php // php stuff ?> </html> Or you can do it like this: <?php echo "<html>"; // php stuff echo "</html>"; ?>


Is html a replacement for xhtml?

No. HTML existed before XHTML. XHTML combines XML and HTML, so it is an advancement on HTML.


True or false the latest reformulated version of HTML is HTML 1.0?

This is false, the newest version of HTML is HTML 5.


How do you cancel HTML?

To cancel or end an <html> tag you simply type </html>.


How do you submit an HTML?

I don't understand exactly what you mean by that but if you simply save a file with the extension .HTML it will be a HTML file that you can publish online. for eg <HTML> <body> This is my HTML page </body> </HTML> will simply show "This is my HTML page" on your web browser hope i helped


What helps you create an HTML file by inserting HTML codes for you as you work?

Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.Special HTML editor programs, like Dreamweaver.


How can save the HTML application from in online HTML code?

HTML Application could be recovered as HTML codes. Saving the page as HTML could give us an insight about the structure.


Is HTML protocol or not?

HTML is a protocol


How do you create web by HTML tages?

Web can be created by creating a .html file. Inside the HTML file, you can put the tags of HTML.


What are the two HTML syntaxes?

HTML is a markup language and it's syntax is well defined. It can be used as <html><body>...</body></html>