LAB ASSIGNMENT 2
Hello, for the 2nd lab assignment sir give us task which is we need to do the exercise based on the HTML.pdf notes. during this lab session i learn how to use html coding so here is my first experience using HTML.
First i learn the document structure, in html we need to put <html> at first and the last is </html>. after that head and title <head><title>Titlegoeshere</title></head> after that we can put the body.
HTML Headings, the tag to make heading is <h1>Ali fell over </h1>. we can increase the number of heading like h2, h3, h4 and the size of will decrease.
Horizontol rule is a Lines are used to separate different areas of a web page. The tag
for a horizontal ruled line is <hr>. below is the example of horizontol rule
The horizontal ruled line DOES NOT have a
closing tag
HTML paragraphs, The
opening tag for a paragraph <p> and the closing is </p>.
HTML Text Formatting Properties, we can change the text format like italic, bold,strong and else. for example, <strong>, <i> for italic, <small>. The close tag just add /.
HTML Links, use the <a href= "location'> opening tag and </a> for closing. Whatever appears
between these two tags will become underlined and colored, and if you click on the
underlined text it will send the browser to the location within the quotes.for example.
there are many more topic that i learn so stay tune