html learning notes of web
Catalogue
1. html definition
2.video tag
3. Download resources and audio tags
4.img label
5. Tags, hyperlinks
6: h label
7: meta tag
8: div tag:
9:span label
10: pre tag
11: p tag
12: center label
13: form label
14: Single choice, check, drop-down and upload Tags
15: u tag
16: table label
17:frameset tab
18: iframe (n. inline ...
Added by srhino on Wed, 02 Feb 2022 22:13:58 +0200
jQuery content review outline
catalogue
I am also a chicken, please communicate more ~ ~!! Thank you, roll king!
1, Basic introduction to jQuery
2, Use jQuery to output the first hello world
III. what is $()
4, Differences between jQuery and DOM objects
5, jQuery selector
6, jQuery property operation
7, DOM addition, deletion and modification
8, CSS styl ...
Added by social_experiment on Wed, 02 Feb 2022 08:52:57 +0200
CSS DIV box collapse problem
Box collapse problem
1 there is a problem
There are two nested DIV boxes. There is a sub box in the parent box. You want to have a gap between the sub box and the upper border of the parent box, but the outer margin added to the child element has no effect. The effect is displayed on the parent element.
Example:
Set the size of two DIV ...
Added by beachdaze on Wed, 02 Feb 2022 07:31:05 +0200
Practical training course - CSS Basics
1, CSS selector
The CSS selector is used to "find" (or select) the HTML element to style.
1. CSS element selector
The element selector selects HTML elements based on their names.
Example: all < p > labels on the page are centered:
p {
text-align: center;
}
2. CSS id selector
The id selector uses the id attribute of t ...
Added by xkaix on Wed, 02 Feb 2022 04:18:46 +0200
Web front end overview
A brief history of HTML
October 1991: an informal CERN( European Center for Nuclear Research )For the first time, the document discloses 18 HTML tags. The author of this document is a physicist Tim Berners-Lee So he is web The inventor, too World Wide Web Consortium Chairman of the Committee.November 1995: HTML 2.0 standard release (RFC 1866) ...
Added by divito on Tue, 01 Feb 2022 23:17:15 +0200
Getting started with HTML
Learning knowledge
Master HTML structureMaster the use of common HTML tags
What is HTML? The full name of HTML is hypertext markup language, which is a markup language. It includes a series of tags. Through these tags, the document format on the network can be unified, and the scattered Internet resources can be connected into a logical who ...
Added by brem13 on Tue, 01 Feb 2022 10:29:18 +0200
Talk about picture, responsiveness and user experience
The < picture > tag proposed by HTML5 is very practical. In the general direction of user experience in the new era, it can combine css and other HTML elements to achieve unexpected results.
picture is often used with < source > elements (multiple possible) and < img > elements (one at most).
source 1. srcset: accept fixed i ...
Added by spamyboy on Mon, 31 Jan 2022 20:56:33 +0200
Here comes little Moore! Take you to be a magical little Moore in 3 minutes!
On June 1, the mobile tour of Moore Manor was officially opened. The little blogger went to download it for the first time. It's so fun that with this blog, let's see how to realize this lovely (magical) little Moore!!
Realization effect
Hahaha, is this little Moore's head very magical? The blogger tried his best! Isn't it cute~~
Implement ...
Added by Firestorm3d on Mon, 31 Jan 2022 20:51:33 +0200
Self summary of html
1: Preface (what is Web technology?)
The purpose of writing this article is to record some of the author's own learning gains, or learning process. It's just my personal opinion and understanding, because I'm just getting started. There may be many omissions and mistakes. Please forgive me.
Let's get down to business. First, what is Web ...
Added by kernelgpf on Mon, 31 Jan 2022 19:03:18 +0200
nextcloud private cloud disk setup
1, Extremely simplified deployment
One click deployment with docker
advantageshortcomingSimple, fast, true one click deploymentThis is a miniaturized deployment and is suitable for private use. If it needs to be used by more than one person, it is recommended to adopt the normal deployment mode
1. Install docker
centos 6 installation met ...
Added by ejbrever on Mon, 31 Jan 2022 11:00:01 +0200