Textarea height automatic extension_ Realize textarea highly adaptive

The height of textarea is self-adaptive, the height of textarea is automatically increased, and the height of textarea is automatically extended. In this paper, by copying the height of textarea html For another element, pre is set to expand automatically, so there will be no feeling of detention, and the interaction effect is good.   technol ...

Added by mshen on Mon, 31 Jan 2022 02:53:52 +0200

The front end of Xiaogao's not very good -- Vue

The front end of Xiaogao's not quite walking – Vue preface In this chapter, we will learn Vue's template syntax, Vue's conditional statements, and Vue's circular statements. What you need to know before reading this tutorial: HTML CSS JavaScript This tutorial mainly introduces vue3 Use of version X. 1, Vue templ ...

Added by DavidGS on Sun, 30 Jan 2022 22:06:51 +0200

SVG basic usage

1, Introduction SVG is a program language that uses XML to describe two-dimensional graphics and drawings. It became a W3C recommendation on January 14, 2003; characteristic: 1. Is a scalable vector graphics 2. Is a vector based graph that uses xml format to define for the network 3. Enlarge or change the size of the picture without loss of qu ...

Added by statrat on Sun, 30 Jan 2022 15:48:46 +0200

JS array basic learning

Learning contents: forEach, slice and slice, and the remaining methods of array Study notes forEach Generally, we use the for loop to traverse the array JS also provides us with a method to traverse the array forEach() only supports browsers above IE8 The forEach() method requires a function as a parameter; This function is created by us, bu ...

Added by timmy2 on Sun, 30 Jan 2022 15:27:07 +0200

Follow teacher pink's pre-school HTML-D1

0. Composition of web standards Structure: used to organize and classify web page elements (HTML) Presentation: used to set the layout, color, size and other appearance styles (CSS) of web page elements Behavior: definition of web page model and preparation of interaction (JavaScript) 1. HTML syntax specification 1. Basic grammar The lab ...

Added by Syto on Sun, 30 Jan 2022 03:43:45 +0200

Completion report of communication software development and Application

Objective requirements Build A static or dynamic website, i.e. select A or B from the following requirements, and the theme is optional. The requirements are as follows: A. Static website. You can use any CSS framework you like, such as BootStrap, MDB, tailwind, etc. there are no less than 5 pages, and the last page places the hyperlink of ...

Added by ugriffin on Sat, 29 Jan 2022 13:16:29 +0200

The way of rookie's review -- basic HTML

1, Introduction to HTML First, html is a hypertext markup language, which wraps the content in various HTML tags, which are parsed by the browser and presented to the user. It is the main content of the Web front end, and html is not case sensitive. The suffix names of HTML files are ". HTML" and ". htm". The version number ...

Added by centenial on Fri, 28 Jan 2022 15:14:05 +0200

Front end learning notes - form

form 1. Make basic forms Making a basic form requires three elements: form, input, and button elements. <!DOCTYPE HTML> <html> <head> <title>Example</title> <meta name="author" content="Adam Freeman"/> <meta name="description" content="A simple example"/> <link ...

Added by curtisdw on Fri, 28 Jan 2022 14:43:37 +0200

HTML common tags

1. Introduction The core of HTML is its defined tags and elements. Tags mainly include three parts: Tag keywords. For example: p, h1, img, etc.The semantics expressed by the tag. For example, p label represents paragraph, h1 label represents primary title, etc.Common attributes and attribute values of tags. For example, the align attribute ...

Added by weedo on Fri, 28 Jan 2022 01:46:54 +0200

Dark horse front end notes 3--CSS

[reference course] dark horse programmer pink teacher's front-end introductory course, h5(html5)+css3 + Mobile front-end video course for zero Foundation: b station course link Course materials: materials and source code: Download link [PPT] link: https://pan.baidu.com/s/1jm1LUuk5NIM-PPhmAbjEkg Extraction code: sp39 Related materials: W3C-CSS ...

Added by scvinodkumar on Thu, 27 Jan 2022 21:00:24 +0200