#web-development
Read more stories on Hashnode
Articles with this tag
Javascript is the world's most popular programming language. It is light weighted, easy to learn, compiled programming language. It is used in web...
CSS stands for Cascading Style Sheets. It is used to beautify web page or making the web page more attractive. Types of CSS: INLINE: Inline css is the...
Block Level element: A block-level element always begins on a new line, and browsers add a margin (a space) before and after the element by default. A...
Emmet is a plugin for text editors that allows you to write HTML and CSS faster by using abbreviations that expand into full code. It can save a lot...
&entity_name; in html Entities are the special character in html. Suppose we want to use < or > or this symbol in our code then our program confused...
<Tags>,<>Content</>,<!-- -->,<img src=" "> in html In HTML, tags are used to define the structure and layout of a webpage. They are the basing...