---restore content starts---
Study site :w3school
1. Basic knowledge
Directory:
<1. My Documents, select the directory name, home page, style (click the title style, select each title you want, repeat this step), insert a table of contents in the document
<2. Manual creation: Document elements--directory (Specify style)--click the Down button to manually type the entry
Proficiency in file and folder management: Master A few common shortcuts delete, assign, paste, new, save, move, select all, etc.
Master "file extension": finder-> preferences, tick "Show all file extensions"
2.HTMl (full Name: Hypertext Markup Language hypertext Markup Language)
HTML is a Hypertext Markup language that defines semantics for plain text through tags, and can add images, links, videos, etc.
Plain text language: No style (label), can also display text content, but the content has no semantics (semantics: The meaning of data is semantics, data is a symbol)
Through the tag pair to achieve, do not need to memorize, more knock can master, do not know to go to the file to be searched, or by typing the keyword to go to the browser to find
3. HTML is a Hypertext Markup language, not a programming language.
is the most basic language for writing static Web pages, the most important of which is the label
Often work with CSS, javescript to write cool pages
Tags are usually in pairs, including start and end, first HTML tag, head , body
Picture format: Only a start tag , with src= "" to receive the image URL, do not have the @ symbol, set wide height when the end of the "/"
Quick Create: Open Software , first Save:Command + S, write an HTML click tab to display the basic skeleton of HTML c22> Notes:Command +/
Import Link: Link + TAB key
4, The basic use of CSS
Edit text content in
CM + n new file, suffix. css, you can encapsulate the code, and then enter the URL to call
Use this software skillfully, save the file (CM + S) First, and save it before each refresh (run), right click on its various shortcut properties
Common shortcut keys:
CM + S Save cm + N new File tab click Out HTML in various formats
HTML is the basic structure of the Web page, the equivalent of the building of the rough room
CSS is the text of the Web page editing, the equivalent of the blank room to decorate
JavaScript is a cool effect on Web pages, which is equivalent to reconstructing a house
---restore content ends---
HTML Base NOTE-01