03 - functional elements

1. Functional elements 1.1 list labels Function: add list semantics to a pile of data, that is, tell the search engine to tell the browser that this pile of data is a whole. Classification of list tags in HTML Unordered list (maximum) Ordered list (minimum) Definition list (second) 1.1. 1 unordered list In order: ranking list No order: n ...

Posted by solaris77 on Tue, 21 Dec 2021 08:59:22 +0100

Notes on Web Front End Development - Chapter 2 HTML Language Section 4 Hyperlink Labels

Preface This section describes the usage of hyperlink labels, namely label a, and related application examples. 1. Hyperlink Labels A tag, also known as a hyperlink tag, can be used on pictures or text, or on the navigation bar, click and jump to a new page for users to browse. The hyperlink is denoted as <a href = "Web address ...

Posted by billy_111 on Tue, 21 Dec 2021 08:46:06 +0100

Github picture acceleration experience

Github drawing bed It is estimated that many people are using this, that is, using Github raw as a drawing bed, which is specifically realized by Picgo. Of course, you can also upload it manually. Convert picture format to Webp WebP was originally released in 2010. Its goal is to reduce the file size, but achieve the same image quality as ...

Posted by tex1820 on Mon, 20 Dec 2021 13:58:07 +0100

Front end development_ HTML5_CSS part - Transform

Transform 1. Introduction In the previous study, we learned two special effects: transition and animation. Let's learn a new effect transformation. The transformation effect is mainly a series of operations on two-dimensional (2D) and three-dimensional (3D) coordinates. Let's learn it together. 2. Transform (1) transformation overview: CSS ...

Posted by xcoderx on Sun, 19 Dec 2021 22:22:47 +0100

The weather forecast APP for IMX6ULL-QT project runs to the development board

Layout:     IP query API: Because the weather forecast does not have high requirements for positioning, we can use the IP address home to query the current location, and we also need to use the location information when querying the weather. Here we provide you with an API for IP address home data query. The use method is very simple.     ...

Posted by nivek9991 on Sun, 19 Dec 2021 02:08:08 +0100

The front end can Preview pdf, word, xls, ppt and other files online

1. The front end realizes the online preview function of pdf files Method 1. pdf files can theoretically be previewed directly in the browser, but a new page needs to be opened. When you only Preview pdf files and the UI requirements are not high, you can preview them directly through the a tag href attribute <a href="Document address"> ...

Posted by FutonGuy on Sun, 19 Dec 2021 01:44:48 +0100

Java web core technology ~ Cookie&HttpSession

Cookie session Technology What is a conversation It is a call process in web development. When the browser is opened and the website address is accessed, the session starts. When the browser is closed (or the expiration time is reached), the session ends. It is a call process in web development. When the browser is opened and the website ...

Posted by chadbobb on Sat, 18 Dec 2021 21:58:15 +0100

step04day07 file upload case and comprehensive test

1. Parent child project creation and aggregation project 1.1 engineering structure Function: simulate the connection test of front and rear ends through parent-child projects Note: SCA resource project stores back-end files, and SCA resource UI project stores front-end files 1.2 parent child aggregation project 1.2. 1. Create parent pr ...

Posted by raahatazim on Sat, 18 Dec 2021 20:17:56 +0100

[learning notes] basic JavaScript

preface If you want to do well, you must first sharpen your tools. In order to improve development efficiency, VScode is selected. Management - Settings - common settings - font Consolas, 'Microsoft YaHei Light', monospace Chinese vscade Prettier formatting code (indented 2 cells) Auto Rename Tag synchronously modifies tags CSS support f ...

Posted by Braveheartt on Sat, 18 Dec 2021 19:34:58 +0100

HTML5 final assignment: chess and card game website design - chess and card game (8 pages) HTML+CSS+JavaScript web assignment static page

HTML5 final assignment: chess and card game website design - chess and card game (8 pages) HTML+CSS+JavaScript web assignment static page Common web design topics include individuals, food, companies, schools, tourism, e-commerce, pets, electrical appliances, tea, home, hotels, dance, animation, stars, clothing, sports, cosmetics, logistics ...

Posted by kristianblom on Sat, 18 Dec 2021 18:18:17 +0100