current location: Home > Download > Learning resources > Web page production > How to create static HTML web pages
![How to create static HTML web pages](https://img.php.cn/upload/webcode/000/000/000/5a4861430d607124.png)
How to create static HTML web pages
Classify: Learning materials / Web page production | Release time: 2017-12-31 | visits: 3033106 |
Download: 222 |
Latest Downloads
Red Alert Online
Delta Force
Pokémon UNITE
Fantasy Aquarium
Girls Frontline
Wings of Stars
Little Flower Fairy Fairy Paradise
Restaurant Cute Story
Shanhe Travel Exploration
Love and Producer
24 HoursReading Leaderboard
- 1 NYT Connections Answers And Hints - February 17, 2025 Solution #617
- 2 Roblox Fisch: Ashfall Event Guide
- 3 Avowed: Dawnshore Pargrun Cache Exploration Guide
- 4 A Guide to Proper Error Handling in JavaScript
- 5 Hello Kitty Island Adventure: Reboot The Robots Quest Walkthrough
- 6 Building a VPS with WordPress on a LEMP Stack
- 7 How to Test Your JavaScript with Selenium WebDriver and Mocha
- 8 Deploy Fault Tolerant, Load Balanced Web Apps on Alibaba Cloud
- 9 A Guide to Setting Up Let's Encrypt SSL on Shared Hosting
- 10 Hello Kitty Island Adventure: All Spooky Swamp Puzzle Room Locations And Solutions
- 11 Getting Started with Python and MongoDB
- 12 How to Use Service Workers to Communicate Across Browser Tabs
- 13 Adding Animations for Effective Blog Posts with WordPress and Tumult Hype
- 14 Drupal 8 Third Party Settings and Pseudo-Fields
- 15 Java and MongoDB 4.0 Support for Multi-document ACID Transactions
Latest Tutorials
-
- Go language practical GraphQL
- 2750 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 4130 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 2226 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2986 2024-03-29
Before learning web page production, we need to understand some common concepts first.
(1)WWWWorld Wide Web
"World Wide Web" (Word Wide Web) is referred to as WWW, which is known as the fourth largest communication media after newspapers, radio, and television.
(2)BrowserBrowser
To view content on the World Wide Web, a necessary requirement is a World Wide Web browser. Currently commonly used browsers are Internet Explorer (referred to as IE) of Microsoft (Microsoft) and Netscape (Netscape). Communicator (communicator), and Opera, etc.
(3)WebPage网页
When you browse a website, each page on the website is called a "webpage." Web pages are used to display various data and information. They are composed of text, pictures, sounds, animations and other components. Each web page is a file, and we can view its content through a browser.
(4)HomePage首页
When you browse a website online, the first page we see when entering the website is called the "home page", also called the "home page", which is a bit like the facade of your own home. In order to attract the attention of website visitors, general website managers make their homepages very dazzling and beautiful.
(5)Web Site网站
"Website" is a place used to store webpage files. You can browse the webpages on the website through a browser.
(6)HypertextHypertext
The "hypertext" file itself is a text file, but its content is different from ordinary text files. In addition to general information content, there are also some annotated descriptions used to produce special effects. When displaying the file, the browser The information content is first processed according to the annotated description, and finally the results are displayed to the viewer. Of course, this kind of file can also be opened with ordinary text editing software, but you cannot see the special effects produced by annotated descriptions, because ordinary text editing software cannot process the information content based on annotated descriptions like a browser can. .
(7)HyperlinkHyperlink
There are certainly reasons why the World Wide Web is so popular around the world: beautiful and dynamic images, convenient and simple user interfaces, and exciting and varied content are all its attractions; but in addition to these, it also has a The key to success is its unlimited hyperlink capabilities. For example, it has the ability to connect internal web pages of a website to each other, which we call "internal hyperlinks", and it can also connect to other websites, which we call "external hyperlinks".
The Internet is meaningful only if it has unlimited connectivity. Without the connection function, the website is like an island.
![](/static/newDowns/images/images/book.png)