HTML: Difference between revisions
From Achintya Rao’s Wiki
Create page |
Add “HTML editor with realtime preview” |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
''See also [[CSS]].'' | ''See also [[CSS]].'' | ||
== Tools to use for [[Writing]] == | |||
* [https://github.com/skorokithakis/expounder Expounder]: for providing in-line explanations that are revealed on clicking. | |||
* [https://alfy.blog/2024/10/19/linking-directly-to-web-page-content.html A blog post on using “Text Fragments”]: for linking to any arbitrary part of a web page based on specific text | |||
== Tips and tricks for web design == | |||
* [https://darekkay.com/blog/avif-images/ Web developer's guide to AVIF images] | |||
* [https://jgthms.com/web-design-in-4-minutes/ Web design in 4 minutes] | |||
== Learning HTML == | |||
* [https://htmlforpeople.com/ HTML for people] | |||
* [https://no-gravity.github.io/html_editor/ HTML editor with realtime preview], found via [https://news.ycombinator.com/item?id=43009935 this comment on Hacker News] | |||
[[Category:WWW]] | [[Category:WWW]] | ||
Latest revision as of 07:46, 11 February 2025
See also CSS.
Tools to use for Writing
- Expounder: for providing in-line explanations that are revealed on clicking.
- A blog post on using “Text Fragments”: for linking to any arbitrary part of a web page based on specific text
