Max Lockwood

Max Lockwood

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 are CSS Rules and Selectors?

What are CSS Rules and Selectors? Firstly, it’s a good idea to get familiar with what CSS is and how it is used. I have created another article explaining this topic. Here is a link to learn more about CSS…

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…

What exactly is JavaScript?

What exactly is JavaScript? Introduction JavaScript is a text-based programming language that allows you to construct interactive web pages on both the client and server sides. Where HTML and CSS give web pages structure and style, JavaScript delivers web pages…

Pin It on Pinterest