Content
Lekcja I
Praca do zrobienia : Wszystkie gry Techland (50-60 znaczników)
PHP - Serwery
JavaScript - Język przeglądarki
HTML -
Katalog; www -> plik index.html
ascii
ramka html
[ strona ]
[TITLE]
- head>
- body>
- footter
<!doctype html> <html>
<head>
<meta charset="utf-8">
<meta name="description" content="Tu wpisz opis zawartości strony">
<title>Tu wpisz tytuł strony</title>
</head>
<body> Tu wpisuje się treść strony </body>
</html>
znaczniki <> ... </>
(https://kamilos161.wordpress.com/2013/09/12/co-to-sa-znaczniki-html-przyklady-znacznikow-html/)
<b> - pogrubia
<p> - akapit
<u> - podkreśla
<br> - robi odstęp spacji
<i> - pochyla
<a> - ciągiem ....
<button> - przycisk
style: -> deklaracja stylu
<div> - dzielnik / kontener
//Przykładowo
<div1> styl1
<div2> styl2 </div2>
<div3> styl3 </div3>
</div1>
Kolorowanie Przykład :
<span style="color:green">SZKOŁA JEST OK</span>
<p style="text-align: center"><span style="font-size:large; color:green"><b>SZKOŁA JEST OK</b></span> </p>
<!doctype html> <html>
<head>
<meta charset="utf-8">
<meta name="description" content="Tu wpisz opis zawartości strony">
<title>Strona</title>
</head>
<body>
<h2> <p style="text-align: center"><span style="font-size:xx-large; color:blue; font-family:Arial "><b>TYTUŁ</b></h2></span> </p>
<p style="text-align: left"><span style="font-size:medium; color:red"><b>menu</b></span>
<button><a href="https://www.wp.pl/">wp.pl</a></button> -
<button><a href="https://www.youtube.com/?hl=pl&gl=PL">youtube</a></button> -
<button><a href="https://pl-pl.facebook.com/">facebook</a></button> </p>
<u> <p style="text-align: left"><span style="font-size:small; color:black; font-family:Times New Roman ">
<p>It's been a long day without you, my friend </p>
<p>And I'll tell you all about it when I see you again </p>
<p>We've come a long way from where we began </p>
<p>Oh, I'll tell you all about it when I see you again </p>
<p>When I see you again </p> </u></span>
<p> <center> <img src="C:\www\obrazek.jpg" > </p> </center>
</body>
</html>
(https://www.kurshtml.edu.pl/html/struktura_tabeli,tabele.html)
<!-- ... --> - komentarz