HTML Tags Explained

Post on 20-May-2015

397 views 0 download

Tags:

description

A quick guide to what HTML tags are for complete beginners to web design.

Transcript of HTML Tags Explained

HTML Tags ExplainedHyperText Markup Language

…or to put it another way…

The document is now ‘marked up’

Simply use mark-up codes instead…

This is now a HTML document / webpage…

Reduce your number of tags if possible

<h2> … </h2> Use a slightly smaller heading

<h3> … </h3> Use an even smaller heading

<i> … </i> Use italics<br> Add a line break

<font color="green"> … </font>

More HTML Codes

>>>END<<<