COMPUTER PROGRAMMING FUNDAMENTALS
WEB PAGE DESIGN AND PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Excel
|
|
Notepad
|
|
PowerPoint
|
|
None of the above
|
Detailed explanation-1: -An HTML document is nothing but a text file, so we can use any text editor to create an HTML page. An HTML text editor is a software application that allows us to create, edit, and save the HTML code. However, it is also possible to write HTML code using a simple text editor like Notepad or Notepad++.
Detailed explanation-2: -Web pages can be created and modified by using professional HTML editors. However, for learning HTML we recommend a simple text editor like Notepad (PC) or TextEdit (Mac).
Detailed explanation-3: -An HTML tag is a special word or letter surrounded by angle brackets, < and >. You use tags to create HTML elements, such as paragraphs or links. Many elements have an opening tag and a closing tag-for example, a p (paragraph) element has a <p> tag, followed by the paragraph text, followed by a closing </p> tag.
Detailed explanation-4: -An HTML editor is a specialized piece of software that assists in the creation of HTML code. Similar to text editors such as Notepad and TextEdit, HTML editors allow users to enter raw text. Most (if not all) professional web developers use an HTML editor to create and maintain their websites.