Have completed django 34. There is now the possibility to comment on a blog.
* * *
On a side note, explored the difference between html and xhtml. At issue
in my mind, whether to use <br> or <br/> to indicate a line break.
Turns out that html is a lot looser than xhtml and will deal with either case.
Best practice for the latter: <br />; yes, with a space. The break command indicates a
line break and like the <a.../> image tag is a singleton. What is the difference
in the uses of html and xhtml. The first is used for webpages and the second
- an extension of xml - for moving large pieces of data.
No comments:
Post a Comment