Basic HTML Structure & Explanation
Basic HTML Structure Basic Tags Explanation: <html> – Begins your HTML document.
What is HTML?
HTML is a markup language for describing web pages. HTML was invented in 1990 by a scientist called
HTML Tags
HTML tags are keywords (tag names) surrounded by angle brackets: <tagname>content</tagname> HTML tags normally come in pairs like <p> and </p> The first tag in a pair is the start tag, theRead More…