当前位置:网站首页>DW basic tutorial (I)
DW basic tutorial (I)
2022-04-23 21:22:00 【Programmer's simplicity】
1. First of all, we need to know what DW,DW The full name is Adobe Dreamweaver, abbreviation DW,DW Initially Macromedia company-developed , To 2005 By the Adobe Company purchase .DW It is a WYSIWYG web page code editor integrating web page making and website management . Use right HTML、CSS、JavaScript And so on , Programmers can design web pages anywhere .
2. So we first know what is HTML、CSS、JavaScript.
3.HTML yes Hypertext markup language (Hyper Text Markup Language), A standard common markup language Applications .HTML Not a programming language , It's a kind of Markup language (markup language), yes Necessary for web page making .
4.CSS yes Cascading style sheets ( English full name :Cascading Style Sheets) It's a form of expression HTML or XML( A subset of Standard General Markup Language ) Etc. File style computer language .CSS Not only can you statically decorate a web page , It can also be used with various script languages Format the elements of the web page dynamically ./*-- Cascading [kæˈskeɪdɪŋ] Sheets [ʃiːts]*/
5.JavaScript It's one A literal translation of a script , Is a dynamic type 、 Weak type 、 Prototype based language , Built in support type . Its interpreter is called JavaScript engine , Part of browser , Scripting language widely used in clients , The first is in the HTML( An application under the standard generic markup language ) Use on Web page , To give HTML Add dynamic function to web page .
6. Okay , Let's start with HTML Begin to learn , What is? HTML label ?
Learn web development , First you have to know how to write and construct HTML Mark , use HTML Tags convey what you want to show users , Like words 、 picture 、 Audio and video, etc .HTML Specifies a set of labels , Used to mark the content as unnecessary . Each tag is a description of what it contains .
7. What's the difference between a closed label and a closed label
The basic format of the closed label is as follows :
< Tag name > Text content </ Tag name >
You can add some attributes to this tag , for example :
< Tag name attribute _1=" Property value " attribute _2=" Property value "> Text content </ Tag name >
a key : Closed labels are in pairs !
The closed label and case are given below
- <h1> This is the title tag </h1><!--h1 It's the title tag -->
- <p id="txtp"> This is the paragraph tag </p><!--p It's a paragraph label -->
- <!-- there id Attribute ,txtp It's property value -->

8. Self closing label
The basic format of self closing and label is as follows :
< Tag name attribute _1=" Property value " attribute _n=" Property value " />
Here's a closed label and a case .
- <img src="tupian.jpg" alt=" This is a little squirrel ">
- <!--img The label is a picture label Used to display pictures in the browser attribute src(source source ) "images/mycat.jpg" by src The attribute value Here is the path of the picture file alt(alternative Substitute content ) The definition is that the picture fails for some reason

9.HTML The comments in
Annotations are often used in programming. The so-called annotations , seeing the name of a thing one thinks of its function , Mark and explain .
- <!-- Here is the content of the note -->
With <!-- start , With --> ending . The contents of the comments are displayed between them , The content of the comment will not be displayed in the browser .
10. Then write down the following code
h1-h6 Different font sizes ,1 Maximum 6 Minimum , It's the title tag ,
p, It's a paragraph label ,
img, It's a picture label .
版权声明
本文为[Programmer's simplicity]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/110/202204200620387918.html
边栏推荐
- The more you use the computer, the slower it will be? Recovery method of file accidental deletion
- [leetcode refers to the two numbers of offer 57. And S (simple)]
- Chrome 94 introduces the controversial idle detection API, which apple and Mozilla oppose
- South Korea may ban apple and Google from offering commission to developers, the first in the world
- Minecraft 1.12.2模组开发(四十三) 自定义盾牌(Shield)
- airbase 初步分析
- Send email to laravel
- [leetcode sword finger offer 10 - II. Frog jumping steps (simple)]
- Presto on spark supports 3.1.3 records
- Question brushing plan - depth first search (II)
猜你喜欢

2. Finishing huazi Mianjing -- 2

thinkphp5+数据大屏展示效果

管道和xargs

What about laptop Caton? Teach you to reinstall the system with one click to "revive" the computer

Flomo software recommendation
![[leetcode sword finger offer 58 - I. flip word order (simple)]](/img/25/e000531faeaee2eac18d9a634e203b.png)
[leetcode sword finger offer 58 - I. flip word order (simple)]
![[leetcode refers to the two numbers of offer 57. And S (simple)]](/img/c2/7c1434e3c0bbcc6d6364361c3a3ab4.png)
[leetcode refers to the two numbers of offer 57. And S (simple)]
![[leetcode refers to offer 10 - I. Fibonacci sequence (simple)]](/img/f9/22a379f330c3ee21a2a386bbd4a98f.png)
[leetcode refers to offer 10 - I. Fibonacci sequence (simple)]

flomo软件推荐

opencv应用——以图拼图
随机推荐
Reference of custom message in ROS function pack failed
Mysql database common sense storage engine
Common commands of MySQL in Linux
Xiaomi mobile phone has abandoned the "Mi" brand all over the world and switched to the full name brand of "Xiaomi"
Pikachuxss how to get cookie shooting range, always fail to return to the home page
一文解决浏览器跨域问题
Reentrant function
又一款数据分析神器:Polars 真的很强大
Detectron2 usage model
Keywords static, extern + global and local variables
The computer is out of power. How did I pass the terrible interview of Tencent cloud?
[leetcode refers to offer 27. Image of binary tree (simple)]
小米手机全球已舍弃“MI”品牌,全面改用“xiaomi”全称品牌
Selenium 显示等待WebDriverWait
Amazon and epic will be settled, and the Microsoft application mall will be opened to third parties
[SDU chart team - core] enumeration of SVG attribute class design
41. The first missing positive number
Presto on spark supports 3.1.3 records
[※ leetcode refers to offer 48. The longest substring without repeated characters (medium)]
阿里云回应用户注册信息泄露事件