Home> Web design tutorial
All Dreamweaver tutorial Javascript tutorial HTML tutorial CSS tutorial Experience and skills DHTML tutorial Web effects WEB standardization
Web design tutorial
  • An example of the JavaScript bold method (displays the specified text in bold)

    An example of the JavaScript bold method (displays the specified text in bold)

    The JavaScript bold method lastIndexOf method returns a bold string defined using the HTML b tag. The syntax is as follows: the code copy is as follows: str_object.bold() Tip: This method does not comply with ECMA standards and is not recommended to use.
    2025-04-13
  • Detailed explanation of JavaScript code reuse mode

    Detailed explanation of JavaScript code reuse mode

    Code reuse and its principle code reuse, as the name suggests, is to reuse part or even all of the code that has been written, thereby building a new program. When talking about code reuse, the first thing we can think of is inheritance. The principle of
    2025-04-13
  • HTML5 INPUT placeholder and compatibility processing

    HTML5 INPUT placeholder and compatibility processing

    HTML5 has made many enhancements to Web Form, such as input's new type type, Form Validation, etc. Placeholder is another attribute added to HTML5. When input or textarea sets this attribute, the content of the value will be displayed as a gray letter
    2025-04-13
  • HTML5+CSS3 example tutorial: Player drawing triangle transformation

    HTML5+CSS3 example tutorial: Player drawing triangle transformation

    Article introduction of Wulin.com (www.vevb.com): Learn a little bit of Html5+Css3 every day, accumulate experience slowly, and start from the basics. The following mainly introduces drawing simple player buttons. Learn a little bit of Html5+Css3 every da
    2025-04-13
  • Detailed explanation of the use of <meta> tags in HTML

    Detailed explanation of the use of <meta> tags in HTML

    In the web page we make, if you want it to allow more people to visit, the best way is to find your URL through search engines, so your web page needs to have keywords that can be recognized by search engines, so in HTML<meta> Tags are this function, whic
    2025-04-13
  • JavaScript string object toLowerCase method beginner example (used to convert letters to lowercase)

    JavaScript string object toLowerCase method beginner example (used to convert letters to lowercase)

    JavaScript toLowerCase method The toLowerCase method is used to convert (English) strings to lowercase and return the converted string. The syntax is as follows: the copy code is as follows: str_object.toLowerCase() toLowerCase method is real
    2025-04-13
  • Function scope of javascript

    Function scope of javascript

    In some C-like programming languages, each piece of code in curly braces has its own scope, and variables are invisible outside of the code segment that declare them. We call block scope, and there is no block scope in JavaScript. JavaScript instead uses
    2025-04-13
  • Introduction to JsRender for object syntax

    Introduction to JsRender for object syntax

    This article briefly describes the basic syntax of JsRender for object. Share it for your reference. The details are as follows: As a JavaScript template engine, JsRender is essential to have a loop function, that is, for, but because JsRender is too flex
    2025-04-13
  • JS method to determine whether the browser supports a certain CSS3 attribute

    JS method to determine whether the browser supports a certain CSS3 attribute

    1. The emergence of the introduction of css3 makes the browser's performance more colorful. The biggest impact on the performance is animation. When writing animations in daily life, it is necessary to judge whether the browser supports it in advance,
    2025-04-13
  • HTML5 instance tutorial: URL type and email type usage

    HTML5 instance tutorial: URL type and email type usage

    Article introduction of Wulin.com (www.vevb.com): HTML5 daily practice input newly added URL types and email types applications. In the past, we used a lot of JS verification to create this type of input box. Now, it is no longer so troublesome to write t
    2025-04-13
  • Use HTML5 more efficiently: Best practices for mastering HTML5 code

    Use HTML5 more efficiently: Best practices for mastering HTML5 code

    Article introduction of Wulin.com (www.vevb.com): 8 best practices for optimizing HTML5 encoding. All signs show that 2012 is definitely the year of HTML 5 explosion. As for front-end encoding, HTML has swept the entire web development industry in its uni
    2025-04-13
  • Nodejs full stack framework StrongLoop recommendation

    Nodejs full stack framework StrongLoop recommendation

    StrongLoop is a powerful framework based on Nodejs, which contains almost all the functions required for mobile development full stack. Founded in 2013, it has few employees, a technology-driven and strong execution team. It was also in 2013 that I starte
    2025-04-13
  • JavaScript record number of text in text box to detect changes in text number

    JavaScript record number of text in text box to detect changes in text number

    Recently, I encountered such a problem in a project. I need to count the text entered by the user in the text box and display it below, because we are doing a SMS sending platform. Now our country’s SMS service, if your information exceeds 70 characters,
    2025-04-13
  • alert the value code in the array

    alert the value code in the array

    Js code/* * Then alert the value of the array * a represents the array */ function alert1(a) { var alength = a.length; if (alength > 1) { var r = random1(0,aleng
    2025-04-13
  • Teach you how to customize the sharing buttons of Baidu sharing plug-in and bshare sharing plug-in

    Teach you how to customize the sharing buttons of Baidu sharing plug-in and bshare sharing plug-in

    Baidu Sharing Plugin<style> .userStyle{ width:100%; height:30px; display:block; } .userStyle span.bds_more{ background:
    2025-04-13