Posts

Showing posts from June, 2023

HTML Editors

Image
Html Editors HTML Editors Html Editors A simple text editors is all you need to learn HTML. Learn HTML Using Notepad or TextEdit Web pages can be created and modified by using professional HTML editors. However, for learning HTML we recommend a simple text editors like notepad(pc) or TextEdit (Mac). We believe that using a simple text editors is a good way to learn to HTML. Follow the steps below to create youe first web page with Notepad or TextEdit Step 1: Open Notepad (PC) Windows 8 or later: Open the Start Screen (the window symbol at the bottem left on your screen). Type Notepad. Windows 7 or earlier: Open Start > Programs > Accessories > Notepad Step 1: Open TextEdit (Mac) Open Finder > Applications > TextEdit Also change some prefereces to get the application to save files correctly. In Preferences > Format > choose "Plain Text" Ten under "Open and Save", check the box thet sa...

Html Introduction

Image
HTML INTRODUCTION HTML Introduction What is html ? Html stands for Hyper Text Markup Language Html is the standard markup language for creating Web pages Html describes the structure of a Web page Html consists of a series of elements Html elements tell the browser how to display the content Html elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc. What is an HTML Element? An HTML element is defined by a start tag, some content, and an end tag: Example:- Year Version 1989 Tim Berners-Lee invented www 1991 Tim Berners-Lee invented HTML 1993 Dave Raggett drafted HTML + 1995 HTML Working Group defined HTML 2.0 1997 W3C Recommendation: HTML 3.2 1999 W3C Recommendation: HTML 4.01 ...
HTML TUTORIAL HTML TUTORIAL HTML EDITORS Click here HTML BASIC HTML ELEMENTS HTML ATTRIBUTES HTML HEADING HTML PARAGRAPHS HTML STYLE HTML FORMATTING HTML QUOTATIONS HTML COMMENTS HTML COLOR HTML CSS HTML LINKS HTML IMAGES HTML FEVICOL HTML PAGE TITLE HTML TABLES HTML LISTS HTML BLOCK & INLINE HTML CLASSES HTML ID HTML IFRAMES HTML JAVASCRIPT HTML FILE PATHS HTML HEAD HTML LAYOUT HTML RESPONSIVE HTML COMPUTERCODE HTML SEMANTICS HTML STYLE GUIDE HTML ENTITIES HTML SYMBOLS HTML EMOJIS HTML CHARSET HTML URL ENCODE HTML VS. XHTML HTML FORMS HTML FORMS HTML FORMS HTML FORM ATTRIBUTES HTML FORM ELEMENT HTML INPUT TYPES HTML INPUT ATTRIBUTES HTML INPUT FORM ATTRIBUTE HTML GRAPHICS HTML GRAPHI...