Category HTML

How to Write HTML Comments

How to Write HTML Comments The HTML Comment Tag A comment in HTML is text that is encased in the <!╌ and ╌> tags. By using this technique, you can inform a browser that some elements are comments and shouldn’t…

What is an HTML Document’s Basic Structure?

What is an HTML Document’s Basic Structure? HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. The basic structure of an HTML document consists of these elements: !DOCTYPE html The <!DOCTYPE html> declaration needs to be…

How to write “Hello World” in HTML

How to write “Hello World” in HTML Writing a simple “Hello World” programme is the first step in becoming familiar with a new language. The text-based approach for defining web-page layouts is HTML (Hypertext Markup Language). HTML Boilerplate Code A…

Pin It on Pinterest