Sign in
code
/
edge
/
openjdk
/
refs/heads/master
/
.
/
nashorn
/
test
/
script
/
markdown
/
images.js.EXPECTED
blob: 7df585521d99d8f6613493e5b70e9101e9d90daf [
file
] [
log
] [
blame
] [
edit
]
<p><img
src
=
"/path/to/img.jpg"
alt
=
"Alt text"
title
=
""
/></p>
<p><img
src
=
"/path/to/img.jpg"
alt
=
"Alt text"
title
=
"Optional title"
/></p>
<p><img
src
=
"url/to/image"
alt
=
"Alt text"
title
=
"Optional title attribute"
/></p>