1 / 2

HTML Editors and Browsers

If you want to learn a basic to advanced level in a Fullstack Web Development course and want to become an expert in that one, you need to attend the best advanced online Training by Visualpath institute in Hyderabad. for more details contact 91 97044 55959.<br>

keerthana8
Télécharger la présentation

HTML Editors and Browsers

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. HTML Editors and Browsers – Visualpath Where should I write my HTML code?? Well, that’s really simple. Any normal text editors like Notepad or TextEdit can be used to write HTML code. But to develop a website that would hardly be convenient. So there are many HTML editors available which make writing the HTML code comfortable and easy. Mainly what an HTML editor does is Highlighting the syntax i.e. coloring of the code Auto-completion i.e. adding the ending tag automatically when you type the starting tag. It not only makes the code look prettier but also mitigates the fatigue while writing a long code. There are many HTML editors available, some of which are Notepad++ Brackets EditPlus Espresso TextPad UltraEdit And much more which provide an extra feature or two which increase our productivity. Also, most recently we have WYSIWYG editors. WYSIWYG stands for “What You See Is What You Get”. While in WYSIWYG mode the HTML page is rendered as though it is being viewed with a web browser. The only difference is that the web developer can edit the page at the same time. To list a few advantages of this editor: Page elements can be moved by simply “clicking and dragging” them around the page. Formatting of the text with a WYSIWYG editor is very simple. For example, if you want to highlight the text, then clicking the “Bold” button would do it for you; just like in a word processing program like Microsoft Word. Allows you to see what the page will look like while you’re editing it? It’s kind of like editing a preview of your web page. Although usually referred to as “WYSIWYG editors”, these are better described as an HTML editor with WYSIWYG mode. The user can switch between “Code view” and “WYSIWYG view”. Adobe Dreamweaver is an example of WYSIWYG editor

  2. But it is recommended that while in the learning phase uses the basic text editors because it will help you create clean code and really dig into web development. Having the ability to look at the page with a text-based HTML editor is essential! How will you create a webpage using text editor?? Step 1: Open any text editor and write the HTML code. Step 2: Save the file on your computer. Select File > Save as in the Notepad menu. Just remember to add the extension “.html”. For example, name your file as “Firstprogram.htm”. Then change “Save as type” to “All Files”. Lastly, select encoding UTF-8(recommended standard). HTML BROWSERS How do I view my program in the browser?? For that, you have to open the saved HTML file in any browser. Step 1: double click on the file or right-click on the html document and choose “Open with”. For more information Click Here Contact us: 9989971070

More Related