background preloader

HTML Tags / Codes / Web Page Design

HTML Tags / Codes / Web Page Design
Related:  HTML/CSS/JS

What is the meaning of the html tag <meta http-equiv="pragma" content="no-cache"> | meta tags search engine promotion What is the meaning of the html tag HTTP-EQUIV "PRAGMA" The html meta tag HTTP-EQUIV PRAGMA isn't used that much anymore. Since Internet Explorer version 5 they stopped supporting the tag. By not using the pragma html tag, it doesn't influence your ranking with the search engines. Example meta tag http-equiv="pragma" Add the following meta tag in the source of your web-page. Where should you add this tag? You may add this meta tag to all of your web-pages, so not only in the first index page.

Beginners Web Design Tutorial - How-to-build-websites.com 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?

Видео - Уроци по програмиране Уроци по разработка на софтуер за ученици Училищната академия по разработка на софтуер (Telerik School Academy) е инициатива на Телерик за серия безплатни обучения по разработка на софтуер за гимназиални ученици с цел подготовка за Националната олимпиада по информационни технологии (НОИТ). Обученията се организират веднъж месечно за 3 дни целодневно. Те са безплатни, но разходите на учениците по пътуване и настаняване се поемат от самите тях или от тяхното училище. следваща среща 15-17 април 2014 10:00 - 19:00 София End-to-end JavaScript приложения Заповядайте на 15, 16 и 17 април в "Академията на Телерик", за да участвате в практическо обучение за създаване на end-to-end приложения с JavaScript. Регистрацията приключи Учебен план на Telerik School Academy Учебната програма на Академията за ученици на Телерик през 2013-2014 ще се фокусира върху разработката на впечатляващи уеб сайтове и мобилни приложения. Уеб дизайн с HTML и CSS - октомври 2013 г. Представяне на Telerik School Academy

HTML Tutorial HTML Goodies: The Ultimate HTML Resource Free tutorials on HTML, CSS and PHP - Build your own website - HTML.net Html Color Codes HTML5 This specification defines the 5th major version, second minor revision of the core language of the World Wide Web: the Hypertext Markup Language (HTML). In this version, new features continue to be introduced to help Web application authors, new elements continue to be introduced based on research into prevailing authoring practices, and special attention continues to be given to defining clear conformance criteria for user agents in an effort to improve interoperability. This section describes the status of this document at the time of its publication. This document was published by the Web Platform Working Group as a Editors Draft. Publication as a Editors Draft does not imply endorsement by the W3C Membership. This document was produced by a group operating under the 5 February 2004 W3C Patent Policy.

HTML Help by The Web Design Group Dynamic Drive CSS Library- Floating image with no text wrap Floating image with no text wrap Author: Dynamic Drive By default, floating an image causes the surrounding text to wrap around it, such in in the below example: A safari park is a large nature reserve intended for safari tours and encounters with rare wildlife. However, sometimes you may want a different effect whereby the image floats, yet the surrounding content do NOT wrap around the image. The CSS: Code Info Rate this code: Date Posted: 05/02/2006 Revision History: None Usage Terms: Click here Your Comments (71) Got a question or need help customizing this CSS code?

Design and Code Your First Website in Easy to Understand Steps In this tutorial, we're going to design and code our first website in simple, easy steps. This tutorial was written for the beginner with the hope that it will give you the tools to write your own standards-compliant websites! If you're looking for a quick way to get started, look through our collection of HTML Templates for a professional, responsive option that is ready to customize to your next project. Otherwise, it's a brand new week; maybe it's time to learn a new skill! We're going to design and code this very simple website. This tutorial was written assuming that you've never coded a website before, or have only done it a few times. Photoshop or a similar image editorA code editor (more on that later)Basic understanding of how html works, basic syntax and tags. We're making a very simple website here, with four basic elements: header, content, sidebar and footer, the layout is going to look something like this: Open up a shiny, new Photoshop document, say, 1000px by 1200px.

Related: