answersLogoWhite

0

What do you put for the HTML for your website?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

HTML contents can vary from website to website. They depend upon how the user wants his/her website.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do you put for the HTML for your website?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you use HTML to make a website?

HTML is the bottom most part of a website, it is the blue prints to the entire website, every little box, letter and image you see on a website is all put there by HTML.


How do I put videos on my website using HTML?

If you want to put a youtube video onto your website then click on the share button. Then click on the option Embed. There will be HTML text, all you have to do is copy and paste that. :) Good luck!


How do you get rid of internet suggestions for your website?

put in the HTML autocomplete="off" where the form is


When making an HTML website how do you put text on the right of the page?

You can put the text on the right using float command. It is there in the style element.


How do you build HTML website?

Google HTML.


How do you insert a HTML into your website?

You need to create your complete website with HTML. Right and open it with notepad to view the HTML code.


Can you make a game and put it on your website with a HTML code?

you definitely can't create a game with HTML codes. You can make a game with certain software (trust me it's a lot of work making a game). After you have created the game it is possible to embed it on your website. HTML has nothing to do with games, HTML is used as a basic building block for creating websites


What is HTML mode?

HTML is basicly website coding


How do you put skincraft on your website?

Answer By Descrete_101:First You Can Use The HTML To Put On Your Site EASY! The HTML Code Is: Now, If You Want To Do It A More Complex Way Then Download The File. I Dont Remember The File Link But If I Ever Do I Will Tell You!


What is the page called where you put your websites?

usually it will be HTML and you can see this when you write the code for the website- at the beginning and the end. it will look like this: <HTML> and a bunch of other stuff in brackets like that


What's the full form of HTML?

HTML is stand for Hyper Text Markup language. HTML is a skeleton of your website. HTML is a markup language which is very useful for designing a website because without html we can't design a website that's why because html we provide all design pattern for design a website and all browser is only understand HTML format. For more info visit @javatpoint


How do you prepare an HTML?

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