answersLogoWhite

0

HTML doesn't use commands. It is a set of tags that are used to outline a webpage. Put in .html files, these tags are eventually read by Web Browsers and interpreted to display a webpage. Sample HTML File <html>

<head>

<title>My HTML Files</title>

</head>

<body>

This is body text.<br>

<b>This is bold text</b><br>

</body>

</html>

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

Why HTML is known as markup language because it uses marking tags like?

HTML is called markup language because it uses Markup Tags. Some examples of tags are &lt;p&gt;, &lt;head&gt;, &lt;body&gt; etc.


What are built-in tags Like for HTML and CSS?

No tags are used in CSS. Tags are actually what CSS primarily styles.


What are the different kinds of HTML tags attribute?

HTML is a markup language, thus has a number of tags. Some very common tags are &lt;p&gt;,&lt;a&gt;&lt;body&gt; etc.


What are the various HTML tags?

There are a large number of tags in HTML. Some of them are: &lt;style&gt;,&lt;script&gt;,&lt;p&gt;,&lt;img&gt;,&lt;audio&gt;,&lt;span&gt; etc.


What are HTML tages?

HTML tags are the predefined tags that are embedded within the "&lt;&gt;". Each HTML tags has the following attributes and operations.


How HTML tags needed to create a basic webpage?

HTML tags can be made to create a basic webpage. The basic tags with some text can make a webpage in basic format.


How do you build a website with HTML?

You can build a website by HTML using it's predefined tags. Head, Body, A, P etc are some of the tags that can be used.


What are the most 10 common tags in HTML?

There are many tags which can be used to some extent. Main 10 tags are:Head Body Title HTML Meta Script Link Span a p.


What is the connection of a notepad with HTML tags?

You can use Notepad to write HTML pages, and HTML consists of tags. So you would be writing a lot of tags when using Notepad to create a HTML page.


What does HTML use tags for?

HTML cannot work without it's tags. It uses tags for it's scripting work.


What is an HTML webpage?

An HTML webpage is a collection of HTML tags. The tags are arranged in a proper way to create a web page.


How do you add HTML to your website?

HTML can be added by adding tags to the code. HTML tags are the ones that cause the view to modify.