10 course recommendations on summary of knowledge points

黄舟
Release: 2017-06-14 10:31:12
Original
1412 people have browsed it

1. Basics of html+css 1-1 The relationship between Html and CSS. Learning the basic technologies of web front-end development requires mastering: HTML, CSS, and JavaScript languages. Let’s take a look at what these three technologies are used to achieve: 1. HTML is the carrier of web content. Content is the information that web page creators put on the page for users to browse, and can include text, pictures, videos, etc. 2. CSS styles are expressions. It's like a coat for a web page. For example, title font and color changes, or adding background images, borders, etc. to the title. All these things used to change the appearance of content are called presentations. 3. JavaScript is used to implement special effects on web pages. For example: the drop-down menu pops up when the mouse slides over it. Or the background color of the table changes when the mouse rolls over it. There is also a rotation of hot news (news pictures). It can be understood that animation and interaction are generally implemented using JavaScript. 1-21, HTML tags are not case-sensitive.

and

are the same, but lowercase is recommended because most programmers use lowercase. 1-3 An HTML file has

1.Share a super comprehensive summary of HTML and CSS knowledge points

10 course recommendations on summary of knowledge points

Introduction: Summary of Javaweb, HTML+css knowledge points, easy to understand. After reading these, you will also know the HTML and css knowledge points.

2.Summary of HTML knowledge points

10 course recommendations on summary of knowledge points

##Introduction: The editor below will bring you a summary of front-end HTML knowledge points (recommended). The editor thinks it’s pretty good, so I’ll share it with you now and give it as a reference. Let’s follow the editor to take a look

3.The latest research example code of super practical css3 simulation border for H5 mobile terminal

10 course recommendations on summary of knowledge points

Introduction: The latest research on mobile H5 css3 simulation borders (super practical) by FungLeo Preface to a previous blog post "Some basic knowledge of mobile H5 In Summary, Section 5: Border Processing, I mentioned that you can use box-shadow:0 0 0 1px #ddd; to simulate borders. Of course, the content in the blog post is not wrong, but there are certain limitations. Therefore, here today, I am correcting and improving the flaws in my previous blog post. Why simulate the border instead of writing the border directly? Because the border

##4.

H5 Mobile Terminal Various List Making Methods (1)

10 course recommendations on summary of knowledge points

Introduction: Mobile Terminal Various methods of making lists (1) by FungLeo Preface With the development of the mobile Internet, a large number of front-end personnel have transferred from the PC side to the mobile side. And a lot of PC-side front-end experience is not applicable to the mobile side. I wrote a few days ago A blog post "Summary of some basic knowledge points of mobile H5" received a lot of clicks. Therefore, FungLeo decided that in the next time, I will launch a series of tutorials around the mobile terminal. The purpose of this series of articles The CSS part will all be written using SASS syntax. If you don’t know SASS, it is recommended to read the relevant tutorial

5.

Detailed explanation of several knowledge points to improve JavaScript performance

10 course recommendations on summary of knowledge points

Introduction: I spent some time reading most of the book "High Performance JavaScript" some time ago, and then started I have been busy with projects, and I am glad that the busiest week has passed. Due to lack of time, I didn't write many study notes this month. After the most arduous week, I stayed up late and read it these two nights... I finally shut down this book when I was still alive. Well... Now that I've finished reading, I'm going to learn something. Let me talk about my views on this book first. Overall, the content is good, but it feels a bit old (as a front-end novice, it may be that my own level is limited and I have not been able to understand it...

6.

Summary of common JavaScript knowledge points for interview development

10 course recommendations on summary of knowledge points

Introduction: No1. Syntax and type 1. Declaration definition Variable type: var, defines variables; let, defines block domain (scope) local variables ; const, defines a read-only constant. Variable format: starts with a letter, underscore "_" or $ symbol, case sensitive. Variable assignment: A variable that is declared but not assigned has a value of undefined when used. An exception will be thrown if an undeclared variable is used directly. Calculation of unassigned variables: the result is NaN. For example: var x, y = 1; console.log(x + y); //The result is NaN because x is not assigned a value. 2. Scope..

7.Summary of JavaScript knowledge points commonly used in interview development

10 course recommendations on summary of knowledge points

##Introduction: No1. Syntax and type 1. Declaration and definition of variable types: var, defines variables; let, defines block domain (scope) local variables; const, defines read-only constants. Variable format: letters, underscores "_" or...

8.Summary of knowledge points about Python object-oriented programming

10 course recommendations on summary of knowledge points

#Introduction: Python has been an object-oriented language from the beginning. Because of this, creating a class and object in Python is Easy. The following article will introduce you to the knowledge points about Python object-oriented programming in detail. Friends in need can refer to it. Let’s take a look together.

9.Summary of H5 mobile knowledge points

10 course recommendations on summary of knowledge points

##Introduction: This article introduces the summary of H5 mobile terminal knowledge points

10.

Summary of Java interview knowledge points

10 course recommendations on summary of knowledge points

Introduction: This article will provide a comprehensive and in-depth summary of Java technical points commonly encountered in interviews, helping us to be more comfortable in interviews. Students who do not participate in interviews You can also take this opportunity to sort out your own knowledge system and check for gaps (you need to have a certain Java foundation to read this article; if you are new to Java, you can use these questions to establish a preliminary impression of Java. After you have a certain foundation, Looking back later, the harvest will be greater).

The above is the detailed content of 10 course recommendations on summary of knowledge points. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!