03 Getting To Know HTML
03 Getting To Know HTML
1/17
2/17
In <head>
<meta> <author>
<style> <link> <script> <base>
In <body>
<h1> <p>
3/17
4/17
HTML COMMANDS
HTML commands are called elements
Usually, an element has a start tag and an end tag e.g.
<p> . . . </p>
There are some exceptions, discussed later
5/17
6/17
7/17
MyWebPage
Thiswebpageissoawesome!
8/17
H1 AND P
Let's look at main content
<h1> means level 1 heading
<h1>MyWebPage</h1>
9/17
<metaname="author"content="DavidRossiter">
10/17
11/17
12/17
ATTRIBUTES
You need to use speech marks for any HTML attributes:
<metaname="author"content="DavidRossiter">
Double speech marks " and single speech marks ' are both OK:
<metaname='author'content='DavidRossiter'>
13/17
Wolnaencyklopedia
890000+artigos
1136000+hase
English
FindWikipediainalanguage:
14/17
THIS PRESENTATION
This presentation is written in HTML
The presentation system is called reveal.js
It uses some of the HTML we will learn
You can view the source code to learn more
15/17
HTML EDITORS
There are hundreds of HTML editors (google search!)
They give you a GUI environment to help create HTML
HTML editors are good for complementing learning
16/17
Edit
Insert
Formats
View
Format
Table
Tools
17/17