Presentation is loading. Please wait.

Presentation is loading. Please wait.

Syntax of the HTML HyperText Markup Language. HTML Syntax  What is it?  Helps computer know how to display  What goes into it?  U+FEFF BYTE ORDER.

Similar presentations


Presentation on theme: "Syntax of the HTML HyperText Markup Language. HTML Syntax  What is it?  Helps computer know how to display  What goes into it?  U+FEFF BYTE ORDER."— Presentation transcript:

1 Syntax of the HTML HyperText Markup Language

2 HTML Syntax  What is it?  Helps computer know how to display  What goes into it?  U+FEFF BYTE ORDER MARK (BOM) character  Ex: UTF-8  !DOCTYPE  The root Element

3 U+FEFF (BOM)  Tells the computer about the text  Is it 8-bit? 16-bit? 32-bit?  Including this is optional Encoding Representation (hexadecimal)hexadecimal Representation (decimal)decimal Bytes as CP1252 characters UTF-8 [t 1] EF BB BF239 187 191 https://en.wikipedia.org/wiki/Byte_order_mark

4 DOCTYPE  DOCTYPE tells the rendering mode  Like including different libraries  Types:  math  html  (xhtml) 

5 Root element  Encloses all other elements  Parent element  This contains all elements Example1: content Example 2: content

6 How to begin HTML Syntax DOCTYPE BOM ROOT Element

7 content This is an example of how HTML tags work in HTML. You have tag name, which tells HTML how to format/use the information. You then put your content in there. Afterwards, you must specify that you have completed all you needed to do with that tag.

8 Examples of HTML Tags:  There are so many, I just provided a link to a list of them for you!  http://www.w3schools.com/tags/ http://www.w3schools.com/tags/  Have fun exploring!

9 THANKS FOR WATCHING!


Download ppt "Syntax of the HTML HyperText Markup Language. HTML Syntax  What is it?  Helps computer know how to display  What goes into it?  U+FEFF BYTE ORDER."

Similar presentations


Ads by Google