Bold text in HTML

<b>This text is bold</b>
In a web browser this displays simply as:  This text is bold

--------------
The HTML element begins with a start tag: <b>
The content of the HTML element is: This text is bold
The HTML element ends with an end tag: </b>
The purpose of the <b> tag is to define an HTML element that should be displayed as bold.
This is also an HTML element:
<body>
This is my first homepage. <b>This text is bold</b>
</body>
This HTML element starts with the start tag <body>, and ends with the end tag </body>. The purpose of the <body> tag is to define the HTML element that contains the body of the HTML document.

Nhận xét

Bài đăng phổ biến từ blog này

What are restrictions for an applet

How to create a basic website with PHP and HTML