The text on your web page is pretty small. We are about to change that with a new tag:
The text on your web page is pretty small. We are about to change that with a new tag:
HTML tags (otherwise known as “HTML elements”), and their respective attributes are used to create HTML documents so that you can view them in browsers and other user agents. Note that not all browsers/user agents support all HTML tags and their attributes, so you should try to test your pages in as many browsers as you can. (more…)
This tutorial has taught you how to use HTML to create your own web site.
HTML is the universal markup language for the Web. HTML lets you format text, add graphics, create links, input forms, frames and tables, etc., and save it all in a text file that any browser can read and display.
Web Server
you want other people to view your pages, you must publish them.
To publish your work, you have to copy your files to a web server.
Your own PC can act as a web server if it is connected to a network. (more…)