Summary about <b> attention points

Source: Internet
Author: User
Tags learn php php print php write
Use HTML bold tags to use b tags or strong tags to bold text. 1, the corresponding syntax is as follows: &LT;B&GT;&LT;/B&GT;&LT;STRONG&GT;&LT;STRONG&GT;2, application Case 1), HTML case complete code (can copy test): <! DOCTYPE html>

1. How to set the bold font for HTML text

Introduction: First, use the HTML bold label to use the B tag or strong tag to the text bold. 1. The corresponding grammar is as follows: <b></b> <strong><strong>

2. <b> and <strong> differences in HTML

Summary: Although the two show the same effect on a Web page, the actual purpose is different. This label corresponds to bold, that is, the text is bold, its purpose is only to bold display text, is a style/style requirements; This label means to strengthen, indicating that the text is more important to remind the reader/terminal attention. In order to achieve this goal, the browser and other terminals will be bold display, Summary: In order to bold and bold, in order to indicate the emphasis and bold.

3. HTML <b>, <strong>, <big>, <small>, <em>, <i>, <sub> and <sup> tags

Introduction: HTML <b>, <strong>, <big>, <small>, <em>, <i>, <sub>, and <sup> tags

4. Yang Hui triangle php write Yang Hui triangle Instance Code

Synopsis: Yang Hui triangle: Yang Hui triangle php write Yang Hui triangle Instance code: Copy code code as follows: <?php//Yang Hui triangle for ($i =6; $i >= 0; $i-) {for ($j = $i; $j <= 6; $j + +) {if ($j < = 6-1) {echo "<b>a</b>";} else {echo "<br/>";}} ?> php print Yang Hui triangle Custom Copy Code code is as follows: &l

5. Photoshop cs2 v9.0 Green Chinese php Introductory learning Knowledge Point seven basic application of PHP functions

Introduction: Photoshop CS2 v9.0 Green Chinese version: Photoshop cs2 v9.0 Green English PHP Primer Learning Point Seven basic application of PHP functions: Copy code code as follows: <?php/* Simple function */functions Font Bold ($con) {return "<B> $con </B>";} $str = "simple function test! "; echo "Plain text: $str <br>"; echo "bold text:". FontBold ($STR). ""; /* * with

6. Smarty Strip_tags Filter HTML tags after truncate interception of the use of the article

Introduction:: Smarty first strip_tags filter HTML tags after truncate interception of the article use: Strip_tags () function stripped HTML, XML and PHP tags. Copy the code as follows: <?php Echo strip_tags ("Hello <b>world!</b>"),?> Smarty can use Strip_tags to remove HTML tags, including in < Any content between the >. For example: index.php: Copy code code as follows: $smarty

7. Androidmanifest.xml PHP XML Instance message book

Introduction: AndroidManifest.xml:AndroidManifest.xml PHP XML Instance message book: Copy the Code as follows: <?php//Open the XML file used to store the message $guestbook = Simplexml_ Load_file (' Db/guestbook.xml '); foreach ($guestbook->thread as $th)//loops through each thread tag {echo <B> title:</b> in the XML data. $th->tit

8. Learn PHP must collection of several classic code 1th/2 page

Introduction:: Learn PHP must collection of several classic code 1th/2 page: Classic Loop example <HTML> <HEAD> <TITLE> Classic Loop example </TITLE> </HEAD> <body > <? for ($counter = 1; $counter <= 6; $counter + +)//loop 6 times {print ("<b>coun

9. Https://exo-l.smtown.com/home <b> Some common PHP functions </b>

Introduction: Https://exo-l.smtown.com/home:https://exo-l.smtown.com/home <b> some commonly used PHP functions </b>:1. Generate a random string function <? php function Random ($length) {$hash = '; $chars = ' abcdefghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqrstuvwxyz '; $ max = strlen ($cha

PHP Judging character types php Common string output Method analysis original

Introduction: PHP Judgment character type: PHP judgment character type PHP common string output Method analysis Original: This article describes the common PHP string output method. Share to everyone for reference, as follows: 1. echo Usage: Can be directly output with Echo or echo () output, no return value $string= "<b> bold display text </b>"; Echo $string;//echo "<br/>";//echo ( $string);//Effect echo "<br/>"; echo "This", "I

"Related question and answer recommendation":

JavaScript-in Twaver, what does this sentence mean by "Link.settooltip (" <b>Hello111</b> ");

About the Vue methods

Java-a is a subclass of B, why is list<a> not a subclass of list<b>?

What is the difference between the two types of emphasis?

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.