HTML editor: Difference between revisions

Content deleted Content added
Tag: Reverted
Restored revision 1127273331 by David Biddulph (talk): Revert unconstructive edits such as unexplained removal of content and addition of content that isn't useful
Line 1:
{{Short description|Software for editing HTML}}
{{more citations needed|date=August 2019}}
{{Use dmy dates|date=December 2021}}
Line 18 ⟶ 19:
===WYSIWYG HTML editors===
{{unreferenced section|date=September 2016}}
[[Image:W3c amaya 10 fullmode enwiki xfce4therapy.png|thumb|250px|[[Amaya (web browser)|Amaya]] 10 HTML editor]]
 
== [[Amaya (web browser)|Amaya]] 10 HTML editor ==
WYSIWYG HTML editors provide an editing interface which resembles how the page will be displayed in a [[web browser]]. Because using a WYSIWYG editor may not require any HTML knowledge, they are often easier for an inexperienced computer user to get started with.
 
Line 26:
[[WYSIWYM]] (what you see is what you ''mean'') is an alternative paradigm to WYSIWYG editors. Instead of focusing on the format or presentation of the document, it preserves the intended meaning of each element. For example, page headers, sections, paragraphs, etc. are labeled as such in the editing program, and displayed appropriately in the browser.
 
=== =Difficulties in achieving WYSIWYG ====
A given HTML document will have an inconsistent appearance on various [[Computing platform|platforms]] and computers for several reasons:
 
Line 57:
 
Whatever software tools are used to design, create and maintain web pages, the quality of the underlying HTML is dependent on the skill of the person who works on the page. Some knowledge of HTML, CSS and other scripting languages as well as a familiarity with the current W3C recommendations in these areas will help any designer produce better web pages, with a WYSIWYG HTML editor and without.<ref>{{cite web|url=http://www.w3.org/MarkUp/Guide/ |title=Dave Raggett's Introduction to HTML |publisher=W3.org |date=2005-05-24 |access-date=2013-10-23}}</ref>
 
Utilizing a professional HTML editors allow for the creation and modification of web pages.<ref name="Usama">{{cite web |last1=Mussarrat |first1=Usama |title=HTML Editors |url=https://mrexamples.com/html/html-editors/ |website=MrExamples |publisher=MrExamples |access-date=19 January 2023 |ref=MrExamples}}</ref>
 
==See also==