answersLogoWhite

0


Best Answer

Html is composed of tags that describes its structure. Each tag is used for different structural parts called elements. Below is an example of a heading and a paragraph.

<h1>This is a title</h1>

<p>This is the body of the paragraph</p>

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What can be the example for HTML syntax?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the fundamental unit of HTML syntax?

the &lt;&gt; brackets, for example to begin an HTML document you begin with the tag &lt;html&gt;


Are HTML tags and syntax the same?

No. Syntax is/are the rules of the language, tags are part of the syntax.


What is the syntax to call a jsp page from HTML button?

There are several ways to use an HTML button to go to a web page. You can keep it simple. This example uses "page.jsp" in the same directory as your HTML page for your target location. You can use the following code:


What are the two HTML syntaxes?

HTML is a markup language and it's syntax is well defined. It can be used as &lt;html&gt;&lt;body&gt;...&lt;/body&gt;&lt;/html&gt;


Is there a way to get syntax colouring in HTML for HTML code inside a text area?

For Syntax coloring you can use HTML Editors such as : * Arachnophilia * BBEdit * BlueFish * Coda * E Text Editor * Eclipse with the Web Tools Platform * EditPlus * EmEditor * HTML-Kit * HomeSite * Notepad++ These editors automatically sets a color for your syntax.


What syntax-based language integrates into HTML pages?

JavaScript


Which of the following is the correct syntax for HTML Anchor Control?

linktest


What will be the HTML syntax of the image after copying it to a CD?

An image does not have an HTML syntax. If you copy an image from a Webpage, you save just the image file (e.g. image.jpg). You do not save any of the HTML code used to tell the browser where to locate the image to display on the page.


Benefits of using HTML?

The main benefit of using HTML is its easy syntax. The tags are very powerful to use.


How do you get xml in HTML?

xml can be written straight into html code and vice versa using the correct syntax, ie your html in here and your xml in here


What are 5 example of syntax in microsoftexel?

What are 5 example of syntax in microsoft exel?


Syntax when using image tag to an HTML document?

The basic syntax is:Additional optional attributes include height, width, and border.