You are here: PSPad forum > English discussion forum > HTML5

HTML5

#1 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

zapodaj.net

Edited 1 time(s). Last edit at 2023-03-05 11:59 by Piotr.

Options: Reply | Quote | Up ^


#2 Re: HTML5

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

Options: Reply | Quote | Up ^


#3 Re: HTML5

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.

Options: Reply | Quote | Up ^


#4 Re: HTML5

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.

Options: Reply | Quote | Up ^


#5 Re: HTML5

Posted by: Piotr | Date: 2023-03-16 21:18 | IP: IP Logged

PSPAD highlights HTML5 keywords correctly smiling smiley

How to add when selecting a new file html5 template?

Thanks!

Options: Reply | Quote | Up ^


#6 Re: HTML5

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.

Options: Reply | Quote | Up ^


#7 Re: HTML5

Posted by: Piotr | Date: 2023-03-18 19:50 | IP: IP Logged

Thank you very much, Andreas
smiling smiley

Options: Reply | Quote | Up ^






Editor PSPad - freeware editor, © 2001 - 2024 Jan Fiala, Hosted by Webhosting TOJEONO.CZ, design by WebDesign PAY & SOFT, code Petr Dvořák, Privacy policy and GDPR