html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!-- Created by Ginfio-->
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div>This is a <ph>ph tag</ph>⁉️if u didn't know.</div>
<hr>
<p>I asked a <maurice>question</maurice> about <ph>ph </ph> tag and they | you said "what is a <ph>ph tag?</ph> | html6 | it is not a tag"</p>
<hr><p style="background-color:#dddddd; padding:5px">
I'm sorry if I <lampedusa>confused</lampedusa> you with the word <ph>tag</ph> - <ph>actually </ph> i don't think its a tag. <maurice>it might be something different.</maurice> I just know it exists in html.</p>
what is it btw? <lampedusa>is it a tag, or what?''</lampedusa>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Created by Ginfio */
body {
font-family:arial;
font-size: 20px;
}
/* commented out, now <ph> won't do anything */
/*
ph{font-size: 30px;
color: red;
padding: 5px;
} */
maurice {
text-decoration: underline;
}
lampedusa {
font-weight: bolder;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
// Created by Ginfio
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run