background preloader

HTML Color Names

HTML Color Names

HTML Colors 20 Useful Websites for Graphic Design Textures and Patterns By Kawsar Ali Patterns and textures, when applied correctly, can produce amazing and truly unique designs. Typically, they are used for site backgrounds, but can also be used as repeating patterns on site components such as the header and the footer. If you use right type of patterns it can really improve your site visually for the viewer. In this article, we share 20 excellent sites where you can find and download seamless textures, patterns, and tiles free of cost. 1. Seamless Textures, as the name of the site implies, provides high-quality textures. 2. Pattern8 has a gallery style thumbnail layout so that you can quickly view a large amount of patterns in one page at once. 3. Kaliber1000 has a beautiful and distinctive collection of pixel patterns, patterns crafted in the style of pixel art. 4. PatternCooler is an excellent site for getting seamless patterns. 5. Ava7Patterns provides beautiful patterns for you to download. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20.

HTML Forms Tutorial The original and still most popular use for forms is in conjunction with CGI (Common Gateway Interface). In the CGI way of doing things, the data the user enters is sent to the web server, where a program processes the data and returns the results. In other words, all the data is processed on the server, not in the web browser. Let's expand our earlier example to show how to incorporate CGI: <FORM ACTION="/cgi-bin/mycgi.pl"> favorite color: <INPUT name="favecolor"><INPUT TYPE=SUBMIT VALUE="Submit"></FORM> which gives us Here's what the new pieces mean: tells the browser where to send the data for processing (more on that shortly). is required with every form, even forms that don't use CGI. We've added the attribute. identifies each field, "names" it so it can be referred to later. This tag creates the "submit" button, which the user presses to send the form to the web server. That's the basic set up for a CGI form, but what happens after the user presses Submit?

HTML Font Style Code In HTML, font style is specified using CSS (Cascading Style Sheets). Font style refers to whether the font is presented in italics or normal. You can use the following HTML code to specify font style within your HTML documents. TIP: You can also format your HTML text using the HTML text generator. If you don't want to use the HTML text generator, copy the following code and paste into your HTML document (then change the values to suit) : The above code uses inline styles. More Font Codes You can do much more with fonts. And here are the different CSS font/text properties available in CSS2: Enjoy this page? Link to this page (copy/paste into your own website or blog): Link to Quackit using one of these banner ads. Thanks for supporting Quackit! Vector graphics Example showing effect of vector graphics versus raster graphics. The original vector-based illustration is at the left. The upper-right image illustrates magnification of 7x as a vector graphic. The lower-right illustrates the same magnification as a raster (bitmap) graphic. Raster images are based on pixels and so when scaled there is a loss of clarity, while vector-based graphics can be scaled by any amount without degrading quality. Overview[edit] Computer displays are made up from grids of small rectangular cells called pixels; the term comes from "picture elements". A vector-based image of a round four-color swirl. Modern displays and printers are raster devices; vector formats have to be converted to raster format (bitmaps – pixel arrays) before they can be rendered (displayed or printed). In computer typography, modern outline fonts describe printable characters (glyphs) by cubic or quadratic mathematical curves with control points.[4] Nevertheless, bitmap fonts are still in use.

HTML Tutorial Tamara Olson Designs - graphics and textures and fonts, oh my!!! Html Color Codes SELFHTML 8.1.2 (HTML-Dateien selbst erstellen) SELFHTML stellt seit 1995 eine deutschsprachige Dokumentation zu HTML und verwandten Technologien zur Verfügung. Wir möchten dabei besonders … Anfängern die Grundlagen vermitteln und Kurse in deutscher Sprache anbieten Fortgeschrittenen ein Nachschlagewerk bereitstellen Everyone’s a publisher/wiki/SELFHTML#Everyone.E2.80.99s_a_publisher SELFHTML gehört seit vielen Jahren zu den bekanntesten Dokumentationen über das Erstellen von Web-Seiten. Fertige Content Management Systeme, soziale Netzwerke und andere Plattformen bieten dafür ebenfalls Mittel an. Wollen Sie aber eine individuelle Webseite gestalten, müssen Sie sich mit den grundlegenden Werkzeugen vertraut machen. Für Fragen zum Inhalt und Diskussionen steht das SELFHTML-Forum zur Verfügung.

Raster graphics The smiley face in the top left corner is a bitmap image. When enlarged, individual pixels appear as squares. Zooming in further, they can be analyzed, with their colors constructed by adding the values for red, green and blue. In computer graphics, a raster graphics image, or bitmap, is a dot matrix data structure representing a generally rectangular grid of pixels, or points of color, viewable via a monitor, paper, or other display medium. Raster images are stored in image files with varying formats.[1] A bitmap corresponds bit-for-bit with an image displayed on a screen, generally in the same format used for storage in the display's video memory, or maybe as a device-independent bitmap. Etymology[edit] The word "raster" has its origins in the Latin rastrum (a rake), which is derived from radere (to scrape). Resolution[edit] Raster-based image editors[edit] Scanned-display computer graphics[edit] An early scanned display with raster computer graphics was invented in the late 1960s by A.

.: Html facile :. Exercices Introduction Dans cet exercice je vous propose de faire votre première page web. Une page toute simple pour bien débuter. Voyez par vous même le résultat final qui vous serez capable de faire. Avant de taper le code Il faut choisir un éditeur de texte pour taper le code. Optez plutôt pour WordPad ou Bloc-notes si vous utilisez Windows ou tout autre éditeur de texte tout simple. Sous Windows vous trouverez Bloc-notes ou WordPad dans ->Menu démarrer -> Programmes -> Accessoires Le plan d'une page html Ca y est en commence à rentrer dans le vif du sujet. Il faut alors taper le plan d'une page html (cf Tout d'abord !) De cette façon, vous pouvez préparer plusieurs pages web vierges prêtent à l'emploi. Remplir le plan Maintenant il faut remplir le plan. Entre les balises de titre (<TITLE> et </TITLE>) on met le titre de la page. Maintenant on va écrire dans le corps de la page (<BODY> et </BODY>) On va écrire un paragraphe de bienvenue puis un deuxième paragraphe décrivant ce que contient le site

Five Useful Interactive CSS/jQuery Techniques Deconstructed - Smashing Magazine Advertisement With the wide variety of CSS3 and JavaScript techniques available today, it’s easier than ever to create unique interactive websites that delight visitors and provide a more engaging user experience. In this article, we’ll walk through five interactive techniques that you can start using right now. We’ll cover: Besides learning how to accomplish these specific tasks, you’ll also master a variety of useful CSS and jQuery tricks that you can leverage when creating your own interactive techniques. So, let’s dive in and start building more exciting websites! 1. The footer of David DeSandro’s website uses extruded text that animates on mouseover. View the demo First let’s set up some text (the code is copied from the original site): <span class="extruded">Extrude Me</span> And some basic styling (the code is copied from the original site): Here, we’ve applied some basic styles and added a text-shadow. text-shadow: #000 1px 1px, #000 2px 2px, #000 3px 3px; Styling the Hover State 2. 3.

Related:  lien aprentissage écoleWed DevelopmentWeb Sites