: This article mainly introduces hi, my Development notes. may April 27. if you are interested in the PHP Tutorial, please refer to it. I have not moved these days because I have been busy. Some netizens said they would like to learn together, and the website positioning is a technical competition and sharing, there is no content at present, so I will summarize some of my experiences with the development process.
Because html cannot be used for websites, we will summarize html today.
I am not familiar with html, but I have mastered a principle that documents are structured and logical. I have made the structure clear and filled in the content to enrich the page.
Let's take a look at the structure of html:
The above can be the html document on the left and the browser display on the right. now we only need to pay attention to two parts: one is the title and the other is the content (the page we normally browse ), when other requirements are required, such as hmtl layout and html input boxes. After mastering this principle, you can also say that I am html, but not familiar with it.
Now we are here. below is the minimum framework code. you can save it as an html file and modify the corresponding title and content in the browser.
The smallest framework of Html documents-hi, sharing technology and happinessHello, hi.
The above section introduces Hi-yo development notes in April 27, including some content. I hope my friends who are interested in PHP tutorials will help me.