Community
Articles Topics Q&A
Learn
Course Programming Dictionary
Tools Library
Development tools Website Source Code PHP Libraries JS special effects Website Materials Extension plug-ins
Leisure
Game Download Game Tutorials
search
English
简体中文 English 繁体中文 日本語 한국어 Melayu Français Deutsch
Login
singup

  • Popular searches:
  • PHP
  • MySQL
  • jquery
  • HTML
  • CSS
  • Whole station
  • Course
  • Article
  • Q&A
  • Download
Found a total of 10000 related content
Laravel 5.8 Chinese Documentation Manual

Course Intermediate  114115

Course Introduction:"Laravel 5.1/5.8 Cheatsheet: //m.sbmmt.com/phpkj/laravel/cheatsheet58.html" Manual introduction: Laravel 5.8 continues to optimize on the basis of Laravel 5.7, including the introduction of new Eloquent relationships ( has-one-through), optimize email verification, automatic registration of authorization policy classes based on agreement, DynamoDB cache and Session driver, optimize time zone configuration of task scheduler, support assigning multiple authentication guards to broadcast channels, PSR-16 cache driver specification etc.

MIP Documentation Manual

Course Advanced  13054

Course Introduction:MIP (Mobile Instant Pages - Mobile Web Accelerator) is a set of open technical standards applied to mobile web pages. By providing MIP-HTML specifications, MIP-JS operating environment and MIP-Cache page caching system, mobile web pages are accelerated.

Basic operations of PHP files

Course Intermediate  22822

Course Introduction:Many students do not know enough about the operation of PHP files when they are basic in PHP. This lesson will take you to learn the basic operations of PHP files. The main functions used in PHP file operations are PHP file-related functions. So we will mainly talk about That is, various functions related to PHP files. I believe this course will make you more interested in PHP!

Basic operations of PHP files

Course Intermediate  1585

Course Introduction:Many students do not know enough about the operation of PHP files when they are basic in PHP. This lesson will take you to learn the basic operations of PHP files. The main functions used in PHP file operations are PHP file-related functions. So we will mainly talk about That is, various functions related to PHP files. I believe this course will make you more interested in PHP!

HTML Chinese Reference Manual

Course Elementary  8164

Course Introduction:HTML Chinese Reference Manual

More courses
  • javascript - webpack generates HTML files from multiple entry files;

    Multiple entry files generate HTML files; generate HTML according to the number of entry files; for example: There are two entry files, home and about; use the html-webpack-plugin plug-in to create new; as follows: Generate HTMl according to the number of entry files ;For example: There are two entry files above; in...

    2017-06-17 09:16:25 0  1  860

  • Didn't see the html file

    I don’t see the html file on the right

    2020-08-04 10:56:04 0  0  1229

  • How to correctly assign paths linking HTML files and CSS files?

    So I have a folder on my desktop called "Project1" with two other folders inside it, one called "HTML" which has my HTML files in it and another called "CSS" which has my CSS files. How to link HTML file to CSS with pathname?

    2023-09-03 20:30:26 0  1  507

  • Do you need to create a corresponding HTML folder for each HTML under the view folder?

    Do you need to create a corresponding HTML folder for each HTML under the view folder?

    2018-10-04 22:00:51 0  1  1268

MoreQ&A
How to convert HTML files to PDF files

Course Introduction:How to convert HTML files to PDF files: first download a PDF file editor, such as Swift PDF Editor; then open the HTML file with a PDF editor; then modify the HTML file; and finally save the file as a PDF file format. Conversion can be completed.

2020-05-29 comment 0  7020

What is the difference between jsp files and html files

Course Introduction:The main difference between JSP and HTML files is that JSP files are executed on the server side, while HTML files are executed on the client side. JSP files can generate dynamic content, while HTML files provide static content. JSP files contain Java script, while HTML files do not. JSP files have a .jsp extension, while HTML files have a .html or .htm extension. JSP files generate HTML responses, and HTML files are sent directly to the browser. JSP is used to create interactive web pages, while HTML is used to create static web pages. JSP file maintenance requires server-side compilation and deployment.

2024-04-19 comment 0  707

How to link html files to css files

Course Introduction:To link an HTML file to a CSS file, you need to perform the following steps: Create a CSS file with a ".css" extension and add style rules. In the <head> element of the HTML file, add the <link rel="stylesheet" href="[CSS file name]"> link.

2024-04-22 comment 0  929

How to link css files with html files

Course Introduction:Linking a CSS file to an HTML file requires the following steps: Create and save the CSS file to the appropriate location. Add the <link rel="stylesheet" href="CSS file name"> tag to the <head> section of the HTML file.

2024-04-11 comment 0  1140

How to Link a CSS File to an HTML File?

Course Introduction:How to link a CSS file from HTML file? [duplicate]In HTML, you can link a CSS file to style your web page using the...

2024-12-03 comment 0  429

MoreTechnical Articles

Public welfare online PHP training,Help PHP learners grow quickly!

About us Disclaimer Sitemap

© php.cn All rights reserved