Manas Barmanmrbarman.hashnode.dev·Jan 21, 2023HTML Links Hyperlinks | How to make page links in HTMLHow to interlink webpages and navigate people to other websites? Ans: The tag used for interlinking is the anchor tag or <a> element. Links also called hyperlinks are used in websites to allow users to navigate from one web page to the other. When...HTML LINKS
Manas Barmanmrbarman.hashnode.dev·Jan 21, 2023Different Types of HTML lists Explained with ExamplesAns: Three Types of HTML Lists are: -Unordered List - Ordered List - Description List Unordered List: An unordered list in HTML is a list of items that are displayed in no specific order. Unordered lists are created using <ul> elements in HTML and ...32 readsHTML5
Manas Barmanmrbarman.hashnode.dev·Jan 21, 2023Insert image in HTML | Use of <Img> Tag in HTML with ExampleHow to work with images in HTML and explain in detail <img/> tag important attributes? Ans: To add an image in HTML, we can use <img> element. <img> element is a self-closing tag which means it doesn’t have a closing tag. e.g. <img src=”Manas.j...1 like·54 reads#manas barman
Manas Barmanmrbarman.hashnode.dev·Jan 19, 2023What is Emmet? What are its advantages? Why do we use Emmet?Ans: Emmet is a free plugin for text editors that allows us to write HTML, CSS, and other code formats faster by assisting through abbreviations that expand into full code. It can save a lot of time, and increase productivity and efficient programm...6 likes·453 readsEmmet
Manas Barmanmrbarman.hashnode.dev·Jan 19, 2023HTML Entities, Symbols, CodesBriefly explain what HTML entities are. There are some characters in HTML like < > which are also called reserved characters. So if we like to use less than(<) or greater than(>) signs in our text or content, the browser will confuse and mix them w...HTMLEntities
Manas Barmanmrbarman.hashnode.dev·Jan 17, 2023Introduction to HTML | HTML Elements, Tags, Attributes| Difference between Elements, Tags, Attributes1. What is HTML? HTML stands for Hypertext Markup Language i.e it doesn’t have decision-making capabilities. Html is a language that is used to give basic structure and layout on the website to create web pages. It is highly compatible with almost...1 like·37 readsHTML5
Manas Barmanmrbarman.hashnode.dev·Jan 16, 2023Visual Studio(VS) Code Installation on Windows:Facing issues with installing and using VSCode? Follow these simple steps: Step 1: Go to the website https://sourceforge.net/projects/mingw/ to download "MinGW". Note: We download MinGW so that we can compile C/C++ Step 3: Then go to the website http...33 readsvisual studio code, vs code installation for c, vscode c++, vscode setup, vs code installation for java, how to install visual studio code
Manas Barmanmrbarman.hashnode.dev·Jan 15, 2023What is the Internet? What is a web browser? What is a Browser engine?1. What is the internet? Explain in your own words. Ans: INTERNET stands for Interconnected Network is a network system that connects millions of web servers. The Internet uses the standard Internet Protocol (TCP/IP). Every computer on the Internet i...1 likeinternet
Manas Barmanmrbarman.hashnode.dev·Jan 15, 2023What is Static Website? What is a Dynamic Website?What is the static site? Explain in your own words. Ans: Static sites contain web pages with fixed content coded in HTML and stored on a web server. It does not change, it stays the same, or "static" for every viewer of the site. These are such kind...35 readsWeb Development