Current location - Education and Training Encyclopedia - Education and training - How to make a webpage tutorial and the process of making a webpage.
How to make a webpage tutorial and the process of making a webpage.
Web design and production course

The process of making a web page is as follows (1)HTML: Hypertext Markup Language text: used to describe data, so monotonous that it can only be typed, not discolored and not illustrated. Hypertext: color display file (2)www[w(World)w(Wide)w(Web) World Wide Web, Internet] Meaning: a global, interactive, multi-platform and distributed information resource network based on the Internet. Multi-platform: operating system [WindowsLinux(Android)](3) Composition of the World Wide Web: URL Uniform Resource Locator Introduction to html webpage making: How to make a simple webpage?

Just write html code directly in Notepad. It's simple. I suggest you look at the basics of html.

Methods/steps

1

1. Open Notepad software and enter the following code in Notepad.

html & gt

title & gt

This is the title of the webpage.

/title & gt;

body & gt

This is the text of the web page.

/body & gt;

/html & gt;

2

Click the File-Save button. (the shortcut key is Ctrl+S)

three

1. The Save As dialog box pops up. Select All Files as the Save Type, html format or htm format as the file suffix, and then save the file.

four

1, made the simplest web page file.

end

Matters needing attention

Html, title, body and so on are all web tags. There are many tags, but the usage is basically the same as above.

You don't need professional software to create a web page with Notepad.

If you still don't understand, I'll show you the attached video.

Sorry, the attachment uploaded by the user is invalid.

Introduction to html web page making: how to make a web page?

Create a new text, write in it, then save and exit, and then modify the file to html.

Html web page making tutorial?

I have many years of experience in website production and teaching. To learn html well, we must look at this problem from two aspects. Learning is very simple. It is no exaggeration to say that if you master the method, you can complete the html course in 10 days.

From a macro perspective:

Html is a part of website making and web front-end design. It is not an independent existence. If you do one thing with html alone, the practicability is relatively weak.

Strictly speaking, html pages also need to be combined with web artists. Without good renderings, things made by html have no aesthetic feeling.

From a microscopic point of view:

As long as you master the corresponding tags, rules and grammar, you can make pages with html. Html is relatively simple, so it's best to learn and use it at the same time, and master it the fastest.

I have done a series of website video courses before. If necessary, you can pay attention to my public WeChat iguopengtao and learn to watch it.

How to make a web tutorial?

The main requirements for the website are:

First, choose the nature of your website and write the website code;

Second: buy a virtual host and a domain name;

Third: the website carries out ICP filing;

Fourth, parse your domain name A and record it to your host IP;

Fifth, upload the website program to your virtual host through FTP.