Asp.net→ When we browse any website like gmail.com (or) any other, we find a web page that will be opened like → In this the designing of the page is like creating textboxes, buttons, etc,.. is performed by using HTML, CSS → The pages developed using HTML &...Aug 3, 2024·19 min read
Html TagsHTML <a> tag : The HTML <a> tag, or anchor tag, is used to create hyperlinks in a web page. Here's the basic syntax of the <a> tag: <a href="URL">Link Text</a> href: This attribute specifies the URL of the page the link goes to. It can be an absolut...Apr 24, 2024·2 min read
Understanding Cyber Security: A Beginner's GuideThe technique of protecting internet-connected system such as computer, servers, mobile devices, electronic system, networks,and data from malicious attacks is known as cybersecurity. We can divide cybersecurity into two parts one is cybers,and the o...Apr 20, 2024·4 min read
What Is A HtmlHTML stands for HyperText Markup Language It's the standard markup language for creating web pages and web applications. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document. With HTM...Apr 19, 2024·1 min read