Short Note of Web Programming
Short Note of Web Programming
Use of Extension
1. Auto Rename Tag – To change the file name
2. Auto Close Tag – For close the tag auto
3. Code Spell Checker – for spelling check in your code
4. Live Server – See the code in live server
5. Code Runner – To run your code easily
6. Prettier – To make your code colorful
7. JavaScript (ES6) – code short
8. Material Icon Theme – to change file icon
9. Open in Browser – For open your code in browser
HTML TAG
Example:
<a href="link Address"> </a> = The tag defines a hyperlink, which is used
to link from one page to another.
Example:
i. <a href="www.facebook.com">facebook</a><br>
ii. <a href="https://www.w3schools.com" target="_blank">Visit
W3Schools</a>
<img> = Image Tag
Example:
i. <img src="Nibras.jpg">
ii. <img src="Image/download.jpg">
iii. <img src="provide proper link">
If we use <ol type = “…”>; Give the type which we want to see in our list.
Example: ‘i’, ‘1’, ‘A’, ‘a’.
If we use <ul type = “…”>; Give the type which we want to see in our list.
Example: ‘circle’, ‘square’.
Example:
i. <iframe width="500" height="300" src="https://www.aiub.edu/"
name="NSU"></iframe><br>
*attribute “action=’#’”, “method = ‘!!’” here !! means we will use get for
general information & post for confidential information as like password, atm
pin, etc.
*<input> tag don’t have any closing tag.
<marquee> </marquee> = This tag helps text will scroll from right to left