html advanced Tags
html2.0 learning notes
I html advanced Tags 1. The HTML encoding format is &; There are three common: 1) Spaces, & nbsp; 2)<,<; 3)>,>; 2. < br > Enter (line feed) 3. < HR > horizontal line 4. Ordered list labels Basic format:
<ol>
<li></li>
...
<li></li>
</ol ...
Posted by marty68 on Wed, 26 Jan 2022 02:20:13 +0100
Cutting exercise notes - staggered floating version
Staggered floating plate
target
Step 1.
Basic architecture. The item contains picture blocks and text blocks. The size of the picture is 600x350
<body>
<div class="wrap">
<!-- item 1 -->
<div class="item">
<div class="pic">
<img src="https://picsum.photos/6 ...
Posted by walkonet on Tue, 25 Jan 2022 17:23:25 +0100
[first stage of front-end employment course] HTML5 zero foundation to actual combat hyperlink
In order not to affect reading, the directory is at the bottom
Note: when the mobile phone (APP) is turned on, the content will be displayed better, and you can only chat with bloggers who won't talk privately If you want to get the code, just pull it to the bottom of the blog, and the directory is also at the bottom
1, External resource hype ...
Posted by brownka on Tue, 25 Jan 2022 07:44:53 +0100
Css simple learning
preface
This article introduces the use of Css combined with HTML. It is a reference for back-end learners, not a front-end professional article.
catalogue
1, Basic concept and usage of CSS
1.1 basic concept of css
1.2. Benefits of using Css:
1.3. Use of css
2, Selector
2.1 selector definition
2.2 classification
3, Attributes
IV. ca ...
Posted by pootergeist on Tue, 25 Jan 2022 02:36:52 +0100
Asynchronous message notification processing based on RabbitMQ
Business scenario
A simple business scenario, such as: there are multiple interrelated areas for asynchronous data acquisition and display on a web page. How to gracefully notify other areas to refresh data asynchronously when updating data in one area?
Figure 1 business scenario
When the operation status of list data changes, the above sta ...
Posted by illzz on Mon, 24 Jan 2022 09:17:02 +0100
The twelfth learning week
The main content of this weekly diary is Vue js Including Vue JS and Vue JS template syntax
1, Vue JS start ① Each Vue application needs to be implemented by instantiating Vue.
The syntax format is as follows: var vm = new Vue({ //Options })
example
<html>
<head>
<meta charset="utf-8">
<title>Vue Test example - Roo ...
Posted by fantasticham on Mon, 24 Jan 2022 06:46:35 +0100
Basic learning of CSS -- element display mode & background
Learning content
1. Element display mode of CSS
1.1 what is the element display mode
The element display mode is how elements (labels) are displayed. For example, < div > occupies one line. For example, multiple < span > can be placed in one line.
HTML elements are generally divided into two types: block elements and inline elem ...
Posted by tmaiden on Mon, 24 Jan 2022 02:26:46 +0100
Parsel -- crawler page parsing tool
Parsel - Crawler page parsing tool
[statement]: This article is not original, but the source address of the article was not found
parsel is a product of sweep and a built-in selector of sweep. It includes re, css and xpath selectors. It can extract and delete data from HTML and XML. Using this library can make the code concise.
1 installat ...
Posted by stevehossy on Mon, 24 Jan 2022 01:23:03 +0100
Front end introduction learning notes: HTML
HTML css js
1, Basic understanding
A. Understand web pages and related concepts
1. Website essence: collection of web pages
2. Web page: it is essentially an HTML file, which displays the page in the browser. Web pages are composed of text, video, images, etc
B. Browser
1. Common international br ...
Posted by garfield213 on Sun, 23 Jan 2022 23:39:01 +0100
Reprint: N methods to align the list in the last line of CSS flex layout to the left
Click "programmer Xiaole" at the top to pay attention, and grow together with star standard or top
At 00:00 a.m. every day, I make an appointment with you at the first time
Daily English
Nothing in this world no wounds people can really heal yourself,only yourself.
There is no one in this world who is not ...
Posted by phpfre@k* on Sun, 23 Jan 2022 13:27:20 +0100