Cascading style sheets (CSS) is a language that works with HTML documents to define the way content is presented. The presentation is specified with styles that are placed directly into HTML elements, the head of HTML documents, or separate style sheets.
HTML defines three tags that are used to describe the page’s overall structure and provide some simple header information. These three tags<html>, <head>, and <body>identify your page to browsers or HTML tools. They also provide simple information about the page (such as its title or its author) before loading the entire [...]
Each HTML page needs a title to indicate what the page describes. It appears in the title bar of the browser when people view the web page.The title is stored in your browser’s favorites (or bookmarks), and also in search engines when they index your pages. Use the <title> tag to give [...]
Headings are used to add titles to sections of a page. HTML defines six levels of headings. Heading tags look like the following:
Now that you have a page title and several headings, you can add some ordinary paragraphs to the page.
There are many reasons why you might want to add a list to your pages, from putting your five favorite albums on your home page to including a numbered set of instructions for visitors to follow.
You can put comments into HTML pages to describe the page itself or to provide some kind of indication of the status of the page. Some source code control programs store the page status in comments
This is a list of tags we used in previous sections.
In order to get started with links, you should see one basic example. Once you know the basics of linking, there is still a lot more to learn, but this one example will get you a long way.
You have probably seen links on many sites that show an e-mail address, and you have probably noticed that clicking one of these links will opens a new e-mail in your default e-mail program, ready for you to send an e-mail to that address. Some even contain subject lines.