English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Hey, you're amazing! You've completed the HTML learning, and you should already know how to make simple web pages. What's next? The next step is to consolidate the basic HTML knowledge and learn the CSS basic tutorial and JavaScript basic tutorial.
This tutorial has taught you how to use HTML to create a website.
HTML is a general-purpose markup language used on the Web. HTML allows you to format text, add images, create links, input forms, frames, and tables, etc., and can be saved as a text file, which browsers can read and display.
The key to HTML is tags, which indicate the content that will appear.
For more information about HTML, please check our HTML Tutorial and HTML Reference Manual .
CSS is used to control the styles and layouts of multiple web pages simultaneously.
By using CSS, all formatting can be stripped from HTML and stored in a separate file.
If you want to learn how to create style sheets, please visit our CSS Tutorial .
JavaScript can make your web pages more dynamic.
If you only want to display content, a static website is a good way to present your image. If you want to interact with users or make web pages more dynamic, you need to use Javascript.
JavaScript is the most popular scripting language on the internet, and all mainstream browsers currently support Javascript.
If you want to learn more about JavaScript, you can visit our website.JavaScript Tutorial.