Skip to content

Latest commit

 

History

History
91 lines (64 loc) · 4.93 KB

html_cpt.md

File metadata and controls

91 lines (64 loc) · 4.93 KB

HTML CODES CHEAT SHEET HTML Tags Index DOT Html: THE Advanced HTML Reference

<!DOCTYPE html>
<html>
	<head>
		<title>Page title</title>
		<style type="text/css"></style>
	</head>
	<body>
		<h1>Headers from H1 to H6</h1>
		<p>Paragraph can be <b>bold</b>, <u>underlined</u> or <i>italics</i> type</p>
		<br/><span /><!-- forced newline character-->
		<div id="" class="">for new object</div>
		<sub>subscripted</sub><sup>superscripted</sup>
		<img src="image.png" />
		<a href="file_or_address">hyperlink</a>
		<ul type = "disc"><!-- unordered - <ol typpe="1"> for ordered etc-->
			<li>list_item</li>
			<li>list_item</li>
		</ul>
	</body>
</html>

HTML 5

Ponořme se do HTML5 (nic.cz)

HTML5 demos & examples https://html5demos.com/
HTML5 Presentations - comparison
Video EXPLOSION - Explode a video as it's playing through HTML5.
HTML5 Browser Test - Check how well your browser supports HTML5.
The History of HTML5 - HTML5's history in infographic form.

The New Standard for HTML - The W3Schools introduction to HTML5.
WTF is HTML5 - An infographic about HTML5.
Backwards Compatibility with Unsupported Browsers - A way to make outdated browsers (IE8 and below) run HTML5 code.
Back to basics: how to code an HTML5 template | WDD

Dynamic HTML http://www.dynamicdrive.com/

http://www.smashingmagazine.com/2013/03/goodbye-zen-coding-hello-emmet/

Text writing

Color Coding

Size Design

Creating a sitemap https://www.slideshare.net/JeannieMelinz1/creating-a-website-sitemap
Web Designer Forum https://www.webdesignerforum.co.uk/

Ultimate HTML/CSS Resource http://www.blooberry.com/

Learn Web Developement skills http://www.onlywebpro.com/

Revealed HTML & CSS codes http://cameraontheroad.com/2003/09/revealed-our-html-and-css-codes/
Responsive Emails https://medium.freecodecamp.org/the-fab-four-technique-to-create-responsive-emails-without-media-queries-baf11fdfa848

Viewport styling https://css-tricks.com/viewport-sized-typography/

Games

HTML5 Games - A collection of games built in HTML5
Score Rush - A port of an Xbox game built in HTML5. Worth a look for the stunning graphics (you'll need a decent PC and an up to date browser).
HTML5 Command and Conquer - an ongoing work to port the original Command and Conquer game into HTML5.
Game Development Tutorials in HTML5 - News and tutorials for HTML5 game developers.
HTML5 Game Devs Tutorials - Forum on making games with HTML5.
The Reality of HTML5 Game Development - An in-depth look at HTML5 as a gaming platform, written by PhotonStorm, a high profile casual game developer.
Impact - A game engine for HTML5. License costs $99 but includes a level editor, iOS publishing tools, and debug tools.

Storage

HTML5 offline storage https://www.html5rocks.com/en/tutorials/offline/storage/#code
Storage API http://www.adobe.com/devnet/archive/html5/articles/html5-storage-apis.html
http://www.html5rocks.com/en/features/storage