blob: 07c305b2b0763035a2c26d017f0160ac25d2c160 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
this is a tag: <h1>test</h1>
tags can have attributes: <div id = foobar>
Attribute values can be quoted: <input name = 'age' type = "number">
But you cannot put attributes everywhere: </nope data=foobar>
Please mind the gap: < test
The pirate says &arrrrr;
Does this open two pages? <a href=foo.html href=bar.html>click me</a>
Do you start or do you end? </yes/>
|