Posts

Showing posts from June, 2020

HTML META Tag

Image
Hello Guys, HTML had many varieties of tags.Especially  In this article we will dicuss about HTML <meta> Tag <MRTA>TAG The <meta> tag defines metadata about the HTML document. Metadata is data (information) about data. ...Metadata will not be displayed on the page but can be parsed on the computer. Browsers (how to display content or reload pages), search engines (keywords),and other web services all use metadata.  Examples Describe metadata within an HTML document: < head >                                                                         < meta  charset ="UTF-8" >                                                ...

Overview of HTML5 and HTML5 Features

Image
Hello Guys, In this article, We will learn about the overview of HTML5 and HTML5 Features   What is HTML5? HTML 5 HTML5 is the latest specification of HTML language, which represents a major breakthrough with previous markup practice. The purpose of making profound changes to the language is to standardize many new ways developers use it and encourage a set of best practices related to web development. Most individual changes are the result of larger goals in language design. These goals mainly include: Encourage semantic (meaningful) markup Separate design from content Promote accessibility and design responsiveness Reduce the overlap between HTML, CSS, and JavaScript Support rich media experiences without plug-ins like Flash or Java Understanding HTML5 is not only about understanding which CSS features can replace old HTML features. If you want to understand HTML5 intuitively, it is best to understand how these goals affect the development of the langua...

What is Markup Language?

Image
Hello Guys, We heard about HTML which  is a markup language for creating web pages. Now Let's see what is markup language? The markup language is a computer language that uses tags to define elements in a document. It is human-readable, meaning that the markup file contains standard words, rather than the typical programming syntax. Although there are several markup languages, the two most popular are HTML and XML. HTML is a markup language for creating web pages. The content of each web page is defined by HTML tags. Basic page tags (such as <head> , <body> and <div> ) define the various parts of the page, while tags (such as <table> , <form> , <image> and <a> ) define the elements in the page. Most elements require a start and end tag, and the content is placed between the tags.

What Is IDE (Integrated development environment) ?

Image
Hello Everyone, Today in this article we will discuss about IDE. An integrated development environment (IDE) is a software application that provides computer programmers with comprehensive functions for software development. IDE usually consists of at least a source code editor, build automation tools and debugger. Some IDEs (such as NetBeans and Eclipse) include the necessary compiler, interpreter, or both. Other companies like SharpDevelop and Lazarus do not. Add caption The boundary between the IDE and other parts of the broader software development environment is not well defined; sometimes a version control system is integrated or various tools simplify the graphical user interface (GUI). Many modern IDEs also have class browsers, object browsers, and class hierarchy diagrams for object-oriented software development. Common characteristics of integrated development environments IDE usually includes a code editor, compiler or interpreter and debugger accessed ...

Basic Ubuntu Commands

Image
H ello Everyone, If you are Ubuntu newbie, then this post about  basic Ubuntu commands  is going to help you to get familiar with the  Terminal emulator . Ubuntu Terminal   As we all know, Ubuntu is one of the most customizable Linux distributions today. In fact, when we hear about Linux, the first thing we will become is Ubuntu. Almost every Linux enthusiast starts with Ubuntu when entering the Linux world because Ubuntu is one of the Linux distributions that beginners choose. Sudo Command sudo  is a program for Unix-like computer operating systems that allows users to run programs with the security privileges of another user, by default the superuser. It originally stood for "superuser do" as the older versions of  sudo  were designed to run  commands  only as of the superuser.  Basic Ubuntu Commands 1. whoami : This command is used to display who is the current logged-on user.  2...

Overview of Linux and Ubuntu

Image
H ello Guys, Today in this article we will discuss about Linux and Ubuntu. 1. Linux Linux Linux is the most famous and widely used open-source operating system. As an operating system, Linux is a piece of software that sits under all other software on the computer and can receive requests from those programs and relay those requests to the computer's hardware.