HTML5: optimization of <link> and <script>
In this article you will learn how to connect to your page JavaScript and CSS files.
HTML5: how to determine the encoding standard
In this article you will learn how to set the encoding, used on your page as HTML5.
Simple drop-down menu using only CSS
This article describes how to create a menu using HTML and CSS but without JavaScript.
Meta tags in HTML
Meta tags are special tags in HTML that contain auxiliary information about the document.
CSS: working with units
In CSS absolute and relative units are used to specify dimensions of various elements.
CSS: changing cursor
You can use styles to change the appearance of the cursor and select one of the fifteen available options.
CSS: working with lists
With CSS, you can create bulleted and numbered lists, and also use an image as a substitute for list item.
CSS: styling links
To control the appearance of hypertext in CSS, use pseudo-classes, which are specified after selector A and a colon.
CSS: working with color
CSS has several parameters to set the color of the text and background areas on a Web page.
CSS: working with text
With CSS, you can set the style and appearance of the text.
Adding CSS
Style sheets can be added to a Web page in three different ways, which vary in their properties.
What is CSS?
Cascading Style Sheets allow you to keep the color, text size, and other parameters in styles.
Sending file (file upload) in HTML
The upload field creates an input element to enter file name then the file is sent to the server.
Hidden field in HTML
Hidden field is not displayed on the page and its content is hidden from the user. Visitor of the site can not insert or input anything into it.