H T M L
Text editing
Programming software
the nature of technology
1. Mainly use sublime text for programming, find the software on the desktop to open
2. Create a new edit file
(1)After opening the software, click the file ---New file
(2)Click on the file--
(3)Edit in a new page
Know the basic style of web pages
Third, Try to enter some ancient poems in the webpage
1. Enter <html> in the newly created file, and click <html> under the displayed recommendation.
2. After clicking, the basic style of the web page will be displayed, and the web page is written in this style.
3. Try typing code
(1) <title></title> is the title of the web page
(2) <body> </body> is the content of the web page
(3) Try to enter some text in body to see the effect
4. How to view the webpage, after the input is complete, click the file --- to save. Open the 1.html icon on the desktop.
Student Exercise
1. Meet the <h1><h2><h3><h4><h5><h6> tags. As a title tag, you can modify the size of the text.
2. <p> tags. Paragraph tag, consider this text as a paragraph
<hr> tags. Newline label, the label will automatically wrap a new line
-END
Articles are uploaded by users and are for non-commercial browsing only. Posted by: Lomu, please indicate the source: https://www.daogebangong.com/en/articles/detail/HTML%20text%20editing.html
评论列表(196条)
测试