answersLogoWhite

0

Would you use HTML to create a website?

Updated: 8/20/2019
User Avatar

Wiki User

10y ago

Best Answer

Basically HTML is used for making any website... It is totally depends on website subject which CMS you want use? Suppose if you want to make ecommerce website, you will use Magento etc.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Would you use HTML to create a website?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why you want to use HTML?

To create a website


What tools do I use to create a website?

You need some type of HTML editor to create a website. Once you have the HTML editor, you need to learn how to use HTML to see what kind of content that needs to be created.


Does building your own website require a lot of HTML use?

For as little as $4.99 per month, you can create your own website on Homestead with no HTML codes required.


How can HTML help create websites?

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.


How do you create a new site?

You can create a website using an HTML editor software. These are available online for free. The one I use is KompoZer. You can also create a website using WordPress for free at WordPress.org


Can an entire website be written in Javascript?

No. The website is still going to need to be displayed in HTML, and CSS is going to be needed to create the layout. While you could use JavaScript to create the HTML structure, you still will need a base HTML document just to get the browser to call the JavaScript's initial functions.


How To Use HTML?

HTML stands for Hypertext Markup Language. HTML is the code used on websites all across the Internet. HTML is the code that makes a website a website. HTML is quite simple to learn how to use. HTML code that is typed by hand to create a website is old school now days. There are several programs out there are enable you to create a website without the need to know HTML code by hand. The new programs out there enables nearly anyone from the new person to the advanced person to make a website within minutes.The HTML code to make a link on your website is quite simple. HTML code is basic code that just learn to memorize in your mind. It is simple to remember to short code lines that you input to create certain things on a website like a small link to another page. HTML code is just a code like a different language. It is all memory.The new software out there made for creation of a website has the HTML code built into


Why do you use HTML?

HTML is used to create web pages. Site authors use HTML to format text as titles and headings, to arrange graphics on a webpage, to link to different pages within a website, and to link to different websites.


Can you able to create table using css?

You can style a table in CSS, HTML is what you would use to create it though.


What simple text editor will you use to create your HTML code?

The simplest one to use would be Notepad.


How can one use free html templates to create a high quality website?

If they know code, they can change the code for the website for what they want the website to be. Also, they can use CSS to make the website more beautiful and much better.


What are the required elements for a simple HTML document?

Here is a simple HTML website: <HTML> <title>My first website<title> <body> <body bgcolor=0033FF> <font color=00CCFF> <h1>My website</h1> </font> </body> </HTML>