answersLogoWhite

0

How can HTML help create websites?

User Avatar

Anonymous

10y ago
Updated: 8/20/2019

HTML is a page formatting language. It tells the web browser how to display content. You need to use HTML when you create websites. Some Website designers will allow you to edit in a WYSIWYG format and automatically create the HTML code in the background for you.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

How do people use HTML?

People use it to create websites


What does the initial HTML represent?

HTML stands for "hyper-text markup language", Used to create websites.


What is HTML and why you use HTML?

HTML - Hyper Text Markup Language is a computer programming language which can be used to create webpages/websites.


Where can i get help with HTML?

HTML, or Hyper Text Mark-Up Language, is used to create web pages. If you want to create one, you can start with a text -editing program such as notepad or textpad, or a program like Adobe Dreamweaver or Microsoft Frontpage.


The term HTML refers to?

(Apex) A programming language used to create websites.


What are some free online tools that help one create a webpage?

There are a lot of websites that help you build a website from templates or from scratch however do require pay. Some of the online tools are templates, programs such as Dreamweaver to help you make HTML coded websites.


What language did Tim Berners-Lee create 1990?

HTML (Hyper Text Markup Language) used to create websites


Where can one find information on HTML LI online?

One can find information on HTML LI online at many websites such as forums, tutorial websites, and learning websites. These websites can answer your questions because they are user based and meant to help you.


How can you designing a web?

You can design a websites with the help of HTML,CSS and Java Script.


What type of pages are created with the help of HTML?

You can create any type of pages using HTML because html is a language used to create web pages for display in browser. And you can also create a static page by using HTML.


Why is HTML needed?

Websites are built using HTML. It was designed to be used to work on the World Wide Web. It is the basic building block of web pages. If you want to create web pages then you should learn how to use HTML. You can still use other applications to create pages, like Dreamweaver, but a knowledge of HTML will help your understanding of what the application that is building your page is actually doing and allow you to make any changes you want.


What is the function of LIST tag in HTML language?

There is no LIST tag in HTML. There are two tags that can help us create lists. <OL> to create ordered lists <UL> to create unordered lists