When creating web pages we can use HTML editing software such asNotepad++, Sublime text,Brackes, Net beans,Microsoft visual studio community.HTML tags are used to create web pages using HTML.(ex:,)HTML tags are using inside the angle brackets.(<>). The HTML tags are using as couples. If we open a tag(Opening tag) the tag must be closed in descending order. Descending order means when we open a tag inside another tag. First we have to close the inside tag.It can be clearly clarify using the example.
To save HTML files we use the extension .html or .htm
Further let's look on to some basic elements we can use in creating web pages in window operating system.<head> <title> and <body> tags can be considered as the most important tags in HTML. <head> element contain the metadata.<title> can be considered as the most important part in the <head> tag.<title>tag is demonstrated on the title bar of the browser. The content of the web page is inside the<body> tag.
Heading Tag
In HTML headings are defined with the <h1> to<h6> tags.
<h1> defines the most important heading while <h6> defines the least important heading.
The paragraph is defined by the tag <p>.
good
ReplyDelete