BTBhavana Thangarajinmyblog.htmlcss·May 1, 2024 · 2 min readHTML elementsHTML Elements The HTML element is everything from the start tag to the end tag: <tagname>Content goes here...</tagname> Examples of some HTML elements: <h1>Good evening</h1> <p>have a cup of coffee.</p> Start tagElement contentEnd tag <h1>Good...00
BTBhavana Thangarajinmyblog.htmlcss·Apr 30, 2024 · 2 min readHTML BasicHTML Documents All HTML documents must start with a document type declaration: <!DOCTYPE html>. The HTML document itself begins with <html> and ends with </html>. The visible part of the HTML document is between <body> and </body>. The <!DOCTYPE> De...00
BTBhavana Thangarajinmyblog.htmlcss·Apr 29, 2024 · 1 min readHtml EditorsLearn 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 editor like Notepad (PC) or TextEdit (Mac). Step 1: Open Notepad (PC) Windows 8 or mo...00
BTBhavana Thangarajinmyblog.htmlcss·Apr 27, 2024 · 1 min readHyper Text Markup LanguageHTML 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 elements tell the browser how to display the content Tools to use for creating a website and g...00