HTML Dropdown list In HTML Dropdownlist, you can only select one data to the given list. we can not select more than one. Below is the code for
Read More<html> <head> <title> HTML Table </title> </head> <body> <center> <table border=”2″> <t
Read MoreExample:1 <html> <body> <h2>An ordered HTML list</h2> <ol> <li>School</li> <li>College</li&g
Read MoreHow to use an unorder List in HTML? <ul> = Un-Ordered List <li> = list <ul style=”list-style-type:disc;”> <ul
Read MoreJust you will have to add <a href=”#”>, at # you need to put your website link, and once users click on that link so it will redirec
Read MoreHow to get an image using HTML? Images can improve the design and the appearance of a web page. HTML Images Syntax In HTML, images are defined with th
Read MoreHow to write Text Formatting in HTML? Formatting elements were designed to display special types of text: <b> – Bold text <
Read MoreHow to use HTML Headings? Heading tags has <h1> to <h6>. <h1> Big font</h1> <h6> small font </h6>. HT
Read MoreHow to write code for HTML Marquee? <html> <head> <title> HTML Title </title> </head> <body> <marquee>
Read More