Five TypeScript design patterns you should know

By Fernando DoglioTranslator: front end XiaozhiSource: mediumThere are dreams and dry goods. Wechat search [Daqian world] pays attention to this bowl washing wisdom who is still washing dishes in the early morning.This article GitHub https://github.com/qq449245884/xiaozhi It has been included. There are complete test sites, materials and my se ...

Posted by plodos on Wed, 05 Jan 2022 06:45:52 +0100

TML5 final assignment: website design of women's cosmetics Mall - women's cosmetics Mall (3 pages) HTML CSS web page design assignment "mall station"

HTML5 final assignment: website design of women's cosmetics Mall - women's cosmetics Mall (3 pages) HTML CSS web page design assignment "mall station" Common web design topics include individuals, food, companies, schools, tourism, e-commerce, pets, electrical appliances, tea, home, hotels, dance, animation, stars, clothing, sport ...

Posted by bfuzze_98 on Tue, 04 Jan 2022 23:20:50 +0100

HTML basic framework

catalogue HTML display text HTML display picture HTML play music HTML layout HTML display text The use of HTML is very simple. There is no need to install it. You can write it with a text document editor. Now let's learn how to make HTML files display text in web pages. Very simple, just use the H or h1~6 label. See the following figure ...

Posted by tazdevil on Tue, 04 Jan 2022 20:12:27 +0100

JavaScrip sorting and common methods

JavaScript 1. What is JavaScript It is used for simple logic of front-end pages and interaction with back-end pages JavaScript (JS for short) is a lightweight, interpretive or just in time compiler with function priority programing language . Although it is developed as Web Page scripting language It is famous, but it has also bee ...

Posted by ranjuvs on Tue, 04 Jan 2022 10:39:16 +0100

Learning notes for scoped attribute in Vue

#What is scoped An attribute in the style tag in vue. Using the scoped attribute can make the style in the tag only act on the elements in the current component. #Principle of scoped When it was first used, there were many tags like 'data-v-xxxx' in the html tag and style of page debugging, but I didn't care. After understanding the working ...

Posted by 2005 on Tue, 04 Jan 2022 01:05:37 +0100

Front End Learning Records - HTML Texts

Introduction to HTML Hyper Text Markup Language, Hypertext Markup Language, is not a programming language, but a markup language Idea: There is a lot of data in the web page, different data may need different display effects. A label is equivalent to a container. To modify the style of the data in a container, you only need to change the ...

Posted by scottlowe on Mon, 03 Jan 2022 11:57:45 +0100

PHP interacting with Web pages

1. Fundamentals of PHP web programming Interaction between PHP and Web pages When communicating between the browser of the client and the server, certain procedures or protocols shall be followed. HTTP protocol (i.e. Hypertext Transfer Protocol) is used to browse the WWW; The process of browsing Web pages is a series of request / response ...

Posted by toodi4 on Mon, 03 Jan 2022 06:30:00 +0100

Layout skills: negative margin, text floating around, inline fast, CSS triangle, CSS initialization

Reprinted from: https://jerry-z-j-r.github.io/2021/02/12/HTML-CSS-Cheat-Sheet-12/ (from JERRY) 1, Application of negative margin value How to achieve the following effects? Multiple boxes are close together. When the mouse is placed on one of the boxes, the border of the box will change color automatically. ① Move the margin of each b ...

Posted by jason257 on Mon, 03 Jan 2022 05:14:36 +0100

03_ 01_ Front end basic learning CSS

CSS details - lecturer Lao sun Course objectives CSS introductionCombination of CSS and HTMLUse of CSSCSS3 new features 1. Introduction to CSS 1.1 what is CSS? CSS refers to cascading style sheetsCSS allows us to define how HTML elements are displayed.CSS can let us describe the effects that cannot be described by HTML through CSS.Descri ...

Posted by dinno2 on Mon, 03 Jan 2022 01:54:45 +0100

Getting to know CSS section 2

🌹 CSS comments 🌹   comments can be used to explain the code and will be helpful when writing source code in the future. The browser automatically ignores comments< Comments in style > begin with / * and end with * /.   you can add comments anywhere in the code to explain the code. Comments can span multiple lines. example ...

Posted by mark110384 on Sun, 02 Jan 2022 22:43:02 +0100