#html5
Read more stories on Hashnode
Articles with this tag
HTML Entities Some reserved characters are reserved in HTML. If you use the less than(<) or greater than(>) signs in your text, the browser might...
HTML Tags HTML Tags are used to mark up the start of an HTML element and they are usually enclosed in angle brackets. Ex: <h1> </h1> --> Heading...
Comments are some text or code written in your code to explain the code, and not visible to the user. Comments which are used for HTML files are...
Definition HTML stands for Hypertext Markup Language which is used to design web pages using the markup language. -> HTML is a combination of...
Definition A dynamic Website is a collection of dynamic web pages whose content changes dynamically. This is an example of a dynamic...
Definition Static Website is the basic type of website that is easy to create. You don't need the knowledge of web programming and database design to...