You are here: PSPad forum > English discussion forum > Re: HTML5
Posted by: Piotr | Date: 2023-03-05 11:59 | IP: IP Logged
Good morning,
PSPad still doesn't support HTML5?
I intentionally downloaded the portable version and I don't see html5 support, article, section etc.
What am I doing wrong?
Thank you for your answer
Edited 1 time(s). Last edit at 2023-03-05 11:59 by Piotr.
Posted by: pspad | Date: 2023-03-05 12:38 | IP: IP Logged
On your screenshot is list of code clips.
Code clips are created mostly by users. Any user can add own clips and if he want and send it to me, it will be shared in next version.
I hope PSPAD highlights HTML5 keywords correctly
Posted by: Andreas | Date: 2023-03-08 15:28 | IP: IP Logged
Hello Jan, here all HTML-Tags from this page developer.mozilla.org without the deprecated ones.
a
abbr
address
area
article
aside
audio
b
base
bdi
bdo
blockquote
body
br
button
canvas
caption
cite
code
col
colgroup
data
datalist
dd
del
details
dfn
dialog
div
dl
dt
em
embed
fieldset
figcaption
figure
footer
form
h1
head
header
hgroup
hr
html
i
iframe
img
input
ins
kbd
label
legend
li
link
main
map
mark
menu
meta
meter
nav
noscript
object
ol
optgroup
option
output
p
picture
portal
pre
progress
q
rp
rt
ruby
s
samp
script
section
select
slot
small
source
span
strong
style
sub
summary
sup
table
tbody
td
template
textarea
tfoot
th
thead
time
title
tr
track
u
ul
var
video
wbr
Edited 1 time(s). Last edit at 2023-03-08 15:29 by Andreas.
Posted by: pspad | Date: 2023-03-08 16:15 | IP: IP Logged
Thank you. When I tested it in highlighter, only portal, slot and template was marked as unknown. I will addit.
Posted by: Piotr | Date: 2023-03-16 21:18 | IP: IP Logged
PSPAD highlights HTML5 keywords correctly
How to add when selecting a new file html5 template?
Thanks!
Posted by: Andreas | Date: 2023-03-16 21:44 | IP: IP Logged
What do you want to add? Create a new file, type HTML. Maybe the template is a bit outdated. You can find it here: \Template\Default.html Open it and edit it to your needs.
Here is an example of a better HTML5 template:
<!DOCTYPE html>
<html lang="de">
<head>
<title>Title</title>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div>
Content
</div>
<script>
// code
</script>
</body>
</html>
Edited 2 time(s). Last edit at 2023-03-16 21:48 by Andreas.
Editor PSPad - freeware editor, © 2001 - 2023 Jan Fiala, Hosted by Webhosting TOJEONO.CZ, design by WebDesign PAY & SOFT, code Petr Dvořák, Privacy policy and GDPR