answersLogoWhite

0

What is the importance of HTML?

Updated: 8/10/2023
User Avatar

Wiki User

14y ago

Best Answer

HTML is the language of the web. It is what you need to know if you are going to consider yourself a web designer. You can't have a website without HTML and you can't be considered an expert in web development without mastering HTML.

HTML is an important programming language for building websites, so it's always worth brushing up on it before starting any new project, no matter how simple or complex. visit cronj IT frontend blog.

User Avatar

shivanimude

Lvl 3
2y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago
The Role of HTMLThe basic language of the Web is HTML (HyperText Markup Language), a markup language that uses tags to specify the structure of the page content. HTML is easy to use and to learn; for example, take a look at the following:

My Web Page

My Web Page

This markup shows an h2 heading that tells the browser to display the text information between the opening and closing tag in a specific way -- including the size of the text, the weight of the text, and spacing before and after the text. You can change the presentation of the h2 heading through HTML tags, such as :

My Web Page

My Web Page

You can also change the presentation using CSS (Cascading Style Sheets) to obtain the same effect, as shown in the following code:

h2 {font-style: italic;} // This will make all

elements have italic writing

h3 {text-decoration: underline;} // Underlines

elements

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

HyperText Markup Language (HTML) is used to make webpages.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

I've never seen a website before that didn't have HTML in it.

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

HTML is the language that is used to create web pages, so it is critical to making them. Without HTML, you would not have web pages.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

HTML came as a markup language which was very easy to understand. It brought revolution into the world of web page designing.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Every web page has HTML in it.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the importance of HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why is it useful to know HTML?

It is important to know HTML as it serves a very great purpose for web. A person knowing HTML is of great importance in industry.


What is the importance of a php server?

A browser (firefox, chrome, opera, internet explorer etc) cannot read anything but html. The job of converting php code into html code is handled by a PHP Server (Apache, IIS or others).


Differentiate HTML tag from an HTML documents?

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


What is the economic importance of ascomycota?

"The ascomycetes are of great economic importance as decomposers of dead material, parasites on crops, producers of antibiotics and other industrial products in food production (bread, beer, wine, etc.)." http://www.els.net/WileyCDA/ElsArticle/refId-a0000346.html


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 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


How do you cancel HTML?

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


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.