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
  • Professional specifications for the code in the head area of ​​the website home page

    Professional specifications for the code in the head area of ​​the website home page

    The head area refers to the HTML code of the homepage<head> and</head> content between. Required tags 1. Company copyright annotation<!--- The site is designed by Maketown,Inc 06/2000 ---> 2. Web page display character set Simplified Chinese
    2025-02-04
  • Small way to insert video in html webpage

    Small way to insert video in html webpage

    现在如果要在页面中使用video标签,需要考虑三种情况,支持Ogg Theora或者VP8(如果这玩意儿没出事的话)的(Opera、Mozilla、Chrome),支持H.264的(Safari、IE 9、 Chrome), none of them (IE6
    2025-02-04
  • How to convert the absolute path of an image into a file object in html5

    How to convert the absolute path of an image into a file object in html5

    This article introduces how to convert the absolute path of an image into a file object in HTML5 and shares it with everyone. The details are as follows: Convert the absolute path of an image into base64 encoding. Please read this article. Let’s first und
    2025-02-04
  • H5 META Summary (End at the front end)

    H5 META Summary (End at the front end)

    As shown below: <meta name=viewport content=width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no>
    2025-02-03
  • Popular color elements used in Web 2.0 websites

    Popular color elements used in Web 2.0 websites

    The following are three sets of color elements that are currently popular on Web 2.0 websites: NeutralsShiny silver [#EEEEEE]Reddit white [#FFFFFF]Magnolia Mag.nolia [#F9F7ED]Interactive ac
    2025-02-03
  • Detailed explanation of px unit html5 responsive solution

    Detailed explanation of px unit html5 responsive solution

    The most commonly used h5 responsive solution for mobile terminals in recent years is the rem solution. This requires calculating the font-size of the root element to achieve responsiveness. But this solution also has a disadvantage, that is, when font-si
    2025-02-03
  • HTML5 uses the DRAG event editor to drag and drag up uploading pictures of the example code

    HTML5 uses the DRAG event editor to drag and drag up uploading pictures of the example code

    The editor's picture uploading is the use of this part of this seajs definition of the Tools module/** * created by zhaojunlike on 8/22/2017. */Define (function (Require, Exports, Module)
    2025-02-03
  • Detailed explanation of similar labels and attributes in html

    Detailed explanation of similar labels and attributes in html

    【1】<i></i> The same as the label: it means oblique body. Difference: (1) <em>The content that is emphasized <i>is a physical oblique body, which does not have the meaning of content. (2) <em>Tags are labels containing semantics, and search engines will un
    2025-02-03
  • How to draw a polygon based on random points in canvas

    How to draw a polygon based on random points in canvas

    The reason is that today when I was studying the book "HTML5+Javascript Animation Basics", in the third section of Chapter 8, I talked about how to use three springs to connect three points to perform stretching movements. After finishing the ex
    2025-02-03
  • A simple clock effect based on HTML5+CSS3

    A simple clock effect based on HTML5+CSS3

    Objective: Use HTML5 to achieve the knowledge point of pendulum effect: 1) Use Positive/Left/TOP and CALC () to achieve the level and vertical center of elements; 2) Use CSS3's Animation/Transform/Transform-Origin attributes;
    2025-02-03
  • Html5 local storage to realize the shopping cart function

    Html5 local storage to realize the shopping cart function

    At home, accompany maternity leave, boring, look at your previous project, and suddenly found that the shopping carts I wrote before were implemented with databases. There was nothing wrong with the database in principle, but it needs to be interacted wit
    2025-02-03
  • Detailed explanation of the marquee attribute in html

    Detailed explanation of the marquee attribute in html

    This tag is not part of HTML 3.2, and only supports the kernel after MSIE3, so if you use the non -IE kernel browser (such as: Netscape), you may not be able to see some of the interesting effect below. This tag is a container label syntax:<marquee></marq
    2025-02-03
  • Solution to the audio format supported by audio in html5

    Solution to the audio format supported by audio in html5

    The HTML5 Audio tag can support wav, mp3, ogg, acc, webm and other formats, but there is a very important music file format midi (extension mid) that does not have built-in support in major browsers. Not all browsers support MP3 OGG and the like. Each bro
    2025-02-03
  • Talk about the application of html web table table structured labeling

    Talk about the application of html web table table structured labeling

    Before talking about the structured mark of the web form, you should first read a few pictures. The structured and so -called structured of the HTML table is as shown in the above -mentioned first pair of graphs, which is to divide our tables into three t
    2025-02-03
  • Problems with HTML form elements overriding style elements and their remedies

    Problems with HTML form elements overriding style elements and their remedies

    In the process of designing HTML pages, we often encounter problems caused by form elements covering style elements. Figure 1 is a typical example. Don't underestimate this seemingly "low-level" problem. Similar problems are not uncommon eve
    2025-02-03