Webmastering - Introduction to Webpage Creation A website (also called an Internet site) is a group of HTML files connected by hypertext links and stored on a web server, i.e. a... Webmastering > Webmastering |
Introduction to HTML HTML (HyperText Mark-Up Language) is what is known as a "mark-up language" whose role is to prepare written documents using formatting... Webmastering > HTML |
CSS - Style sheets The concept of style sheets first appeared in 1996 when the W3C published a new recommendation entitled "Cascading Style Sheets", or... Webmastering > CSS |
HTML Markup HTML is not a programming language. Rather, it is used for describing the layout and format of content, written in the form of simple... Webmastering > HTML |
Webmastering - Website Design Website design must be a user-oriented collective effort. This means that, when possible, the design process must include... Webmastering > Webmastering |
Style syntax (CSS) Defining a style is done using simple text rules for describing the aspects of page elements. A CSS rule is characterised by two main... Webmastering > CSS |
Declaring a style sheet (CSS) Style sheets are not directly integrated into the W3C's HTML recommendations. For this reason, you need to include elements in the... Webmastering > CSS |
HTML document layout An HTML page is a simple file containing text formatted with HTML tags. Traditionally, the file is given an .htm or .html extension,... Webmastering > HTML |
Webmastering - Website Ergonomics Ergonomics is the use of scientific knowledge about humans (psychology, physiology, medicine) with the aim of improving the workplace... Webmastering > Webmastering |
Special characters HTML standards require all code to be written in 7-bit ASCII, which means that accented characters are not allowed. Despite this,... Webmastering > HTML |
Style classes (CSS) A web designer might want to assign different styles to the same tags. For this reason, the CSS specifications introduced the concept... Webmastering > CSS |
Webmastering - Webdesign A website's structure must be the reflection of a strategy. Navigation scenarios must be worked out in order to push users into follow... Webmastering > Webmastering |
Units in style sheets (CSS) With style sheets, you can use numeric values to set style properties in multiple ways: absolutely, meaning in units which are... Webmastering > CSS |
Style tags Style tags modify the typography of the text. They can overlap with other style tags, as with word processing programs. Here is a... Webmastering > HTML |
Webmastering - Webdesign The term "webdesign" refers to the discipline that consists of structuring a website's graphic elements in order to esthetically... Webmastering > Webmastering |
Webmastering - Written Content Visitors generally return to a website for its content more than for its design. Studies conducted on Internet users show that the... Webmastering > Webmastering |
Headings in HTML HTML can use six different levels of headings to define the hierarchical structure of paragraphs in a document: TagVisual Effect ... Webmastering > HTML |
CSS - Colours The CSS standard offers different ways to define colours: by name with hexadecimal notation with decimal notation HTML has names... Webmastering > CSS |
Webmastering - Web Languages The term "web" refers to the Internet service that allows users to browse through webpages. The protocol used for this type of... Webmastering > Webmastering |
Units in style sheets (CSS) DIV tags define blocks of elements This is a structure created to define boxes such as menus or windows. CSS offers several properties... Webmastering > CSS |