Saturday, February 5, 2022

HTML(Hyper Text Markup Language)

Welcome! You have found the very easiest way to Learn HTML

 HTML is a web based language in which most of the websites are written. It is used to create a web pages which executes on browser.


Tags and attributes, these are the basics of Html.


There are two type of tags in HTML

1. Tag with closing tag

ex: <html></html>


2. Tag without closing tag

ex: <img />


Tags are used to markup the start of an html element and they are usually enclosed by angle bracket.

for example: <h1>


Attribute is part of a the tag.

1 All tags can have attributes

2 Attribute are specified in the start tag

3 Generally attributes come in the form of name and value like name=value


for example:

<img src="abc.jpg" />


There are some tags you always use in every html page like

<html>,<head>,<title>,<body>



If you want to create a web page:- 


Step 1: Open notepad (or any type of text editor)

Step 2: Save the file with extension of .htm or .html.

Step 3: Start writing the code of html as below


you should always start and end your web page with html tag.

<html>


</html>


All html tags have two section

<html>

<head>

in head section you will be write heading type of tags like <title></title> <link><meta> etc.

</head>

<body>

here is a place your all page design will be written.

</body>

</html>


In next blog we will learn the basic tags and how to use their attributes.

Monday, January 31, 2022

Software Development

Web Development

In these days very huge demand of website development. Every businessman wanted to create a website to grow their business.

So, you can start your career in web development.

There are two types of websites available in the market.

  • Static Website
  • Dynamic Website
If you want to start web development you have to start with Static Website

Technology used for Static Website: -

  • HTML(Hyper Text Markup Language)
  • CSS(Cascade Style Sheet)
  • Java script/JQuery 
After completion of Static Websites you should move for Dynamic Website

To work with dynamic website you should learn about a Server site language like ASP.NET, PHP, JSP, Servlet(JAVA) etc.

After that Should learn  Database like SQL SERVER, My SQL, Oracle, Mongo DB etc.


In my next blog I will describe how to start static website with HTML, CSS, Java Script. 

Friday, January 28, 2022

Grow Your Career in IT Field

This  blog is for beginners who wanted to start career in IT field.

This is very good news for you all guy's. Ressession   is over in this market. Now there is various work in IT Market.

Now you can polish your career in this market. There is so much way to enter and polish your career in IT Field. 
i.e,

Software development
  • Web Development 
  • Mobile App Development
  • Stand alone programming(Window application)
  • circuit programming
  • DBA
On other hand if you do not have experience or interest in programming don't worry there is other way to   come in this field

  • SEO
  • SMO
  • Testing
  • Security Audit
  • Digital marketing

So, You can grow your career in IT Field.

In next blog I will tell how start your career in above field point wise

Thank. you