Home>Web design tutorial> HTML tutorial
All Dreamweaver tutorial Javascript tutorial HTML tutorial CSS tutorial Experience and skills DHTML tutorial Web effects WEB standardization
HTML tutorial
  • Html5 calls the mobile phone camera and implements face recognition

    Html5 calls the mobile phone camera and implements face recognition

    It requires hybrid App development, native shell + webApp, which calls the native camera function in the web part and displays the camera content in the designated area of ​​the web page. At the same time, you can manually take photos and perform face rec
    2025-01-16
  • Share little-known personalization tags in HTML

    Share little-known personalization tags in HTML

    We know that HTML is a simple markup language. Some basic knowledge has been said and almost everything that needs to be said has been said. No one pays attention to what is new about HTML. In fact, Otherwise, maybe we are only familiar with the very comm
    2025-01-06
  • Include files are also included in HTML files

    Include files are also included in HTML files

    Netizens often ask in forums, can I read the content of another html file in an html file? The answer is yes, and there is more than one method. In the past, I would only use iframe to reference, but later I found several other methods. So today I will su
    2025-01-03
  • Receive parameters in address bar in html

    Receive parameters in address bar in html

    To receive parameters in the address bar in an html file, in the past, parameters were received in aspx. Just use request [parameter name].
    2025-01-03
  • Scroll up and down of layer (div)

    Scroll up and down of layer (div)

    <div id=demo style="OVERFLOW: hidden; HEIGHT: 235px">
    2025-01-02
  • Left and right scrolling of layer (div or table)

    Left and right scrolling of layer (div or table)

    if (w<=h){ if (h>=114 || h==0) {d.height=114}}else{ if (w>=114 || w==0) {d.width=114}}
    2025-01-02
  • Five common HTML mistakes in web design

    Five common HTML mistakes in web design

    The background color of most people's windows is white, but if you are a person like me, you will change the background color of the windows window to gray or other colors. In this way, if you do not set the background color of the web page, What you&
    2025-01-02
  • What are the characteristics of XHTML compared with HTML?

    What are the characteristics of XHTML compared with HTML?

    HTML is a basic WEB web page design language. XHTML is a markup language based on XML. It looks somewhat similar to HTML, with only some small but important differences. XHTML is an XML that plays a role similar to HTML. So, in essence, XHTML is a transit
    2024-12-31
  • Cool Web Scrollbars - Customize scroll bars for web pages

    Cool Web Scrollbars - Customize scroll bars for web pages

    Cool Web Scrollbars has a simple and clear operation interface, which is clear at a glance:
    2024-12-31
  • List of HTML tags<2>

    List of HTML tags<2>

    The following HTML Source Code is the basic structure of an HTML document:
    2024-12-31
  • List of HTML tags<1>

    List of HTML tags<1>

    Objection means that the mark is not approved by the W3C. Usually this mark is customized by Microsoft or Netscape and has been supported by everyone, but there are other options with the same or better functions in the HTML standard.
    2024-12-31
  • "Picture-in-picture" effect--discussing the use of IFRAME tags

    "Picture-in-picture" effect--discussing the use of IFRAME tags

    Iframe tag, also called floating frame tag, you can use it to embed an HTML document in an HTML display.
    2024-12-30
  • alt attribute and title attribute

    alt attribute and title attribute

    When browser vendors bend the standards and do things that don't follow the rules, they can cause problems, or at least confusion. One example is the way some browsers handle alt attributes (often incorrectly called alt tags), such as Internet Explore
    2024-12-30
  • Rediscovering HTML tables

    Rediscovering HTML tables

    HTML has 10 table-related tags. Below is a list with an introduction, but first, the document must be properly defined under HTML 4.01/XHTML 1 or HTML 5:
    2024-12-30
  • The most commonly used web page skin color code