1. HTML
Hypertext Markup Language
There are a lot of tags in html, and we use HTML-provided tags to contain the content that will be displayed on the page, which makes up our web page
2. CSS
Control the effect of Web page content display
3. html+css = Static page
Js+jquery
4, do not beep beep
1), create a file on the desktop casually.
2), change the suffix name of the created file to. htm/.html
3), start the basic frame label
5. Tags in html
P Tags: paragraph labels <p></P>
Space label:
Title Label:
Picture tags:
SRC: Indicates the path of the picture to be displayed
Height: width of picture px
Width: height of picture px
Alt: Text displayed when a picture fails for some reason
Title: Text displayed when the cursor moves to the picture
Note:<!--What you want to comment--
<a></a> Tags: hyperlinks,
The href indicates the address to connect to,
Target: Open a new web page _blank means to open a new page, _self represents a jump on the current page
Implement a jump inside the page
Implement a jump between pages
Send mail
. NET Learning Notes----2015-07-12 (Introduction to HTML, tags)