In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly introduces the html, css, js in the difference and relationship of what is the relevant knowledge, the content is detailed and easy to understand, simple and fast operation, has a certain reference value, I believe that you read this html, css, js in the difference and relationship is what the article will have a harvest, let's take a look.
What is the difference between html css js?
In our daily study, we have both learned html,css and js. At first, we can't tell the difference and connection between the three. With the growth of knowledge, we have some experience. Let's take a look at what these three technologies are and what they can do.
1 、 HTML-Hypertext Markup Language
Hypertext markup language. It marks each part of the web page to be displayed by marking symbols. The web page file itself is a kind of text file, and by adding markers to the text file, you can tell the browser how to display the contents (such as how to deal with the text, how to arrange the picture, how to display the picture, etc.). The browser reads the web page file sequentially, and then interprets and displays the contents of its tags according to the tags:
HTML
HTML text contains the so-called "link point" HTML uses hyperlinks to organize text information from different spaces together. Generally speaking, HTML is a language that integrates the structure of web pages and the display of content.
2 、 CSS-Cascading Style Sheet
Cascading style sheets. Is a markup language that separates style information from web content. In our press release system, we have used CSS files to modify the style of some tags.
Differences and relationships in html, css and js
We use CSS to define styles for each HTML element, which can also be used for multiple interfaces. When you make a global update, you only need to modify the style.
Body {border: 1px solid # 000ramp * overall border * / font-size: 14px;}
To put it bluntly, CSS is the language for setting the properties of HTML elements on a web page.
3 、 JavaScript
It was very depressing at first. Why is its name so similar to Java?
This is a typical marketing success, and its promotion success is also borrowed from the east wind of Java. When Microsoft began to realize that Javascript was becoming popular among Web developers, Microsoft was consistent and established its own scripting language, JScript.
Javascript is an object-based (Object) and event-driven (Event Driven) scripting language with security performance. The purpose of using it is to link multiple objects in a Web page and interact with Web customers together with HTML Hypertext markup language and Java scripting language (Java Mini Program). For example, you can set the mouse over effect, validate forms on the client side, create custom HTML pages, display warning boxes, set cookie, and so on.
Function jsHello {alert ('Hello Worldwide') ;}
Embed the code in the HTML language, and it will pop up a "Hello World" dialog box when it loads. As for how to embed it, we already knew it from the beginning of learning JS video.
This is the end of the article on "what are the differences and relationships in html, css and js?" Thank you for reading! I believe you all have a certain understanding of the knowledge of "what are the differences and relationships in html, css and js". If you want to learn more, you are welcome to follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.