Ditampilakan information on an HTML document must follow the rules of proper writing, in among them the use of paragraphs. in the format of an HTML document, the function of a paragraph was added to a web browser to be able to recognize it. syntax used to menguliskan paragraphs dlam HTML document, is as follows:
<p [prpoerti]>. . . . . . . . . </ P>
information
property is the capability is added to the paragraph tag
Used properties:
align = right arrangement headings [left, right, center, and justify]
examples of the use of tag properties :
<p [prpoerti]>. . . . . . . . . </ P>
information
property is the capability is added to the paragraph tag
Used properties:
align = right arrangement headings [left, right, center, and justify]
examples of the use of tag properties :
<html>
<head>
<title> practice heading </title>
</head>
<body>
<h1 align="center"> Learning Property Tag </h1>
<p align "justify"> HTML, the which stands for HyperText Markup Language, is the predominant markup language for web pages. HTML is the basic building-blocks of webpages.
</p>
<p align="left"> HTML is written in the form of HTML elements consisting of tags, enclosed in angle brackets (like <html>), Within the web page content. HTML tags normally come in pairs like <h1> and </h1>. The first tag in a pair is the start tag, the second tag is the end tag (They Are Also Called opening tags and closing tags). In Between these tags cans web designers add text, tables, images, etc.
The purpose of a web browser is to read HTML documents and compose a visual or audible Them into web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page.
</p>
<p align="center"> HTML is written in the form of HTML elements consisting of tags, enclosed in angle brackets (like <html>), Within the web page content. HTML tags normally come in pairs like and. The first tag in a pair is the start tag, the second tag is the end tag (They Are Also Called opening tags and closing tags). In Between these tags cans web designers add text, tables, images, etc.
The purpose of a web browser is to read HTML documents and compose a visual or audible Them into web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page.
</p>
</Body>
</Html>
<head>
<title> practice heading </title>
</head>
<body>
<h1 align="center"> Learning Property Tag </h1>
<p align "justify"> HTML, the which stands for HyperText Markup Language, is the predominant markup language for web pages. HTML is the basic building-blocks of webpages.
</p>
<p align="left"> HTML is written in the form of HTML elements consisting of tags, enclosed in angle brackets (like <html>), Within the web page content. HTML tags normally come in pairs like <h1> and </h1>. The first tag in a pair is the start tag, the second tag is the end tag (They Are Also Called opening tags and closing tags). In Between these tags cans web designers add text, tables, images, etc.
The purpose of a web browser is to read HTML documents and compose a visual or audible Them into web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page.
</p>
<p align="center"> HTML is written in the form of HTML elements consisting of tags, enclosed in angle brackets (like <html>), Within the web page content. HTML tags normally come in pairs like and. The first tag in a pair is the start tag, the second tag is the end tag (They Are Also Called opening tags and closing tags). In Between these tags cans web designers add text, tables, images, etc.
The purpose of a web browser is to read HTML documents and compose a visual or audible Them into web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page.
</p>
</Body>
</Html>
On the browser :
No comments:
Post a Comment