Javaa Development Backend Note - 0813 (HTML/CSS)

HTML: Hyper Text Markup Language All tags can be nested, some have syntax requirements Most tags have a start tag and a end tag, and one of them has a separate tag because it only has a single function or there is nothing to decorate to end within the tag Basic formatting of HTML < head> </head>Header Label< body></ ...

Added by abalfazl on Thu, 23 Dec 2021 05:03:40 +0200

HTML common tags

preface Learning labels is tricky. The focus is to remember the semantics of each label. According to the semantics of tags, giving the most reasonable tags in the right place can make the page structure clearer. This article introduces some common tags of HTMl. For some tags that are not commonly used, those interested can go to the of ...

Added by nesargha on Thu, 23 Dec 2021 03:44:43 +0200

Simple implementation of ejs template engine

1. CausesIn a recent sharing by the Department, someone proposed to implement an ejs template engine. Suddenly, he found that he had never considered this problem before and had always taken it directly for use. Let's do it. This paper mainly introduces the simple use of ejs, not all of which are implemented. The part related to options configu ...

Added by RiBlanced on Wed, 22 Dec 2021 22:16:10 +0200

Implementation principle of scoped privatization style in vue

In vue, the original intention of scoped design is to make the style private so that it will not affect the style anywhere else. Let's start with the principle of implementing module components. By looking at the DOM structure, it is found that vue ensures uniqueness by adding unique and non duplicate marks on the DOM structure and css style, ...

Added by sareejoh on Wed, 22 Dec 2021 21:05:17 +0200

Module hot replacement

1. Configuration structure dependency   Directory structure diagram   package. Dependencies in JSON "devDependencies": { "@babel/core": "^7.15.0", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.15.0", "babel-loader": "^8.2.2", "clean-webpack-plugin": "^4.0.0-alpha.0", "core-js": "^3.16.4", "css-loa ...

Added by harmclan on Wed, 22 Dec 2021 19:04:37 +0200

[programmer's romance] Christmas is coming, why not give Ta a programmer's romance

Next is snowflakes ❄, christmas tree 🎄, new year 💌 And better us There is no Santa Claus in the world. All gifts come from people who love you Today, I bring you some beautiful Christmas trees based on HTML+CSS (+ JS). I hope Santa Claus can put you I like on my bed on Christmas day snowflake and cherry blossoms as well as Romantic greeti ...

Added by aalmos on Wed, 22 Dec 2021 13:16:00 +0200

Summary of user information management system

catalogue 1 login 1.1 login interface  1.2 Servlet 2 index interface 3. Add function 3.1 add logic diagram 3.2 code modification  3.3 addUserServlet 4 delete function 4.1 delete logic diagram 4.2 delUserServlrt 5 modification function 5.1 modify logic diagram 5.2 findUserServlet 5.3 udate html page code 5.4 updateUserServlet 6 ...

Added by dhimok on Wed, 22 Dec 2021 08:55:20 +0200

web front end learning notes day07html form form

Web page basic layout html html infrastructure html base tag html tag properties html text formatting label html entity escape character + html block level tag and line level tag W3C specification + html semantic tag + file name specification html form 1. General properties of labels The label consists of label name, label attribute ...

Added by colby.anderson on Wed, 22 Dec 2021 08:38:00 +0200

2021.12. 20 Monday, 12 day_11 js Notes

1. Review of Knowledge Points  1. flex : 1   -> flex: 1 1 auto ; ( flex-grow ; flex-shrink ;  flex-basis) 2. Array to string join() 3. String to array split() 4. Get Year () 5. Month pushed to next month setDate(32-58)                                 setDate(1-28)   setMonth(getMonth()+1)  There is a bug setMonth(getMonth() ...

Added by defect on Tue, 21 Dec 2021 16:51:00 +0200

HTML part - how to implement the search box (style + function implementation)

Hello, everyone. This is the most lovely demon king 💛💛💛, Today is search box sharing. Search box can be said to be a very, very important point. How to design and realize the function of search box? Let's explain how to realize the luminous search box. There is a lot of information. Don't forget to collect it 💨💨💨 Search box display ...

Added by artisticre on Tue, 21 Dec 2021 13:43:19 +0200