Cascading Style Sheets

CSS == Megjelenites

  • colors
  • fonts
  • layout
  • and other aspects of document presentation

yikulju / 2008-06-12 22:30:51

HTML

HTML

yikulju / 2008-06-12 22:42:03

JavaScript

JavaScript == Viselkedes

  • ha ide kattintok ez tortenjen
  • ez a kep kusszon be balrol
  • ...

yikulju / 2008-06-12 22:34:30

HyperText Markup Language

HTML == Tartalom

  • szoveg, kep

yikulju / 2008-06-12 22:38:20

unordered list

<ul>

Creates an unordered list. The unordered part means that the items in the list are not in any particular order.

yikulju / 2008-06-13 07:12:16

HTML

Jelolonyelv, elsosorban weboldalakhoz.

It provides a means to describe the structure of text-based information in a document — by denoting certain text as links, headings, paragraphs, lists, and so on

HTML is written in the form of tags, surrounded by angle brackets
  • Ez itt <strong>kiemelet</strong> szoveg
  • <h1>Cim 1</h1>

A nyers adatot HTML tag-ek segitsegevel ember es gep szamara is konnyebben feldolgozhatova tesszuk

yikulju / 2008-06-12 22:40:53

link

<a>

a is the cornerstone of HTML, the tag that makes hypertext hypertext. a is the tag you use to make hyperlinks: the text that you can click on in your web browser to go to another web page.

yikulju / 2008-06-13 07:08:16

image

<img>

Image

yikulju / 2008-06-13 07:54:10

CSS

CSS

yikulju / 2008-06-13 07:26:06

paragraph

<p>

Indicates a new paragraph.

yikulju / 2008-06-13 07:03:17

highlight

<strong>

Indicates text which should be more forceful than surrounding text.

yikulju / 2008-06-13 06:58:04

  • font-weight: bold
  • font-size: 56px
  • text-decoration: underline

yikulju / 2008-06-13 10:40:04

Szinek

RRGGBB

yikulju / 2008-06-13 07:26:26

header

<h1> <h2> <h3> <h4> <h5> <h6>

Indicates a header, a title of a section of the document.

yikulju / 2008-06-13 07:07:18

Layers

yikulju / 2008-06-13 06:44:59

  • background
  • color
  • padding, padding-left, padding-right, padding-top, padding-bottom
  • margin, margin-left, margin-right, margin-top, margin-bottom

yikulju / 2008-06-13 10:34:11

Big picture

Big Picture

  • HTML
  • CSS
  • JavaScript

yikulju / 2008-06-12 22:28:34

Login

  • My Metaspace
  • The Current Page

Create an Account