Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ What is this in html

Posted by: TNUYTU Nov 1 2018, 12:45 AM

Hello
What is this in html
<div id="netbanking_popup">
<div class="netbanking_content">
<ul class ="useful_links">

Posted by: Christian J Nov 1 2018, 03:16 AM

See http://www.htmlhelp.com/reference/html40/block/div.html and http://www.htmlhelp.com/reference/html40/lists/ul.html

The elements also contain ID and CLASS attributes, that can be used with CSS and javascript.

Posted by: TNUYTU Nov 1 2018, 07:35 AM

Hello
What is application of div id
and which encryption does bank use for net banking

Posted by: TNUYTU Nov 1 2018, 08:03 AM

Hello
i have written this code how it work


<html>
<title>
hellow</title>

<body>
hello
<div id="netbanking_popup">
<div class="netbanking_content">
<ul class="useful_links">

</body>
</html>

Posted by: pandy Nov 1 2018, 11:56 AM

Well, you'll see the word hello on blank page. If that's what you want I guess it sort of works even if the HTML is broken.

Posted by: TNUYTU Nov 2 2018, 12:44 AM

Hello
What is this

<div id="netbanking_popup">
<div class="netbanking_content">
<ul class="useful_links">

Posted by: Christian J Nov 2 2018, 04:12 AM

The same code example appears here: https://sites.google.com/site/jeevanhelpline2017/home/httpswwwonlinesbi2com

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)