In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article introduces the relevant knowledge of "what are the computer elements of html and how to use them?" in the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
HTML element
Elements are used to represent user input, keyboard input, voice commands, etc., and are often used in computer-related documents and manuals. Be included in. The text within the tag is usually displayed in the browser's default font of equal width. Let's take a look at the example:
one
two
three
four
five
six
seven
eight
nine
ten
eleven
twelve
thirteen
Kbd tag element
This is what the content written in the kbd element looks like.
Kbd tag elements are often used in computer-related documents and manuals
Type quit to exit the program or type menu to return to the main menu.
Effect picture:
HTML element
The element is used to represent the output of the program (a text character that the user should have no other explanation for). Text written in an element is usually displayed in the browser's default font of equal width. Let's take a look at the example:
one
two
Samp tag element
This is what the content written in the samp tag element looks like.
Effect picture:
HTML element
Elements are used to represent programming code (computer source code or text that can be read by other machines) and are designed for the writer of software code; the text written in the element will be displayed in an equal width, teletypewriter-like font (Courier). Let's take a look at the example:
one
two
three
four
five
six
seven
Computer code
This is a programming code:
X = 5
Y = 6
Z = x + y
Effect picture:
HTML element
Element can define preformatted text that can be used to represent the computer's source code. The text contained in the element is strictly restricted to the font format of equal width. Let's take a look at the example:
one
two
three
four
five
six
seven
eight
nine
ten
eleven
Pre tag element
In the above code, special symbols in the tag are converted to symbolic entities, such as ". Let's see the effect:
Description: although elements and elements can display programming code in an equal-width font format, there are differences between them:
The text display within the element does not retain extra spaces and line breaks; however, text in the pre element usually retains spaces and line breaks.
Let's look at the difference:
one
two
three
four
five
six
seven
eight
nine
ten
eleven
twelve
thirteen
fourteen
Code tag
Var student = {
Student number: "01"
Name: "Xiaohua"
}
Pre tag
Var student = {
Student number: "02"
Name: "Xiaoming"
}
Effect picture:
HTML element
Elements are used to define variables. A variable can be a variable in a mathematical expression or in a programming context. Let's take a look at the example:
one
two
Var element
This is a famous formula: e = mc2.
Effect picture:
This is the end of the content of "what are the computer elements of html and how to use them?" Thank you for your reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
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.