For web development the languages that are used are HTML, CSS and JavaScript. HTML is used to make structure of a web page. CSS is used to beautify the web page. JavaScript is used to add brain and how will your web page work. So more information about these languages are as under.
1- HTML
HTML is very useful and important programming language. It is so easy to understand. It is based on various tags. These tags are used to write structures of the web page. So, lets start our full course. So, to start coding you need to download a code editor for your pc or laptop. I should recommend you to download Visual Studio Code. VS Code is very simple and I should highly recommend it. So first if you have downloaded VS Code you need to make a folder in which you shall use the programming languages to write your code.
So, to start the coding you need to type an exclamation mark. It will write you a boiler template. It is necessary if you start coding. Once you have applied this boiler template you should start coding now. To start the coding you should need to understand a programming language. HTML is all the language of tags. So, once you have applied boiler template than you should write title of your website to suit your needs. The title tag is written below the HTML tag. So your code should remain in the middle of HTML tag. So, if you want to add heading you need to add a heading tag you should add <h1> tag. There are 6 heading tags in HTML language. <h1> tag is the largest heading size which shows the importance of the text. If your heading is more important than you should use <h1> tag. If the heading is less important you should increase the number after the letter. As your number increases the text will go smaller. As any tag has a starting tag, it also has an ending tag. So closing tag of <h1> is </h1>. If you have started the tag, you should also end the tag. So if you want to close a tag it will come same as the starting tag, but it will have a slash infront of the letter.
Leave a comment