answersLogoWhite

0

What is basic HTML code?

User Avatar

Anonymous

10y ago
Updated: 8/18/2019

Below is an example of a very basic webpage:

<html>

<head>

<title>My First Webpage</title>

</head>

<body bgcolor="yellow">

<p>This is a yellow webpage</p>

</body>

</html>

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is the basic code for creating a webpage?

HTML?


What is HTML View?

The view of the website in form of HTML is HTML view. It is the basic code you write in text editor.


Why do you use a HTML?

HTML is the language used to code web pages, it formes the basic structure of a web page. Without HTML, webpages would not exist.


How do you embed HTML codes in a blog?

To add HTML code to your Blog:> Click on Customize/Layout> Click on Add a Gadget> Under Basic menu, click + button beside Add HTML/JavascriptThe feature opens up a new window where you can paste your HTML code.


What is HTML-only?

All websites use HTML, but some sites use HTML in conjunction with one or more other coding languages like Javascript or CSS. HTML-only means it uses just the basic coding.


What is www and HTML?

WWW stands for World Wide Web. HTML stands for Hyper Text Markup Language which is a basic web code, these files usually end in .html or .htm


What are the basic HTML codes?

Some basic HTML codes are as followed


What Is The Code To Show An Html A Text?

&lt;code&gt;&lt;code&gt;HTML TEXT HERE&lt;/code&gt;&lt;/code&gt;


HTML code has a limit of 10 webpages per site?

No! HTML is simply code. You can write 1 million pages of HTML code if you want. HTML is not a program. Its code. Now you may have a program that uses HTML code and that program has limitations. But not HTML itself.


What does HTML stand for and what is it?

HTML stands for Hypertext Markup Language, and it is the most basic form of code for making a website. it uses the same format whether your using Xhtml, Html, Css, Css3, Html5, and so on...


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


Example of a HTML documents?

A HTML document is just a website. If you mean a code however, here is one random one. Basic too. Code: &lt;html&gt; &lt;head&gt; &lt;title&gt;Webste title that appears like Random - "internet browser"&lt;/title&gt; &lt;/head&gt; &lt;body&gt; Information that is in the actual viewing area &lt;/body&gt; &lt;/html&gt;