Html handbook mario trabanino

Page 1

Xdxdxdxdxdxdxdxdxdxdxdxdxdx dxdxdxdxdxdxdxdxdxdxdxdxdxd xdxdxdxdxdxdxdxdxdxdxdxxdxd xdxdxxdxdxdxdxxdxdxdxdxdxdx The Ultimate Html for Beginners An Easy Way To Learn dxdxxdxdxdxdxdxdxxdxdxdxdxx dxdxddxxdxdxdxdxxdxdxdxxdxd xdxdxdxxdxdxxddxdxxdxdxdxdx dxxdxdxdxdxdxxdxdxdxdxdxxdx dxdxxdxdxdxxdxdxdxxdxdxdxdx dxxddxdxdxdxdxdxdxdxxddxddx xdxddxdxxdxdxdxdxdxdxdxdxdx dxdxdxdxdxdxdxdxdxdxdxdxdxd xdxdxdxdxdxdxdxdxdxdxdxdxdx ddxdxxdxddxxdxdxxdxdxdxdxdx dxdxdxdxdxdxdxdxdxdxdxdxdxd 9/4/2017 10C18

hfghghhghghghgh[Type text]

Page 0


Contents What does HTML stand for? .......................................................................................................................................2 The Abbreviation HTML stands for Hypertext Markup Language ..............................................................................2 What is HTML used for? .............................................................................................................................................2 How many versions of HTML are there? Show it with a timeline. .............................................................................2 What is HTML5? .........................................................................................................................................................2 What is the basic or simple structure of an HTML document? ..................................................................................3 What is the <!DOCTYPE> declaration? .......................................................................................................................3 What is the basic HTML editor? .................................................................................................................................3 What is an HTML element? ........................................................................................................................................3 Define the elements in the basic HTML structure......................................................................................................3 What are the attributes of an HTML element? ..........................................................................................................3 What are HTML tags? .................................................................................................................................................3 The HTML colors: Color names, RGB values, HEX values ...........................................................................................4 Introduction ................................................................................................................................................................2

1


Introduction In this Handbook you will learn everything you need to know about HTML.

What does HTML stand for? The Abbreviation HTML stands for Hypertext Markup Language

What is HTML used for? HTML is used to program everything in a page

How many versions of HTML are there? Show it with a timeline.

What is HTML5? Is a markup language used to structure content n any website

2


What is the basic or simple structure of an HTML document? Is the Head element

What is the <!DOCTYPE> declaration? It is used to show the type of document

What is the basic HTML editor? Is a computer editing program

What is an HTML element? An element is the type of document

Define the elements in the basic HTML structure. Title Body

What are the attributes of an HTML element? hreflang

What are HTML tags? They’re used to program the computer in the way you want

HTML Elements Name Tag Structure Headings <h1>This is heading 1</h1> Paragraphs <p>My first paragraph.</p> Styles <link rel="stylesheet" href="styles.css" Links <LINK rel="prev" href="chapter4.html"> Images <img src="dinosaur.jpg"> Tables <table style="width:100%"> Lists <LI>Unordered information Forms </form> Media media="print and (resolution:300dpi)">

Description insert a heading insert paraghraphs Do new style Insert links Insert Images Insert Tables Insert lists Do Forms Put new media

3


The HTML colors: Color names, RGB values, HEX values In here is a more explained: http://htmlcolorcodes.com/

4


5


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.