Home \ Course List \ HTML \Learn HTML+CSS at your fingertips

Learn HTML+CSS at your fingertips

  • Start Learning |
  • Playback count 335290
  • Difficulty Intermediate
  • update time 2022-04-11 16:06
  • Type Tutorial on Graphic and Text
  • HTML+CSS is the most basic language for making WEB front-ends. It is the most basic language that developers need to learn. This course starts from the most basic concepts and goes in depth step by step, leading everyone to learn HTML and CSS and understand various commonly used tags. The meaning and basic usage of css, learn the basic styles of css, and lay the foundation for subsequent learning.

    • Course Catalog
    • Related articles
    • Courseware download
    5 hours of learning duration
    • How to use FPDF to generate PDF files in php?

      How to use FPDF to generate PDF files in php?

      FPDF is a PHP class library used to generate PDF (PortableDocumentFormat) files. It can generate various types of PDF documents in PHP websites, including tables, graphics, images, text, etc. Using FPDF makes it easy to create customized PDF files without using any special software or plug-ins. In this article, we will introduce in detail how to use FPDF to generate PDF files, including installation, creating PDF documents, adding text and images, setting page layout and View original text

    • PHP's array_diff() function: How to compare two arrays and return the difference value

      PHP's array_diff() function: How to compare two arrays and return the difference value

      PHP's array_diff() function: How to compare two arrays and return the difference value, specific code examples are required. In the PHP language, arrays are one of the most common data structures and are often used to store a set of data or records. When you need to compare the differences between two arrays, PHP provides a convenient function array_diff(), which compares two arrays and returns all different values. The syntax of the array_diff() function is as follows: arrayarray_diff(a View original text

    • PHP function introduction—urldecode(): Decode URL

      PHP function introduction—urldecode(): Decode URL

      Introduction to PHP functions—urldecode(): decoding URLs. When developing network applications, you often encounter situations where URLs need to be encoded and decoded. PHP provides some built-in functions to achieve this function, one of which is the urldecode() function. This article will introduce the usage and sample code of urldecode(). First, let's understand the concepts of URL encoding and decoding. In the URL, some special characters (such as spaces, slashes, question marks, etc.) are not allowed to appear directly. View original text

    • Recommended essential functions for Chinese processing: Detailed explanation of PHP iconv function

      Recommended essential functions for Chinese processing: Detailed explanation of PHP iconv function

      In the process of text processing, it is a common requirement to convert strings in different encoding formats. The iconv (InternationalizationConversion) function provided in the PHP language can meet this need very conveniently. This article will introduce the use of iconv function in detail from the following aspects: Definition of iconv function and introduction to common parameters Example demonstration: Convert GBK encoded string to UTF-8 encoded string Example demonstration: Convert UTF View original text

    • PHP Parse error: syntax error, unexpected '}' solution

      PHP Parse error: syntax error, unexpected '}' solution

      In PHP development, you may encounter various errors and problems. One of the common errors is "PHPParseerror:syntaxerror,unexpected'}'". This error message means that the PHP parser encountered a syntax error when parsing the code, and The "}" symbol was unexpectedly encountered. This article will introduce some methods to solve this error. 1. Check the code structure. First, check whether your code structure is correct and whether there are any missing brackets. View original text

    • PHP form processing function example: option menu

      PHP form processing function example: option menu

      PHP form processing function example: option menu The option menu is a commonly used element in Web forms. The options menu allows the user to select a value from a series of predefined options. In PHP, we can use an associative array to define a menu of options, and then use a form processing function to handle the user-selected value. Here is a simple example code: <formmethod="POST"action="handle_form.ph View original text

    • How to paginate and sort search results using PHP and Xunsearch

      How to paginate and sort search results using PHP and Xunsearch

      How to use PHP and Xunsearch to paginate and sort search results. In website development, the search function is a very important part. In order to improve search efficiency and search experience, we usually use full-text search engines to implement search functions. Xunsearch is a full-text search engine based on Lucene. It has powerful search and analysis capabilities and is widely used in various websites and applications. When using Xunsearch to search, we often encounter the need to paginate and sort the search results. View original text

    • PHP Warning: filesize() [function.filesize]: stat failed solution

      PHP Warning: filesize() [function.filesize]: stat failed solution

      When developing PHP projects, we often encounter problems related to file operations. One of the problems that often occurs is the error prompt "PHPWarning: filesize()[function.filesize]:statfailed". This error message often makes people confused and it is difficult to find a solution. This article will introduce the cause and solution of this problem, hoping to help everyone. The cause of the problem is in PHP, filesize View original text

    The courseware is currently not available for download, and the staff are organizing it. Please pay more attention to this course in the future~